Summary: | Access denied on changing icon from a .desktop shortcut with properties dialog | ||
---|---|---|---|
Product: | [Unmaintained] kfile | Reporter: | Henrique Sant'Anna <hsantanna> |
Component: | kpropertiesdialog | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | echidnaman, nate, rainefan |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Henrique Sant'Anna
2009-12-09 14:37:57 UTC
Hi! I'm also having the same problem. It seams that there is a incompatibility between Icon[en_US] and Icon parameters... My KDE version is 4.5.1 running on Ubuntu 10.04 Here it's my desktop file content: [Desktop Entry] Comment[en_US]= Comment= Encoding=UTF-8 Exec=/opt/eclipse-java/eclipse GenericName[en_US]= GenericName= Icon[en_US]=/usr/share/icons/eclipse.xpm Icon=/usr/share/icons/eclipse.xpm MimeType= Name[en_US]=Eclipse Java Name=Eclipse Path= StartupNotify=true Terminal=false TerminalOptions= Type=Application Version=1.0 X-DBUS-ServiceName= X-DBUS-StartupType= X-KDE-SubstituteUID=false X-KDE-Username= To confirm this bug you should set: Icon[en_US]=</path/to/any/icon> Icon= In other words, 'Icon[en_US]' value should have the same value as 'Icon' parameter otherwise the bug happens. Then try to set icon via Properties on KDE desktop (I'm using desktop Activity Type as 'Folder View'). There are two ways to workaround this bug: 1) Comment or delete line 'Icon[en_US]=</path/to/any/icon>' and reset icon path via Properties on the desktop. or 2) Set THE SAME path on 'Icon[en_US]' as 'Icon' parameter editing .desktop file via any editor manually. Please fix this nasty bug as soon as possible... Thanks for the support! Regards, Raine Works for me in KDE Frameworks 5.47. |