Re: [kde-linux] Help with desktop file, exec and PATH environment variable
- From: Kevin Krammer <kevin.krammer@xxxxxx>
- Date: Sat, 26 Jul 2008 11:28:16 +0200
On Friday 25 July 2008, jisaitua@xxxxxxxxxx wrote:
Hi,
I would appreciate if someone could help me with the following problem.
I'm running kubuntu hardy (KDE 3.5.9) and this is the situation:
- I have myapp in /usr/bin/myapp and in /opt/bin/myapp
- I also have myapp_entry.desktop in /usr/share/applications with
the Exec line as "Exec=myapp".
- I added /opt/bin into PATH (editing /etc/environment). So PATH
has the following:
/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/
games
Now, when I launch "kdialog --msgbox `echo $PATH`" using ALT+F2 it shows
correctly:
/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/
games
When I launch "myapp" using ALT+F2 it runs /opt/bin/myapp as expected.
But, and here is my problem, when I launch "myapp_entry" using ALT+F2 it
runs /usr/bin/myapp and not /opt/bin/myapp as I would expect.
Depending on what the desktop-entry specification says this could be the
intended behavior, i.e. prefer the application on the same prefix as
the .desktop file over one in PATH.
For example in a scenario where you'd have myapp and myapp_entry.desktop both
in /usr/ and /usr/local, the respective menu entry would launch the
respective program.
However my guess is that it is actually a bug, so I suggest you file a bug
report against kdelibs. Might be just in time for KDE 3.5.10
Would be interesting to know if anyone with a KDE4 setup can reproduce it.
Cheers,
Kevin
--
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
Attachment:
signature.asc
Description: This is a digitally signed message part.
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
- References:
- Prev by Date: [kde-linux] Issues with KDE4.1 RC1
- Next by Date: Re: [kde-linux] Issues with KDE4.1 RC1
- Previous by thread: [kde-linux] Help with desktop file, exec and PATH environment variable
- Next by thread: Re: [kde-linux] Help with desktop file, exec and PATH environment variable
- Index(es):
Relevant Pages
|