Look for .desktop files in ~/.local too (patch by José Romildo Malaquias).

SVN revision: 43860
This commit is contained in:
Kim Woelders 2009-11-21 11:13:16 +00:00
parent 33c5c7dfc8
commit 15d14a5c4b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
# Likely prefixes
$Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
$Prefixes = "$Prefixes:/opt/kde3:/opt/gnome"; # SUSE
$Prefixes = "$Prefixes:$ENV{'HOME'}/.local";
$Prefixes = RemoveDuplcates($Prefixes);
# Where to look for GNOME/KDE stuff