Founded in 2010, the Unity project started by Mark Shuttleworth and Canonical has gone on to deliver a consistent user experience for desktop and netbook users alike. Putting great design at the heart of the project, Unity and its technologies such as Application indicators, System indicators, and ...
9
votes
2answers
380 views
Python AppIndicator bindings -> howto check if the menu is open?
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", ...
4
votes
1answer
123 views
How to use Ubuntu Unity global menu in GTK#?
I'm developing a simple GTK# application(nothing serious, just a little project), and I've noticed my application menu bar is showing in my application window instead of Ubuntu's Unity global menu ...
3
votes
1answer
98 views
Where can I find information on integrating Java applications into the Ubuntu application indicator menu?
I have a Java application that essentially functions like an instant messaging type of program. Until the recent "upgrades" to Ubuntu with the Unity interface I had a simple icon showing up in the ...
1
vote
1answer
75 views
How can I detect when I'm on a system running Unity?
In order to choose between what type of app indicators to use for a program, I need to detect whether I'm in a Unity desktop or not. Is this possible? Is it possible when I don't have access to the ...
1
vote
1answer
73 views
How to define an icon for my python application in Debian/Ubuntu?
I have a python (pygtk) application which starts in different modes depending on arguments. I have a bash script for each application mode:
kadro-reader.sh:
#!/bin/sh
/usr/bin/kadro reader
...
0
votes
1answer
99 views
Gtk# in monodevelop not working anymore after upgrading to ubuntu 11.10 unity
I had some monodevelop programs with a GTK# user interface running smoothly in ubuntu 11.04 wihtout unity. I have upgraded to unbuntu 11.10 with unity. Now I get the following error:
"The type or ...
0
votes
0answers
105 views
Ubuntu 11.10 Unity - time indicator is not showing the date/time [closed]
Yesterday I noticed that time indicator on the top pane is not showing the date/time, but is just saying "Time" (see attached screenshot). Does anyone know why is that so? How can I fix it and make ...
0
votes
0answers
71 views
After disable Unity I can't edit panels [closed]
I disable Unity in Ubuntu 11.10. Now I am using GNOME Classic but I can't edit or delete panels. When I right-click at panels so itz no working. I think top panel has lower resolution ant itz not ...
0
votes
0answers
67 views
can i apply gsettings without relogin?
I want my program's icon in Unity system tray. I do gsettings set com.canonical.Unity.Panel ..., but I want the changes to be applied without relogin, is it possible?
0
votes
3answers
171 views
wx.TaskBarIcon on Ubuntu 11.04
There is no tray in Unity under Ubuntu 11.04.
How can I make icon appear somewhere in Unity? wx.TaskBarIcon is not appear anywhere.
Thanks