Comment 5 for bug 1897754

Revision history for this message
Nicholas Guriev (mymedia) wrote :

I run into the issue when autostart feature of flameshot is activate. I daresay there is some sort of race condition while system startup, and the actual issue is in the gnome-shell-extension-appindicator package. There is something in diff between 33-1 and 34-1 versions that is breaking the app icon.

One possible workaround is to add a short delay before flameshort start into the ~/.config/autostart/Flameshot.desktop file and make Exec directive the following:

  Exec=sh -c 'sleep 1 && exec flameshot'