diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-12 15:44:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-12 15:44:03 +0000 |
commit | d3d5caf753f04173a42923e5a440ee5921aa1ba6 (patch) | |
tree | c80b5f8b83f639a7471123856e65fb2a1b57e402 | |
parent | c0f841a24083c5b6e3c0db02bb82505a3433a5d4 (diff) | |
download | control-center-d3d5caf753f04173a42923e5a440ee5921aa1ba6.tar control-center-d3d5caf753f04173a42923e5a440ee5921aa1ba6.tar.gz control-center-d3d5caf753f04173a42923e5a440ee5921aa1ba6.tar.bz2 control-center-d3d5caf753f04173a42923e5a440ee5921aa1ba6.tar.xz control-center-d3d5caf753f04173a42923e5a440ee5921aa1ba6.zip |
fix #5493: su does not support anymore propaging x cookie because of
security issues, so we now directly start menudrake as root and let
him configure either sysadmin or system menu (dadou, fredl)
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index b52bd530..6357fbe4 100755 --- a/control-center +++ b/control-center @@ -119,7 +119,7 @@ my $exec_hash = "Keyboard" => [ "keyboarddrake", "$sbindir/keyboarddrake", 1, N("KeyboardDrake helps you to set your keyboard layout") ], "Logs" => [ "logdrake", "$sbindir/logdrake", 1, N("LogDrake helps you view and search system logs") ], "Mandrake Update" => [ "rpmdrake", "$sbindir/MandrakeUpdate", -1, N("Mandrake Update helps you apply any fixes or upgrades to installed packages") ], - "Menus" => [ "menudrake", "$sbindir/menus_launcher.pl", 1, N("MenuDrake helps you change what programs are shown on the menu"), "$bindir/menudrake" ], + "Menus" => [ "menudrake", "$bindir/menudrake", -1, N("MenuDrake helps you change what programs are shown on the menu"), "$bindir/menudrake" ], "Monitor" => [ "XFdrake", "$sbindir/XFdrake monitor", 1, N("Configure your monitor") ], "Mouse" => [ "mousedrake", "$sbindir/mousedrake", 1, N("MouseDrake helps you set up your mouse") ], "NFS mount points" => [ "diskdrake", "$sbindir/diskdrake --nfs", 1, N("Set NFS mount points") ], |