appindicator Questions

1

Solved

I have a simple Python code that creates a Linux tray indicator with AppIndicator3 from GI. That works fine. But I would like to detect and handle a simple user click or a double-click on this tray...
Briareus asked 11/2, 2021 at 20:39

1

I'm trying to add a slider to an AppIndicator similar to what the Sound Menu has. I've looked through the code of the Sound Menu and found that I should be using libido-0.1. Here's what I have ...
Froghopper asked 31/7, 2011 at 19:26

3

Solved

Appindicator is not available on Ubuntu 13.10? jason@jz:~$ python Python 2.7.5+ (default, Sep 19 2013, 13:48:49) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" for more i...
Constrain asked 22/12, 2013 at 14:33

1

I write openweathermap site appindicator in python, but i need only text label in indicator without icon. But when i leave "" then show me empty icon. Why, i need only text. In Ubuntu 12.04 python-...
Laudatory asked 9/5, 2014 at 15:43

2

Solved

I am new to QT and need to build an app with an app-indicator. As QT seems easier than GTK+, I am making it in QT. I would mention that I have sni-qt installed and app indicators of vlc and skype ...
Modernistic asked 19/6, 2013 at 14:2

2

Here is a minimal example of an AppIndicator: #!/usr/bin/python import gobject import gtk import appindicator if __name__ == "__main__": ind = appindicator.Indicator("example-simple-client", "g...
Shroudlaid asked 15/8, 2011 at 10:5

2

Solved

I'd like to be able to put a gtk.ProgressBar in my gtk.Menu, but since menus only takes gtk.MenuItems and its subclasses, what I've done instead is take a plain gtk.MenuItem and tried adding my pro...
Phore asked 16/4, 2011 at 7:21
1

© 2022 - 2024 — McMap. All rights reserved.