diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
commit | 81a45042c342bf0f62a4c96fb97d90ec979d9f23 (patch) | |
tree | 590486ac88d7babc478cab49e7a99301356865d8 /x11/lightdm/files/patch-data_lightdm.conf | |
parent | games/openbor: skip non-existing bor.pak (diff) |
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite
WWW: https://www.freedesktop.org/wiki/Software/LightDM/
lightdm-gtk-greeter is the reference GTK+ greeter for LightDM.
WWW: https://launchpad.net/lightdm-gtk-greeter
Approved by: adamw (mentor, implicit)
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= |