summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelian R <arusanu@gmail.com>2026-05-06 18:03:40 +0300
committerAurelian R <arusanu@gmail.com>2026-05-06 18:05:39 +0300
commite56aa513496d34e1cf33ea4a275db5954caee6e1 (patch)
tree6f0453f84becacd248ae1d671cd85312e6f92154
parent010ce7cfe2e7386f8c201a6ecd90c76a41c04cfb (diff)
downloadcontrol-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar
control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.gz
control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.bz2
control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.xz
control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.zip
Add drakdm to the mcc menu in text mode.(mga#32051)
-rwxr-xr-xdrakxconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/drakxconf b/drakxconf
index e5c0b7bc..7f219ebd 100755
--- a/drakxconf
+++ b/drakxconf
@@ -39,7 +39,8 @@ my @l = map {
{ des => N("Auto Install"), cmd => 'drakautoinst' },
{ des => N("Internet connection sharing"), cmd => 'drakgw' },
{ des => N("3D Desktop effects"), cmd => 'drak3d' },
- { des => N("Partitions"), cmd => 'diskdrake' }
+ { des => N("Partitions"), cmd => 'diskdrake' },
+ { des => N("Display manager"), cmd => 'drakdm' }
);
my $choice = $in->ask_from_listf(N("Control Center"), N("Choose the tool you want to use"), sub { $_[0]{des} }, \@l)