[Bug 164825] [KDE4] Path in .desktop not evaluated
Hardy Hünteler
h.huenteler at web.de
Thu Jun 26 20:10:54 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=164825
------- Additional Comments From h.huenteler web de 2008-06-26 20:10 -------
i've tried
Path[$e]=$HOME/.wine/drive_c/Program\\ Files/SDM
Path[$e]=$HOME/.wine/drive_c/Program Files/SDM
whitout the backslashes
Path[$e]=$HOME/.wine/drive_c/Program\ Files/SDM
like a cd generates in Konsole
Path[$e]=$HOME/.wine/drive_c/'Program Files'/SDM
Path[$e]=$HOME/.wine/drive_c/"Program Files"/SDM
Path[$e]=$HOME/.wine/drive_c/"Program\ Files"/SDM
Path[$e]=$HOME/.wine/drive_c/"Program\\ Files"/SDM
and least i tried a softlink "ProgramFiles" to the directory "Program Files"
Path[$e]=$HOME/.wine/drive_c/ProgramFiles/SDM
Because no one works, i came to the conclusion, that the Path-Entry is ignored ...
More information about the Kdelibs-bugs
mailing list