GNOME Bugzilla – Bug 311714
gnome_desktop_item_launch ignores "Path" key
Last modified: 2006-01-05 08:55:43 UTC
gnome_desktop_item_launch doesn't support the "Path" key, which is mentioned in the desktop entry spec [1]. The solution is probably to use the value of "Path" in gnome-desktop-item.c:ditem_execute instead of using g_get_home_dir (). [1] http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Created attachment 49834 [details] [review] Proposed patch A quick test revealed that it works fine. The user is still able to override the "Path" by specifying GNOME_DESKTOP_ITEM_LAUNCH_USE_CURRENT_DIR in the launch flags.
*** This bug has been marked as a duplicate of 320990 ***