this post was submitted on 17 Sep 2024
5 points (100.0% liked)

Ubuntu Linux

1419 readers
6 users here now

Linux for Human Beings.

Ubuntu is a popular Linux operating system for PC / mobile devices, etc.

Developed by Canonical & based on Debian (another older Linux OS) which is known for it's rock solid stability.

Ubuntu is trusted everywhere computing by professionals and common users alike.

https://ubuntu.com/

founded 4 years ago
MODERATORS
 

When you install a PWA1 in the Chromium snap you might expect it to open it in a separate, streamlined window when you open it using its shortcut in the applications grid.

Presently, PWAs in the Chromim Snap don’t get detected as separate instances by GNOME Shell. This means no separate dock icon (it is grouped into Chromium’s) and it is not treated as a separate app by the task switcher, making it difficult to alt/super + tab to it.

...

Oracular carries an Ubuntu-specific chromium-snap-pwa.patch to GNOME Shell.

This patch ensures that PWA windows from the Chromium snap are handled per users expectations: their own dock icon, and their own entry in app switcher.

The plan is to back-port this patch to Ubuntu 24.04 LTS too, so keep an eye out for that.

top 1 comments
sorted by: hot top controversial new old
[–] that_leaflet@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

That's cool, this is also broken with the Chromium flatpak. Wonder how that patch works and if it could be applied to the flatpak too.

Edit: Just realized this is actually a gnome-shell patch, not a chromium patch