Re: Fwd: system tray or notification area in python

2012-10-19 Thread Anssi Saari
Daniel Fetchinson fetchin...@googlemail.com writes: But I have zero experience with gui programming in python. So any pointers would be much appreciated how to implement a system tray in python. Gtk is I guess just one option, one could use other stuff from python but I wouldn't know what the

Re: Fwd: system tray or notification area in python

2012-10-17 Thread Daniel Fetchinson
Hi folks, 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! Why

Re: Fwd: system tray or notification area in python

2012-10-17 Thread Christian Gollwitzer
Am 17.10.12 09:49, schrieb Daniel Fetchinson: 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

Re: system tray or notification area in python

2012-10-17 Thread Daniel Fetchinson
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! Why not look

system tray or notification area in python

2012-10-16 Thread Daniel Fetchinson
. 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

Re: system tray or notification area in python

2012-10-16 Thread Rodrick Brown
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

Fwd: system tray or notification area in python

2012-10-16 Thread Daniel Fetchinson
. 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

RE: system tray or notification area in python

2012-10-16 Thread Prasad, Ramit
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

Re: Fwd: system tray or notification area in python

2012-10-16 Thread Christian Gollwitzer
Am 16.10.12 22:39, schrieb Daniel Fetchinson: Hi folks, 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