[Bug 164068] $HOME in working direcotry not expanded when running a program shortcut
ambro
ambro at b4ever.net
Mon Jun 23 23:35: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=164068
------- Additional Comments From ambro b4ever net 2008-06-23 23:35 -------
The relevant code is in kdelibs/kdecore/config/kdesktopfile.cpp line 195:
QString KDesktopFile::readPath() const
{
Q_D(const KDesktopFile);
// NOT readPathEntry, it is not XDG-compliant. Path entries written by
// KDE4 will be still treated as such, though.
return d->desktopGroup.readEntry("Path", QString());
}
Well it does not look like they are treated as such. I guess replacing that with readPathEntry will fix it.
More information about the Panel-devel
mailing list