Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31427 > unrolled thread

system tray or notification area in python

Started byDaniel Fetchinson <fetchinson@googlemail.com>
First post2012-10-16 22:12 +0200
Last post2012-10-16 22:12 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  system tray or notification area in python Daniel Fetchinson <fetchinson@googlemail.com> - 2012-10-16 22:12 +0200

#31427 — system tray or notification area in python

FromDaniel Fetchinson <fetchinson@googlemail.com>
Date2012-10-16 22:12 +0200
Subjectsystem tray or notification area in python
Message-ID<mailman.2294.1350418346.27098.python-list@python.org>
Hi folks,

I'm using a stand alone window manager without gnome or kde or any
other de. But I still would like to have a system tray or notification
area and so far used stalonetray for this. Stalonetray is written in C
and is a GTK application, works all right but sometimes it doesn't.
For instance if it is killed and restarted icons don't come back, etc,
etc, there are some quirks.

So I thought I would write a brand new stand alone system tray or
notification area in python. I guess I need to use gtk bindings or
some such but don't really know what my options are.

Where would I start something like this?
Any pointers would be greatly appreciated!

Cheers,
Daniel


-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web