After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320990 - Does not resepct Path field in desktop files
Does not resepct Path field in desktop files
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
: 311714 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-11-08 17:19 UTC by Ross Burton
Modified: 2006-01-05 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Should fix the bug (1.40 KB, patch)
2005-12-15 07:43 UTC, Vincent Untz
committed Details | Review

Description Ross Burton 2005-11-08 17:19:33 UTC
I have a binary which needs to be ran from a certain directory, so I do this:
Exec=/foo/bar/flob
Path=/foo/bar

This ensures that the working directory is set correctly and isn't $HOME. 
However, the panel seems to ignore this as the working directory is still $HOME
when flob is executed.
Comment 1 Vincent Untz 2005-12-15 07:41:03 UTC
This is a gnome-desktop bug. Will attach a patch soon.
Comment 2 Vincent Untz 2005-12-15 07:43:48 UTC
Created attachment 56012 [details] [review]
Should fix the bug
Comment 3 Mark McLoughlin 2006-01-05 08:52:17 UTC
Looks reasonable to me
Comment 4 Mark McLoughlin 2006-01-05 08:55:43 UTC
*** Bug 311714 has been marked as a duplicate of this bug. ***
Comment 5 Mark McLoughlin 2006-01-05 08:56:10 UTC
vuntz: Manny had a patch in #311714 too