Version: (using Devel) Installed from: Compiled sources 1) Right-Click in a folder view and say "Create new->Link to application" 2) Choose an icon and a command in the pop-up dialog 3) Drag and drop the newly created icon to a panel The new icon has lost the icon and clicking it doesn't run the specified command, but opens the .desktop-File in kwrite
The problem is that folderview shows the desktop:/ url that makes the if on line 112 of icon.cpp if (m_url.isLocalFile() && KDesktopFile::isDesktopFile(m_url.toLocalFile())) { to fail
SVN commit 829425 by mart: try to use the most local url, makes easier to identify desktop files. BUG: 166035 M +2 -1 icon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=829425