gtk-sni-tray icon indicating copy to clipboard operation
gtk-sni-tray copied to clipboard

A StatusNotifierHost widget written using the gtk+3 bindings for haskell provided by gi-gtk.

Results 4 gtk-sni-tray issues
Sort by recently updated
recently updated
newest added

This is similar to #10 , but its likely that the underlying cause is different, since I know that the issue underlying that issue was fixed.

Gtk requires size to be >0. I get the following error periodically: ``` Jul 28 00:34:14 dell taffybar-linux-[265044]: gdk_pixbuf_scale_simple: assertion 'dest_width > 0' failed Jul 28 00:34:14 dell taffybar[265044]: [DEBUG]...

This depends on https://github.com/IvanMalison/gtk-strut/issues/1

IBus is supposed to support AppIndicators (so long as the environment variable [`XDG_CURRENT_DESKTOP=KDE` is set](https://github.com/ibus/ibus/blob/cd4fef5a3290869fc1c36392f5d404fa09932926/ui/gtk3/panel.vala#L76)), however when I run it with ``` XDG_CURRENT_DESKTOP=KDE ibus-daemon -rxv ``` I get the following...