[plasmashell] [Bug 375103] Icons in Panel not shown if Desktop file is in ~/Desktop
https://bugs.kde.org/show_bug.cgi?id=375103 Kai Uwe Broulik changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In||5.9.0 Latest Commit||https://commits.kde.org/pla ||sma-workspace/83719920b2c81 ||1b4f5c9279994b76a072ceaa521 --- Comment #4 from Kai Uwe Broulik --- Git commit 83719920b2c811b4f5c9279994b76a072ceaa521 by Kai Uwe Broulik. Committed on 26/01/2017 at 09:07. Pushed by broulik into branch 'Plasma/5.9'. [Icon Applet] Use KIO::statJob to work with remote URLs Files in desktop:/ are local files but QUrl doesn't know this. Also allows us to determin mime type and icon for files on a network share. While at it, improve default naming logic. FIXED-IN: 5.9.0 Differential Revision: https://phabricator.kde.org/D4157 M +99 -66 applets/icon/iconapplet.cpp M +1-0applets/icon/package/contents/ui/main.qml https://commits.kde.org/plasma-workspace/83719920b2c811b4f5c9279994b76a072ceaa521 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375103] Icons in Panel not shown if Desktop file is in ~/Desktop
https://bugs.kde.org/show_bug.cgi?id=375103 --- Comment #3 from Kai Uwe Broulik --- Patch https://phabricator.kde.org/D4157 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375103] Icons in Panel not shown if Desktop file is in ~/Desktop
https://bugs.kde.org/show_bug.cgi?id=375103 Kai Uwe Broulik changed: What|Removed |Added Component|Panel |Icon Applet -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375103] Icons in Panel not shown if Desktop file is in ~/Desktop
https://bugs.kde.org/show_bug.cgi?id=375103 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #2 from Kai Uwe Broulik --- Probably because I evaluate desktop files only if it's a local path but desktop:/ isn't file:/ so it just generates a link to the .desktop file rather than the application it points to. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375103] Icons in Panel not shown if Desktop file is in ~/Desktop
https://bugs.kde.org/show_bug.cgi?id=375103 --- Comment #1 from Fabian Maurer --- Created attachment 103428 --> https://bugs.kde.org/attachment.cgi?id=103428&action=edit Desktop file in a folder on the desktop Note that it used to work, even if the file was on the desktop. -- You are receiving this mail because: You are watching all bug changes.