[Pkg-kde-bugs-fwd] [Bug 97087] kdeinit problem launching programs in /usr/games

97087@bugs.kde.org 97087@bugs.kde.org
18 Jan 2005 13:53:09 -0000


------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are a voter for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=97087         




------- Additional Comments From pkg-kde-bugs-fwd lists alioth debian org  2005-01-18 14:53 -------
/usr/games/kpat is a binary, not a script.

The Exec line in kpat.desktop is:
Exec=/usr/games/kpat %i %m -caption "%c"

Could it be that specifying the full path is causing the confusion? Changing it to Exec=kpat does seem to solve the problem, but whether KDE should behave as it does when given a full path, I can't say.