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


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

Re: system tray or notification area in python

Started byRodrick Brown <rodrick.brown@gmail.com>
First post2012-10-16 16:18 -0400
Last post2012-10-16 16:18 -0400
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: system tray or notification area in python Rodrick Brown <rodrick.brown@gmail.com> - 2012-10-16 16:18 -0400

#31428 — Re: system tray or notification area in python

FromRodrick Brown <rodrick.brown@gmail.com>
Date2012-10-16 16:18 -0400
SubjectRe: system tray or notification area in python
Message-ID<mailman.2295.1350418699.27098.python-list@python.org>
On Oct 16, 2012, at 4:14 PM, Daniel Fetchinson
<fetchinson@googlemail.com> wrote:

> 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!
>
Why not look at the source code of the current app your using to get
an idea how that application accomplishes said task?

You could always use raw X11 libs but leveraging something like Gtk or
Qt/KDE would probably be much easier.

> Cheers,
> Daniel
>
>
> --
> Psss, psss, put it down! - http://www.cafepress.com/putitdown
> --
> http://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


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


csiph-web