https://bugs.kde.org/show_bug.cgi?id=427797

--- Comment #21 from Walther Pelser <w.pel...@web.de> ---
(In reply to Walther Pelser from comment #20)
> (In reply to Nate Graham from comment #19)
> > (In reply to Joseph DeGarmo from comment #16)
> > > Is it possible that it will be patched in the Plasma 5.20.3 release?
> > Assuming my merge request above is merged in the next two weeks, yes!
> 
> My own build of plasma5-workspace 5.20.2 with your modified iconapplet.cpp
> works. !! Thanks !

The new iconapplet.cpp has caused a new bug. Some of the icons Type=Application
are not working correctly anymore. firefox.desktop f.i.:

[Desktop Action PrivateBrowsing]
Exec=firefox --private-window %u
Name=New Private Browsing Window

[Desktop Action ProfileManager]
Exec=firefox --ProfileManager
Name=Profile Manager

[Desktop Action new-window]
Exec=firefox --new-window %u
Name=New Window

[Desktop Entry]
Actions=new-window;PrivateBrowsing;ProfileManager
Categories=Network;WebBrowser;GTK;
Comment[de_DE]=Web-Browser
Comment=Web-Browser
Encoding=UTF-8
Exec=/home/walther/.firefox/firefox/firefox
GenericName[de_DE]=Web-Browser
GenericName=Web-Browser
Icon=firefox
MimeType=text/html;application/xml;application/xhtml+xml;application/x-xpinstall;application/vnd.mozilla.xul+xml;
Name[de_DE]=Firefox
Name=Firefox
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
TryExec=firefox
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

does not execute /home/walther/.firefox/firefox/firefox ,
but /usr/bin/firefox
which in my case is another version of firefox.

vlc.desktop has a line 
Exec=/usr/bin/vlc /home/walther/.vlc/vlc.xspf
but does execute only /usr/bin/vlc without opening this file.

could you test this? Or confirm it?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to