How to display a status message in the Gnome panel?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-05-23T16:52:09Z
Indexed on
2010/05/23
17:01 UTC
Read the original article
Hit count: 258
I have a Gnome applet I've been working on. It is written in Python and it displays the progress of something in a small label.
My question is: what is the best way to display status notifications to the user? On Ubuntu, I notice that whenever I connect to a network or adjust the volume, a black box appears in the upper-right corner. Is there a way to do something like that with Python?
© Stack Overflow or respective owner