summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Lefebvre <alefebvre@mandriva.com>2009-08-17 13:47:21 +0000
committerAurélien Lefebvre <alefebvre@mandriva.com>2009-08-17 13:47:21 +0000
commitd24ab47eb042fec9c6e90e676c4c414862e1baea (patch)
tree9c8dbaebbfd4127d7886efdd282ff8f29423cf9d
parent78c1ef24b14559772449b0912cff5ce232a4ddcd (diff)
downloaddrakx-backup-do-not-use-d24ab47eb042fec9c6e90e676c4c414862e1baea.tar
drakx-backup-do-not-use-d24ab47eb042fec9c6e90e676c4c414862e1baea.tar.gz
drakx-backup-do-not-use-d24ab47eb042fec9c6e90e676c4c414862e1baea.tar.bz2
drakx-backup-do-not-use-d24ab47eb042fec9c6e90e676c4c414862e1baea.tar.xz
drakx-backup-do-not-use-d24ab47eb042fec9c6e90e676c4c414862e1baea.zip
- drakhelp: fix firefox launch bug #29775
-rw-r--r--perl-install/NEWS2
-rwxr-xr-xperl-install/standalone/drakhelp2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index b47e63e93..cf5ab6ba9 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- drakhelp:
+ o fix firefox launch bug #29775
- handle new drivers:
o sound: snd_ctxfi
- fix parsing dmidecode output (broken since we use dmidecode-2.10,
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index 3eaf580cc..9f23a0353 100755
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -44,7 +44,7 @@ if (! -e $instpath) {
}
if (-e $instpath) {
- local $ENV{HOME} = '/root';
+ local $ENV{HOME} = '/root' if !$<;
run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "file://$ancpath");
} else {
$ugtk2::wm_icon = "help";