flathub / flathub/com.google.Chrome
Missing StartupWMClass in desktop file (causes unlinked icon in Pop!_OS 24.04 / GNOME)
Open
- Dominant language
- Shell
- Stars
- 67
- Forks
- 39
- Avg merge
- 6h 48m
- Merged PRs (30d)
- 7
Description
The Flatpak com.google.Chrome desktop entry is missing a StartupWMClass=google-chrome line.
This causes Chrome to appear as a generic cog icon and prevents pinning in GNOME/COSMIC until the user adds that manually.
Adding:
```ini
StartupWMClass=google-chrome
```
under `[Desktop Entry]` resolves the issue.
Tested on Pop!_OS 24.04 Beta (Wayland session, Flatpak 1.15.x).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.