Summary: | .desktop files do not display icon on plasma-desktop | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Pascal d'Hermilly <pascal> |
Component: | widget-misc | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, h.goebel, KaiUweBroulik2 |
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/88627b1f9eaa778b80aaf6cd6bd5f4026b5fade0 | Version Fixed In: | 4.9 |
Sentry Crash Report: | |||
Attachments: | Screen-shot showing only "exe"-Icon for "My Files", "Trash" and a program. |
Description
Pascal d'Hermilly
2011-02-22 08:37:55 UTC
This is - I think - because Plasma doesn‘t actually use the .desktop file but the file directly? Don‘t know for sure. What I encountered that when dragging a Windows .exe file (Delphi32.exe development environment for example) to my plasma desktop, it also got the gear default icon but when renaming that file, i.e. to Delphi 32 or something resulted in the ORIGINAL file being renamed. Plasma should just rely on .desktop files for icons. There should be a duplicate of this bug somewhere Is this still valid for KDE 4.8.3 or trunk? I can confirm that the bug is valid for 4.8.2 Thank you for the fast feedback. I can confirm this for 4.8.2. Icons in .desktops file are completly ignored, no matter if the desptop file describes programms or folders. This is really nasty! Created attachment 71671 [details]
Screen-shot showing only "exe"-Icon for "My Files", "Trash" and a program.
Git commit 88627b1f9eaa778b80aaf6cd6bd5f4026b5fade0 by Gregor Tätzner. Committed on 19/06/2012 at 20:51. Pushed by gregort into branch 'master'. icon applet: Fix drag and drop of desktop files. Use KFileItem instead of KDesktopFile to handle desktop files without suffix. REVIEW: 104764 M +4 -1 plasma/generic/applets/icon/icon.cpp http://commits.kde.org/kde-workspace/88627b1f9eaa778b80aaf6cd6bd5f4026b5fade0 (In reply to comment #8) > Git commit 88627b1f9eaa778b80aaf6cd6bd5f4026b5fade0 by Gregor Tätzner. > Committed on 19/06/2012 at 20:51. > Pushed by gregort into branch 'master'. > > icon applet: Fix drag and drop of desktop files. > > Use KFileItem instead of KDesktopFile to handle desktop files without > suffix. > REVIEW: 104764 > > M +4 -1 plasma/generic/applets/icon/icon.cpp > > http://commits.kde.org/kde-workspace/88627b1f9eaa778b80aaf6cd6bd5f4026b5fade0 Great, thank you :=) Please also use the commit hook "FIXED-IN:" so the field is set. |