From 95463880b919bd58d5243f122fd1180ca6559ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 7 Dec 2015 00:37:58 +0100 Subject: Do not modify kdmrc as we do not use kdm anymore --- perl-install/install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 4b2f67cc7..f6a106553 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -1563,8 +1563,8 @@ sub remove_advertising() { } sub disable_user_view() { - substInFile { s/^UserView=.*/UserView=true/ } "$::prefix/etc/kde/kdm/kdmrc"; substInFile { s/^Browser=.*/Browser=0/ } "$::prefix/etc/X11/gdm/custom.conf"; + #TODO: Needed for sddm ? } sub set_security { -- cgit v1.2.1