mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
This update addresses a crash in lightdm, related to the way the user environment for the lightdm process is setup in src/process.c. The configuration option in lightdm.conf for locked memory is now honoured - the default configuration has been updated to disable this, and pkg-message has been updated to reflect this change. Changes this release: https://github.com/CanonicalLtd/lightdm/releases/tag/1.30.0 PR: 238083 Submitted by: madpilot Reported by: David.Boyd49@twc.com Differential Revision: https://reviews.freebsd.org/D20541
22 lines
566 B
Text
22 lines
566 B
Text
--- data/lightdm.conf.orig 2018-09-05 01:33:31 UTC
|
|
+++ data/lightdm.conf
|
|
@@ -22,8 +22,8 @@
|
|
#start-default-seat=true
|
|
#greeter-user=lightdm
|
|
#minimum-display-number=0
|
|
-#minimum-vt=7
|
|
-#lock-memory=true
|
|
+minimum-vt=9
|
|
+lock-memory=false
|
|
#user-authority-in-system-dir=false
|
|
#guest-account-script=guest-account
|
|
#logind-check-graphical=false
|
|
@@ -108,7 +108,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=
|