Forum Discussion
AZia_atsgnet
Sep 13, 2025Copper Contributor
[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 S...
ArloGilbert
Sep 22, 2025Copper 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!
ntagg
Sep 30, 2025Copper Contributor
"Alt-R" does nothing on my distro, nor is there an "lg" executable installed or available. Can you expand on what you're running?