From 81a45042c342bf0f62a4c96fb97d90ec979d9f23 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Mon, 26 Dec 2016 06:53:37 +0000 Subject: 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) --- x11/lightdm/files/patch-data_lightdm.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11/lightdm/files/patch-data_lightdm.conf (limited to 'x11/lightdm/files/patch-data_lightdm.conf') 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= -- cgit v1.2.3