[SCM] GUI front-end for Debian Live. branch, master, updated. ee1fcdc9c4f24843c4be883020457b97d0dc3bce
Chris Lamb
chris at chris-lamb.co.uk
Thu Jul 24 18:43:26 UTC 2008
The following commit has been merged in the master branch:
commit 7a6bce0843755608f0d8431d11e24b03cdd82bab
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Fri Jul 18 13:50:31 2008 +0100
Remove "--preserve-env" when calling gksu. Contrary to #490134, the
"--preserve-env" switch actually works on some systems but I don't think
we need it as we pass other environment variables manually. (Closes:
#491242)
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/LiveMagic/controllers/wizard.py b/LiveMagic/controllers/wizard.py
index ecb1fcb..3e51f28 100644
--- a/LiveMagic/controllers/wizard.py
+++ b/LiveMagic/controllers/wizard.py
@@ -57,7 +57,7 @@ class WizardController(object):
text = "Live-magic requires superuser capabilities to build your Debian Live system."
for _ in range(3):
- cmd = ['gksu', '--disable-grab', '--preserve-env',
+ cmd = ['gksu', '--disable-grab',
'--message', '<big><b>%s</b></big>\n\n%s' % (title, text), '--',
utils.find_resource('live-magic'),
'--build-for', '%d:%d' % (os.geteuid(), os.getegid()),
diff --git a/debian/changelog b/debian/changelog
index e63aa10..2676ffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+live-magic (0.6) unstable; urgency=low
+
+ * Remove "--preserve-env" when calling gksu. Contrary to #490134, the
+ "--preserve-env" switch actually works on some systems, but I don't think
+ we need it as we pass the environment variables we are interested in
+ manually. (Closes: #491242)
+
+ -- Chris Lamb <chris at chris-lamb.co.uk> Fri, 18 Jul 2008 13:49:31 +0100
+
live-magic (0.5) unstable; urgency=low
* Remove python-gnome2-desktop from Recommends (Closes: #491248)
--
GUI front-end for Debian Live.
More information about the debian-live-changes
mailing list