[hackers] [wmii] [python] Launch witray in the background at startup. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Sun, 30 May 2010 15:28:17 +0000 (UTC)

changeset: 2676:66e953f9c6b4
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Sun May 30 11:28:06 2010 -0400
files: alternative_wmiircs/python/wmiirc.py
description:
[python] Launch witray in the background at startup.

diff -r 50408c761205 -r 66e953f9c6b4 alternative_wmiircs/python/wmiirc.py
--- a/alternative_wmiircs/python/wmiirc.py Sun May 30 05:58:03 2010 -0400
+++ b/alternative_wmiircs/python/wmiirc.py Sun May 30 11:28:06 2010 -0400
@@ -306,6 +306,6 @@
         except Exception, e:
             traceback.print_exc(sys.stdout)
 
-call(*tray)
+call(*tray, background=True)
 
 # vim:se sts=4 sw=4 et:
Received on Sun May 30 2010 - 15:28:17 UTC

This archive was generated by hypermail 2.2.0 : Sun May 30 2010 - 15:36:05 UTC