I notices this in install_any.pm

sub disable_user_view {
    my ($prefix) = @_;
    substInFile { s/^UserView=.*/UserView=true/
}"$prefix/usr/share/config/kdmrc";
    substInFile { s/^Browser=.*/Browser=0/ }
"$prefix/etc/X11/gdm/gdm.conf";
}

I do not know what this does but kdmrc path used by current KDE is
/usr/share/config/kdm/kdmrc.

-andrej

Reply via email to