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


Groups > comp.lang.python > #31427

system tray or notification area in python

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <fetchinson@googlemail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.042
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'python.': 0.02; 'bindings': 0.09; 'pointers': 0.09; 'restarted': 0.09; 'subject:python': 0.11; 'appreciated!': 0.16; 'folks,': 0.16; 'subject:area': 0.16; 'instance': 0.17; 'written': 0.20; 'are.': 0.22; 'cheers,': 0.23; 'guess': 0.27; 'message- id:@mail.gmail.com': 0.27; 'options': 0.27; 'this?': 0.28; 'this.': 0.29; "i'm": 0.29; 'daniel': 0.30; 'window': 0.30; 'received:209.85.160.46': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'from:addr:googlemail.com': 0.35; 'sometimes': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'really': 0.36; 'but': 0.36; 'alone': 0.36; 'received:209': 0.37; 'far': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'stand': 0.61; 'brand': 0.78; 'down!': 0.84; 'etc,': 0.84; 'subject:notification': 0.84; 'subject:system': 0.84; 'to:name:python': 0.84; 'killed': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5wANqSIDstMvt6s1/NCG4o9cNfJ742YMKSNN4xP2FEo=; b=dOH18kLcDT+vKYs1xXNgkZSN8EjA4cCDLR1nSvY3e+sGl8fOYlHaz2xu0RdONXpJk3 BOkYwJp/vZ20OP9l/+yseHnFpI384JrEoDC9PFB1hgDzULUHjEudIul78t/FGtVePZJ0 yslm/JfNq55S1pWYHosCYwavg8Vxfk/qPBKXhk9EJ1gvWVr3d8hyXAup+6d5YPxrBFV6 HoPuu2Y4aiIeMjENVeYb2v5oRQ/Zy7gJuorVGmjJSpTAX5fnob96CtHlAYUIp2XOaZ0U 0dXvu7gyyvNxiZUX+s2fiy9AzqnpCRTdtkvWXwWVNd9sfDrBQe77jgh8A4H7aJaCArxh jFPA==
MIME-Version 1.0
Date Tue, 16 Oct 2012 22:12:23 +0200
Subject system tray or notification area in python
From Daniel Fetchinson <fetchinson@googlemail.com>
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2294.1350418346.27098.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350418346 news.xs4all.nl 6961 [2001:888:2000:d::a6]:35157
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31427

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web