Forum Discussion
[Wayland] PWAs no longer appear as separate app windows — all group under main Edge icon
Hi,
Since around 2025-09-07 to 2025-09-10, I’ve noticed that on GNOME (Wayland) all installed PWAs (even across different profiles) now appear grouped under the main Edge browser icon in the GNOME Shell dash/taskbar.
Previously, each PWA would open in its own window group with its own icon. This is still the behavior in Chromium/Brave/Chrome, and can be restored there by editing the PWA’s .desktop file to set:
StartupWMClass=<same value as Icon>
However, Edge now seems to ignore StartupWMClass completely on Wayland, breaking workspace separation and making task switching hard.
Environment:
- Ubuntu 25.04
- GNOME 48.0 / Mutter (Wayland)
- Kernel 6.14.0-29
- Intel Iris Xe GPU
- Edge (latest stable, observed post 2025-09-13)
Repro steps:
- Install any PWA (e.g. Outlook, Teams, Spotify) from Edge
- Launch it (from any profile)
- Observe that it appears grouped under the main Edge browser icon
Expected:
PWA shows under its own icon and window group like in Chromium-based browsers
Actual:
All PWAs are bundled into the main Edge window group
Editing StartupWMClass in the .desktop file no longer helps
This regression makes PWAs much harder to manage on Wayland. Please route to the Linux/Wayland team if possible. Thanks!
10 Replies
- ArloGilbertCopper Contributor
Here's what just worked for me. 25.04 insiders edge-dev.
- Get your PWA opened with the window you like, ignore that the icon doesn't appear.
- Find your app id edge://apps, you'll see it in the URL, long string.
- Alt-R (run), type `lg` (built in window class analyzer for Wayland)
- Click `Window`, find your window and find the window class, mine was msedge-_[YOUR-APP-ID-HERE]-Default
- Edit the .desktop file to pass the correct WM Class to Edge, i'm lazy so I used PinIt from flatpak but it's on snap too. If you use PinIt, just change the window class to the window class you found in step 4.
- Then launch your app and viola, icons are back!
I can't take credit for this resolution, it's a bug from 2022 when Microsoft introduced a Wayland optional flag, I'm guessing now that Wayland has become the default so now all the unresolved Wayland bugs are showing up. Either way, i've got my PWA back, hope it helps y'all!
- StevePOICopper Contributor
Hello ArloGilbert !
You write "..icons are back" but the main problem described here is:
"All PWAs are bundled into the main Edge window group
Editing StartupWMClass in the .desktop file no longer helps"
Was this solved for you as well or ever a problem? Did you mean to add this to PWA shortcuts don't keep asociated with window - Linux | Microsoft Community Hub ?With kind regards,
Steve
- ArloGilbertCopper Contributor
Yeah "icons are back" as in "The individual PWA Icon in the dock is back such that the PWA launches and behaves as an independent app with a single window that doesn't open multiple and which does not show up as part of the browser app".
- IVIuriguCopper Contributor
Just updated Edge today and I'm also experiencing the issue with all PWAs/WebApps in Ubuntu 24 LTS.
- mtb-xtCopper Contributor
We are also affected by this.
- JdreesenCopper Contributor
I'm also affected by this issue. It's really annoying and decreases my productivity by a lot.
- nsqCopper Contributor
Also experiencing this issue
- Fletch2Copper Contributor
I have just been experiencing the same issue in Chromium-based browsers (Fedora 42, Gnome, Wayland), but editing the StartupWMClass in the .desktop file DID fix the problem for me (in edge at least).
- cqwrteurCopper Contributor
yes. i have found out the same issue. please fix it microsoft