Created attachment 129566 [details] screenshot SUMMARY This issue was previously mentioned in bug 394981 comment 18. STEPS TO REPRODUCE 1. download biglyBT installer for linux https://www.biglybt.com/download/ 2. install biglyBT 3. add biglyBT shortcut to desktop 4. right-click on desktop, choose "Open with Dolphin" OBSERVED RESULT files view doesn't show the biglyBT icon, information panel does. See the attached screenshot please. EXPECTED RESULT Files view should show the SVG icon of the .desktop file SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.19.1 KDE Frameworks Version: 5.71.0 Qt Version: 5.15.0 ADDITIONAL INFORMATION Content of the .desktop file: #!/usr/bin/env xdg-open [Desktop Entry] Name=BiglyBT GenericName=BitTorrent Client Exec=/home/stalker/biglybt/biglybt %U Icon=/home/stalker/biglybt/biglybt.svg Terminal=false Type=Application MimeType=x-scheme-handler/magnet;application/x-bittorrent;application/x-biglybt;x-scheme-handler/biglybt; Categories=Application;Network;FileTransfer;P2P;GTK;Java; StartupWMClass=BiglyBT
Yep, seems like the same issue.
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/26
Git commit 37df39b93bf23b89ca760d4dd793788833d9a3e1 by Alexander Lohnau. Committed on 23/06/2020 at 06:22. Pushed by alex into branch 'release/20.04'. Fix file preview for desktop files with absolute icon paths M +7 -1 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/commit/37df39b93bf23b89ca760d4dd793788833d9a3e1
This bug affects Dolphin 20.08 RC. Operating System: Arch Linux KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0
@Alexander: can you have a look? Is it not fixed in 20.08?
Huh, it works for me. Can you please make sure the file exists?
yes, it exists. I can open the icon file indicated in "Icon=" line of the .desktop file with Gwenview. Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.19.80 KDE Frameworks Version: 5.74.0 Qt Version: 5.14.2
Git commit 004734e8321778a22a648e73b5d1743b64ca2bda by Alexander Lohnau. Committed on 30/08/2020 at 16:46. Pushed by alex into branch 'release/20.08'. Fix file preview for desktop files with absolute icon paths FIXED-IN: 20.08.1 M +7 -1 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/commit/004734e8321778a22a648e73b5d1743b64ca2bda
Sorry, there went sth. wrong when merging. The change was included in 20.04, but not in the next release. It is all fixed now and will be shipped in 20.08.1 which gets tagged tomorrow.
*** Bug 425813 has been marked as a duplicate of this bug. ***