#927960 flameshot: Flameshot does not integrate with latest gnome system tray

Package:
flameshot
Source:
flameshot
Description:
Powerful yet simple-to-use screenshot software
Submitter:
Svjatoslav Agejenko
Date:
2021-08-20 19:06:02 UTC
Severity:
important
#927960#5
Date:
2019-04-25 13:45:21 UTC
From:
To:
Dear Maintainer,

When installed in Debian Buster with Gnome desktop environment,
system tray icon does not work out of the box for Gnome desktop environment.
That is, no icon is displayed.

At times I got it working by installing various unofficial compatibility Gnome
system tray
extensions/solutions.

I suspect that Gnome API for system tray is changed and Flameshot is still
using the old API.

#927960#10
Date:
2021-08-20 18:31:07 UTC
From:
To:
Hello,
had a similar issue. Two things are needed to get it working:

1) Install "gnome-tweaks", start it and enable the "Ubuntu appindicators" extension.
2) Edit the file ~/.config/autostart/Flameshot.desktop and replace the "Exec" line to delay the startup a litte:

[Desktop Entry]
Name=flameshot
Icon=flameshot
#Exec=flameshot
Exec=bash -c "sleep 10 && flameshot"
Terminal=false
Type=Application
StartupNotify=false

Good luck!