-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Overview
When a PWA is installed and launched from the desktop, it opens as a new window within the main Google Chrome application instance, rather than running as a separate, standalone application. This behavior prevents the PWA from being treated as a distinct app by the desktop environment (e.g., in the dock or taskbar).
Steps to Reproduce
- Install Google Chrome from Flathub.
- Navigate to a website that can be installed as a PWA (e.g.,
app.spotify.com,twitter.com, oryoutube.com). - Click the "Install" icon in the address bar to add the PWA to your desktop.
- Close all Google Chrome windows.
- Launch the newly created PWA from your desktop's application menu or shortcut.
Expected Behavior
The PWA should launch in its own window, with its own application icon in the dock/taskbar, and be treated as a separate application by the operating system. It should not be grouped with the main Google Chrome browser icon.
Actual Behavior
The PWA opens as a new window under the main Google Chrome application icon. The window title is correct, but the app is not sandboxed as a standalone instance. It is treated simply as another Chrome window.
System Information
- OS: Fedora Linux 42 (Workstation Edition)
- Desktop Environment: GNOME 48 on Wayland
- Flatpak Version: Flatpak 1.16.1
- Chrome Version: 140.0.7339.207-1 stable
Thank you for maintaining this package!