shutter-project / shutter

Screenshot tool for Linux
https://shutter-project.org/
GNU General Public License v3.0
539 stars 35 forks source link

2 tray icons #598

Open DarthGandalf opened 1 year ago

DarthGandalf commented 1 year ago

Brief summary of issue

I see both tray icons today - both Gtk3::StatusIcon and AppIndicator.

My guess is that initially $tray_legacy->is_embedded returned false, so we initialized AppIndicator, but then it got embedded anyway, just with a delay.

Steps to reproduce the issue

Error output

Extra information, such as Shutter version, display server in use (Xorg or Wayland), operating system and ideas for how to solve:

0.99.4 X Linux

Photon89 commented 1 year ago

I wonder if this has started happening after some update?

DarthGandalf commented 1 year ago

This is probably from https://github.com/shutter-project/shutter/pull/555 where I tried to fix the tray icon missing. Now I overshoot instead :)

Not sure why it started multiplying only now. Must be some update of some dependency, yeah.