[SCM] GUI front-end for Debian Live. branch, master, updated. 5135771e3b9aa93701a0aa550e1b0272443ded8d

Chris Lamb chris at chris-lamb.co.uk
Wed Sep 17 00:55:07 UTC 2008


The following commit has been merged in the master branch:
commit 24e013fbbaeda35ec06f03422dc08fbdde7607b0
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Sep 16 19:27:12 2008 +0100

    Support Xfce's thunar window manager.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/controllers/build.py b/LiveMagic/controllers/build.py
index 4a11202..8a13db8 100644
--- a/LiveMagic/controllers/build.py
+++ b/LiveMagic/controllers/build.py
@@ -92,7 +92,7 @@ class BuildController(object):
                 os.environ['GNOME_DESKTOP_SESSION_ID'] = self.options.gnome_desktop_session_id
 
             # Try some file managers.
-            for manager in ('/usr/bin/xdg-open', '/usr/bin/pcmanfm'):
+            for manager in ('/usr/bin/xdg-open', '/usr/bin/pcmanfm', '/usr/bin/thunar'):
                 if not os.path.exists(manager):
                     continue
 
diff --git a/debian/changelog b/debian/changelog
index d55aa12..8788184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 live-magic (1.2) unstable; urgency=low
 
+  * Support Xfce's "thunar" window manager.
   * Translations:
     - Indonesian translation by Iwan Setiawan. (Closes: #498110)
     - Update Italian translation by Fabio Balzano. (Closes: #497390)
 
- -- Chris Lamb <chris at chris-lamb.co.uk>  Sun, 07 Sep 2008 13:14:44 +0100
+ -- Chris Lamb <chris at chris-lamb.co.uk>  Tue, 16 Sep 2008 19:22:35 +0100
 
 live-magic (1.1) unstable; urgency=low
 

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list