summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-12 10:03:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-12 10:03:20 +0000
commitc3e736be4521f293c591b7f365f2d0f66b5afc98 (patch)
tree29c9f84012b3347619b7b2f20605e6e128e2d33f
parent911c989c9ed2ea18791150d584531d0b992bf251 (diff)
downloadcontrol-center-c3e736be4521f293c591b7f365f2d0f66b5afc98.tar
control-center-c3e736be4521f293c591b7f365f2d0f66b5afc98.tar.gz
control-center-c3e736be4521f293c591b7f365f2d0f66b5afc98.tar.bz2
control-center-c3e736be4521f293c591b7f365f2d0f66b5afc98.tar.xz
control-center-c3e736be4521f293c591b7f365f2d0f66b5afc98.zip
do not embed anymore rxvt, gnome2.4 wm is broken
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index a894f409..b52bd530 100755
--- a/control-center
+++ b/control-center
@@ -106,8 +106,8 @@ my $exec_hash =
"Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("DrakGw helps you share your Internet connection") ],
"Connection" => [ "drakconnect", "$sbindir/drakconnect", 1, N("DrakConnect helps you set up your network and Internet connection") ],
# little workaround to avoid drakconf freeze
-# "Console" => [ "rxvt", "$xbindir/rxvt", -1, N("Open a console") ], #The Console will help you to solve issues
- "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Open a console") ], #The Console will help you to solve issues
+ "Console" => [ "rxvt", "$xbindir/rxvt", -1, N("Open a console") ], #The Console will help you to solve issues
+# "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Open a console") ], #The Console will help you to solve issues
"Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Set date and time") ],
"Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Choose the display manager") ],
"Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("DrakFirewall helps you set up a personal firewall") ],