i3-gnome-flashback icon indicating copy to clipboard operation
i3-gnome-flashback copied to clipboard

Same issue from i3-gnome: Some Tray Icons are not working

Open mikehlim opened this issue 4 years ago • 4 comments

I'm using diodon, pa-applet, caffeine, redshift-gtk, nm-applet, blueman-applet as tray icons, but I only see the pa-applet is working. Is it because Gnome session take over the tray icons? how to make it visible all tray icons? or is it a bug from gnome-session-flashaback? Any insight would be greatly appreciated.

mikehlim avatar Sep 13 '19 21:09 mikehlim

@mikehlim Try gsettings set org.gnome.gnome-flashback status-notifier-watcher false.

muktupavels avatar Nov 19 '19 23:11 muktupavels

I am having the same problem. The solution suggested above does not work for me. For now I am using the workaround described here: https://github.com/i3-gnome/i3-gnome/issues/25#issuecomment-442601906

For nm-applet, because it's auto started by GNOME Flashback, I included the following line as a workaround, first killing nm-applet and then starting it again:

exec --no-startup-id "killall nm-applet && dbus-launch nm-applet"

blipp avatar Dec 11 '19 12:12 blipp

Try to remove indicator-application, it also provides status notifier watcher.

muktupavels avatar Jun 06 '20 09:06 muktupavels

For me, I had indicator-application, and this solved it. Hopefully also for others. It's been plaguing me for a while actually.

WJCFerguson avatar May 01 '21 18:05 WJCFerguson