[Bug 252571] Re: .desktop file not honoring PATH environment variable

2021-09-09 Thread Bug Watch Updater
age notifications about this bug go to: https://bugs.launchpad.net/kdelibs/+bug/252571/+subscriptions -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 252571]

2020-08-04 Thread H-klene
g go to: https://bugs.launchpad.net/kdelibs/+bug/252571/+subscriptions -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 252571]

2020-08-02 Thread Alexander-lohnau
.desktop file not honoring PATH environment variable To manage notifications about this bug go to: https://bugs.launchpad.net/kdelibs/+bug/252571/+subscriptions -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 252571]

2020-07-26 Thread H-klene
d this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdelibs in Ubuntu. https://bugs.launchpad.net/bugs/252571 Title: .desktop file not honoring PATH environment variable To manage notifications about this bug go to: https://bugs.launchpad.net/kdelibs/+

[Bug 252571]

2018-11-16 Thread Andrew-crouthamel
are a member of Kubuntu Bugs, which is subscribed to kdelibs in Ubuntu. https://bugs.launchpad.net/bugs/252571 Title: .desktop file not honoring PATH environment variable To manage notifications about this bug go to: https://bugs.launchpad.net/kdelibs/+bug/252571/+subscriptions -- kubuntu-bugs mailing

[Bug 252571] Re: .desktop file not honoring PATH environment variable

2018-11-07 Thread Bug Watch Updater
think is a BUG, when I launch "myapp_entry" using ALT+F2 it runs /usr/bin/myapp and not /opt/bin/myapp as I would expect. Reply at: https://bugs.launchpad.net/ubuntu/+source/kdelibs/+bug/252571/comments/0 On 2008-07-31T

[Bug 252571] Re: .desktop file not honoring PATH environment variable

2011-02-04 Thread Bug Watch Updater
** Changed in: kdelibs Importance: Unknown = Medium -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdelibs in ubuntu. https://bugs.launchpad.net/bugs/252571 Title: .desktop file not honoring PATH environment variable -- kubuntu-bugs

[Bug 252571] Re: .desktop file not honoring PATH environment variable

2008-07-31 Thread jisaitua
Found where the problem is. It's in the KStandardDirs::findExe() function. From line 937 (http://api.kde.org/3.5-api/kdelibs- apidocs/kdecore/html/kstandarddirs_8cpp-source.html#l00937) QString p = QString(%1/%2).arg(kfsstnd_defaultbindir()).arg(real_appname); you can see that it uses