| Summary: | default wayland W icon shown when custom .desktop file used for chromium | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | andy <andy> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.9 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
andy
2023-11-05 19:48:54 UTC
OK so if I change the "Name=" line in the desktop file from "Name=Chromium-Extra" to "Name=chromium (/home/andy/chromium_profiles/extra)" then the icon is as expected. Question is if this is a kwin/plasma bug, or a something else. Is it chromium defining it's own "Name" as a function of the profile location, so there is only one option for the desktop file name? Also I remember the "--class=Chromium-Extra" argument I was clearly using for this to work on the x11-side. There's not much we can do.
The app reports it's app ID and the spec says this must match the desktop file name. If it doesn't match we show the "W".
>Also I remember the "--class=Chromium-Extra" argument I was clearly using for this to work on the x11-side.
Chromium should hook this up for their wayland session.
You can debug what they are sending currently with
WAYLAND_DEBUG=1 chromium |& grep app_id
|