GNOME Bugzilla – Bug 168444
prefix doesn't work in LegacyDir
Last modified: 2005-03-08 17:36:03 UTC
If you add a prefix="" attribute to a LegacyDir, all of a sudden it acts like an AppDir instead of a LegacyDir. Note, this means KdeLegacyDirs won't work since that automatically adds a prefix of "kde".
Created attachment 38112 [details] [review] fix-prefixed-legacy-dirs.patch This seems to fix the problem for me. Again, I'd appreciate if you could verify.
This seems to work fine. Thanks. I suggest committing it.
Fix will be in 2.10.1 2005-03-08 Mark McLoughlin <mark@skynet.ie> Fix for bug #168444 - LegacyDirs with a prefix don't work. * libmenu/entry-directories.c: (entry_directory_get_desktop): Remove the hyphen from the desktop file ID as well as the prefix when looking up the desktop file.