https://bugs.kde.org/show_bug.cgi?id=507322
Bug ID: 507322
Summary: Custom firefox-<profile>.desktop files have wrong
icons and get grouped together
Classification: Plasma
Product: kwin
Version First 6.3.4
Reported In:
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: wayland-generic
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org
If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Please remove this comment after reading and before submitting - thanks!
***
SUMMARY
I am running firefox with mutliple profiles and therefore I created .desktop
entries for all profiles.
This way, Plasma on X11 nicely groups all windows of the same profile together.
When I recently tried switching to Wayland on my Ubuntu 25.04, this behavior
got completely broken.
Now all Firefox windows get grouped together in one big group, and also the
symbol is not the Firefox symbol any more, but rather some yellow "W"
placeholder icon.
STEPS TO REPRODUCE
1. Create a new Firefox profile called "private
2. Put the following in `.local/share/applications/firefox-private.desktop`:
```
[Desktop Entry]
Comment=
Exec=firefox --private -P private --class=firefox-private %u
Icon=firefox
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
Name=Firefox private
NoDisplay=false
Path=
StartupNotify=true
StartupWMClass=firefox-private
Terminal=false
TerminalOptions=
Type=Application
Version=1.0
X-KDE-SubstituteUID=false
X-KDE-Username=
```
3. Open the "Firefox private" application from the start menu on Wayland
OBSERVED RESULT
- Firefox starts loading with the correct Firefox icon, but once the browser
window has appeared, it has a yellow "W" placeholder application icon.
- Firefox windows of any profiles get grouped together in one big group in the
task bar
EXPECTED RESULT
- Firefox windows all have the correct icon
- Each Firefox profile gets its own window group in the task bar
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: plasma-workspace 4:6.3.4-0ubuntu2
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.12.0
Qt Version: 6.8.3
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.