https://bugs.kde.org/show_bug.cgi?id=391539
--- Comment #13 from evea <everm...@pc-portal.at> --- I will try to explain it again with the according informations, the same thing happens with chromium. I use ice (https://github.com/peppermintos/ice), to create a firefox "app". It creates a new profile, downloads the icon, creates a *.desktop shortcut and launches the "app" as a new instance with said profile. ________ Scenario 1 - which works as expected. (choose any system Icon) Desktop file: [Desktop Entry] Version=1.0 Name=Google Comment=Google (Ice SSB) Exec=ice-firefox https://www.google.com/ Terminal=false X-MultipleArgs=false Type=Application Icon=planetkde Categories=GTK;Network; MimeType=text/html;text/xml;application/xhtml_xml; StartupNotify=true IceFirefox=www.google.com_ StartupWMClass=www.google.com_ xprop|grep WM_CLASS WM_CLASS(STRING) = "Navigator", "www.google.com_" Latte Dock Layout: applications:google.desktop Video: https://gfycat.com/WearyShortDotterel ________ Scenario 2 - Icon changes to Firefox icon when windows is closed (Choose icon with path) Desktop file (Only "Icon" changes): [Desktop Entry] Version=1.0 Name=Google Comment=Google (Ice SSB) Exec=ice-firefox https://www.google.com/ Terminal=false X-MultipleArgs=false Type=Application Icon=/home/ever/.local/share/ice/google.ico Categories=GTK;Network; MimeType=text/html;text/xml;application/xhtml_xml; StartupNotify=true IceFirefox=www.google.com_ StartupWMClass=www.google.com_ xprop|grep WM_CLASS WM_CLASS(STRING) = "Navigator", "www.google.com_" Latte Dock Layout: https://pastebin.com/UAgVRMJZ Video: https://gfycat.com/FamousOrangeFreshwatereel ________ So the problem seem to lie with the Base64 which is added to the panel/dock. If I manually remove "iconData" altogether and restart the panel/dock it works as expected, taking the *.desktop file icon. I hope this post makes the bug clearer. -- You are receiving this mail because: You are watching all bug changes.