diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2013-12-24 00:49:12 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2013-12-24 00:49:12 +0100 |
commit | 450d180560e5bbdb995475793b8aeb99821048dc (patch) | |
tree | 10ef2f9022070b74ed12969658c10b243bb992c7 /kde4-profiles/vanilla | |
parent | 35235b31711706529074e423195b2d980874dfb2 (diff) | |
download | config-450d180560e5bbdb995475793b8aeb99821048dc.tar config-450d180560e5bbdb995475793b8aeb99821048dc.tar.gz config-450d180560e5bbdb995475793b8aeb99821048dc.tar.bz2 config-450d180560e5bbdb995475793b8aeb99821048dc.tar.xz config-450d180560e5bbdb995475793b8aeb99821048dc.zip |
Disable broken console login feature ( mga #5908 )
Diffstat (limited to 'kde4-profiles/vanilla')
-rw-r--r-- | kde4-profiles/vanilla/share/config/kdm/kdmrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc index 9d1f036..6d10d94 100644 --- a/kde4-profiles/vanilla/share/config/kdm/kdmrc +++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc @@ -58,6 +58,11 @@ UseBackground=true UseTheme=true UserCompletion=false UserList=true +# Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs +# is configured). +# Default is true +# Disabled as per rhbz#966095. +AllowConsole=false [X-:*-Core] AllowNullPasswd=True |