summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-18 03:06:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-18 03:06:52 +0000
commit967455a539aaf19c27033303d8c14bcf76a03798 (patch)
tree169f1e3abf77ecc1a0f503f6be58187f300dca29
parent1c91c6efa1db9bde5d7f348e7fb8823b251a0127 (diff)
downloadcontrol-center-967455a539aaf19c27033303d8c14bcf76a03798.tar
control-center-967455a539aaf19c27033303d8c14bcf76a03798.tar.gz
control-center-967455a539aaf19c27033303d8c14bcf76a03798.tar.bz2
control-center-967455a539aaf19c27033303d8c14bcf76a03798.tar.xz
control-center-967455a539aaf19c27033303d8c14bcf76a03798.zip
use newly introduced drakconsole rather than rxvt
-rwxr-xr-xcontrol-center3
1 files changed, 1 insertions, 2 deletions
diff --git a/control-center b/control-center
index 40da28d9..69eb40e8 100755
--- a/control-center
+++ b/control-center
@@ -113,8 +113,7 @@ my $exec_hash =
"Monitor Connection" => [ "net_monitor", "$sbindir/net_monitor", 1, N("Monitor connections") ],
"Configure Internet" => [ "drakconnect", "$sbindir/drakconnect --internet", 1, N("Internet access") ],
# little workaround to avoid drakconf freeze
- "Console" => [ "rxvt", "$xbindir/rxvt", -1, N("Console") ], #The Console will help you to solve issues
-# "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Console") ], #The Console will help you to solve issues
+ "Console" => [ "drakconsole", "$sbindir/drakconsole", 1, N("Console") ], #The Console will help you to solve issues
"Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date and time") ],
"Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager") ],
"Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("Firewall") ],