xbps-casper: do not enable GDM auto and timed login, just autologin.
--HG-- branch : gnome3
This commit is contained in:
parent
fc5b81dbfe
commit
e979d938d6
|
@ -28,11 +28,7 @@ fi
|
|||
# Configure GDM autologin
|
||||
if [ -d /root/etc/gdm ]; then
|
||||
GDMCustomFile=/root/etc/gdm/custom.conf
|
||||
AutologinParameters="AutomaticLoginEnable=true\n\
|
||||
AutomaticLogin=$USERNAME\n\
|
||||
TimedLoginEnable=true\n\
|
||||
TimedLogin=$USERNAME\n\
|
||||
TimedLoginDelay=10"
|
||||
AutologinParameters="AutomaticLoginEnable=true\nAutomaticLogin=$USERNAME\n"
|
||||
|
||||
# Prevent from updating if parameters already present (persistent usb key)
|
||||
if ! `grep -qs 'AutomaticLoginEnable' $GDMCustomFile` ; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-casper'
|
||||
pkgname=xbps-casper
|
||||
_localver=0.10 # XBPS package version
|
||||
_localver=0.11 # XBPS package version
|
||||
_distver=1.236 # This should match the upstream (Ubuntu) version
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in New Issue