summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhelp
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-09-17 12:57:43 +0000
committerDaouda Lo <daouda@mandriva.com>2003-09-17 12:57:43 +0000
commit4da1f4ed566a750a75596eed3197ff0713f8b5f9 (patch)
tree28f33179bbd67c2bb90b4be9b1a11400e50a789f /perl-install/standalone/drakhelp
parent4b2da129c01b9ecc8827e8b18e4dee0e3cb3619b (diff)
downloaddrakx-4da1f4ed566a750a75596eed3197ff0713f8b5f9.tar
drakx-4da1f4ed566a750a75596eed3197ff0713f8b5f9.tar.gz
drakx-4da1f4ed566a750a75596eed3197ff0713f8b5f9.tar.bz2
drakx-4da1f4ed566a750a75596eed3197ff0713f8b5f9.tar.xz
drakx-4da1f4ed566a750a75596eed3197ff0713f8b5f9.zip
- replace mdklaunchhelp by konqueror
Diffstat (limited to 'perl-install/standalone/drakhelp')
-rw-r--r--perl-install/standalone/drakhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index 3876ccaea..2c4c95be9 100644
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -36,7 +36,7 @@ my ($lg, $instpath, $ancpath, $package) = ctxhelp::path2help($opt, $idlabel);
my $wm = any::running_window_manager();
my %launchhelp = (
- 'kwin' => sub { system("mdklaunchhelp " . $ancpath . "&") },
+ 'kwin' => sub { system("konqueror " . $ancpath . "&") },
'gnome-session' => sub { system("yelp ghelp://" . $ancpath . "&") },
'other' => sub { my $browser = $ENV{BROWSER} || find { -x "/usr/bin/$_" } qw(mozilla konqueror galeon) or $in->ask_warn('drakhelp', N("No browser is installed on your system, Please install one if you want to browse the help system"));
log::explanations("Loading help system : $ancpath");