wow, this bug has been open since 2008!?  maintainer MIA?

-- root@ada64:~# diff -Naur /usr/bin/tritium /usr/bin/tritium.hacked
--- /usr/bin/tritium    2010-03-29 21:32:43.000000000 -0700
+++ /usr/bin/tritium.hacked     2013-04-08 10:26:47.000000000 -0700
@@ -45,6 +45,10 @@
     Any_space = Any_Down = C_n = menu.MenuKeyHandler._down
     Any_BackSpace = Any_Up = C_p = menu.MenuKeyHandler._up

+def usage():
+    print "right now all we understand is -d for debug"
+    os.abort()
+
 class TritiumClient( wmanager.Client,
                      tritium.frame.FrameClient,
                      tritium.frame.tab.TabClient,
@@ -149,7 +153,8 @@
         os.execvp( executable, sys.argv[1:] )

 if __name__ == '__main__':
-    os.environ[ "DISPLAY" ] = ":0"
+    if not os.environ.has_key("DISPLAY"):
+        os.environ[ "DISPLAY" ] = ":0"

     level=logging.INFO
     # right now all we understand is -d for debug


Best Regards.
This is unedited.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to