diff options
Diffstat (limited to 'x11/lightdm/files/patch-data_lightdm.conf')
-rw-r--r-- | x11/lightdm/files/patch-data_lightdm.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/lightdm/files/patch-data_lightdm.conf b/x11/lightdm/files/patch-data_lightdm.conf new file mode 100644 index 000000000000..c2f0c35050a6 --- /dev/null +++ b/x11/lightdm/files/patch-data_lightdm.conf @@ -0,0 +1,20 @@ +--- data/lightdm.conf.orig 2016-12-26 04:21:00 UTC ++++ data/lightdm.conf +@@ -22,7 +22,7 @@ + #start-default-seat=true + #greeter-user=lightdm + #minimum-display-number=0 +-#minimum-vt=7 ++minimum-vt=9 + #lock-memory=true + #user-authority-in-system-dir=false + #guest-account-script=guest-account +@@ -114,7 +114,7 @@ + #allow-user-switching=true + #allow-guest=true + #guest-session= +-#session-wrapper=lightdm-session ++session-wrapper=%%PREFIX%%/etc/lightdm/Xsession + #greeter-wrapper= + #guest-wrapper= + #display-setup-script= |