Forum Discussion

AZia_atsgnet's avatar
AZia_atsgnet
Copper Contributor
Sep 13, 2025

[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:

  1. Install any PWA (e.g. Outlook, Teams, Spotify) from Edge
  2. Launch it (from any profile)
  3. 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!

15 Replies

  • StevePOI's avatar
    StevePOI
    Copper Contributor

    Hello!

    Update:

    With microsoft-edge-stable.x86_64 141.0.3537.71-1 it was possible for me to use the information of ArloGilbert​ and get separate windows and the icons have a dot after starting the PWAs.

    What I had to do was to find out the StartupWMClass with lg and correct the "crx__*" Entry with the correct one, which is similiar to the Icon String, but with an additional "_":

    Icon=msedge-abcdef-default
    StartupWMClass=msedge-_abcdef-default

    Only problem with MS Edge left for me at the moment is the instant crash of all Edge processes when opening the "save as" Dialog in the downloads section, but I´ll open a separate issue for that!

    Thanks!

    With kind regards,

    Steve

    • m8yng's avatar
      m8yng
      Icon for Microsoft rankMicrosoft

      not ideal but if anyone don't want to deal with the .desktop files, what i did is hold back to older version:

      sudo apt install microsoft-edge-stable=139.0.3405.125-1
      sudo apt-mark hold microsoft-edge-stable
      # and if it got fixed in the future version: sudo apt-mark unhold microsoft-edge-stable

       

  • StevePOI's avatar
    StevePOI
    Copper Contributor

    Problem persists in Microsoft Edge Stable microsoft-edge-stable-141.0.3537.57-1 ! Workaround of ArloGilbert not working for us on Fedora 41/42.

    • AlexanderFischer's avatar
      AlexanderFischer
      Copper Contributor

      same here! I also couldn't get ArloGilbert's workaround to work (also on Fedora 42)

  • ArloGilbert's avatar
    ArloGilbert
    Copper Contributor

    Here's what just worked for me. 25.04 insiders edge-dev. 

    1. Get your PWA opened with the window you like, ignore that the icon doesn't appear.
    2. Find your app id edge://apps, you'll see it in the URL, long string.
    3. Alt-R (run), type `lg` (built in window class analyzer for Wayland)
    4. Click `Window`, find your window and find the window class, mine was msedge-_[YOUR-APP-ID-HERE]-Default
    5. 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.
    6. 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's avatar
      ntagg
      Copper 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?

      • ArloGilbert's avatar
        ArloGilbert
        Copper 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".

  • IVIurigu's avatar
    IVIurigu
    Copper Contributor

    Just updated Edge today and I'm also experiencing the issue with all PWAs/WebApps in Ubuntu 24 LTS.

  • Jdreesen's avatar
    Jdreesen
    Copper Contributor

    I'm also affected by this issue. It's really annoying and decreases my productivity by a lot.

  • Fletch2's avatar
    Fletch2
    Copper 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).

  • cqwrteur's avatar
    cqwrteur
    Copper Contributor

     yes. i have found out the same issue. please fix it microsoft

Resources