© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
BazziteB
Bazzite•6mo ago•
68 replies
chaosmaou

Google Chrome Flatpak tray icon issues in KDE

After installing Google Chrome from Bazaar, the tray icon for google chrome duplicates itself, with the original tray icon being able to spawn new chrome windows, but the active window not allowing for spawning of said windows.

This slightly messes up my workflow in browser and doesn't appear to effect Firefox or Brave Flatpaks.

I haven't tested Gnome, so I don't know if this is a bigger issue or not. Output of journalctl while opening Chrome is attached.
image.png
flatpak_chrome.log6.34KB
Solution
I have found a fix.

First, copy the .desktop file to your local applications folder.
/var/lib/flatpak/app/com.google.Chrome/current/active/export/share/applications/com.google.Chrome.desktop ~/.local/share/applications/
/var/lib/flatpak/app/com.google.Chrome/current/active/export/share/applications/com.google.Chrome.desktop ~/.local/share/applications/


Then edit the .desktop file in your favorite editor
/var/home/chaosmaou/.local/share/applications/com.google.Chrome.desktop
/var/home/chaosmaou/.local/share/applications/com.google.Chrome.desktop


Add
StartupWMClass=google-chrome
StartupWMClass=google-chrome
underneath
Name=Google Chrome
Name=Google Chrome
under the
[Desktop Entry]
[Desktop Entry]
at the top of the file.

You must also then update both
Exec=
Exec=
lines for both normal and incognitio modes, adding
--class=com.google.Chrome
--class=com.google.Chrome
before
com.google.Chrome
com.google.Chrome
near the end of both lines:

Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chrome --class=com.google.Chrome com.google.Chrome
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chrome --class=com.google.Chrome com.google.Chrome

Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chrome --class=com.google.Chrome com.google.Chrome --incognito
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/chrome --class=com.google.Chrome com.google.Chrome --incognito


Then save the file.
Jump to solution
BazziteJoin
The operating system for the next generation of gamers.
29,482Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements
Next page

Similar Threads

Chrome duplicate icon in panel KDE
BazziteBBazzite / 🛟bazzite-help
6mo ago
Steam tray icon (KDE) - customize double-click behaviour
BazziteBBazzite / 🛟bazzite-help
14mo ago
non functional tray icon
BazziteBBazzite / 🛟bazzite-help
2y ago
Discord icon in tray bar is blurry
BazziteBBazzite / 🛟bazzite-help
7mo ago