unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36479: Xfce4 autologin prevents logout and login with another user
@ 2019-07-02 18:27 znavko
  0 siblings, 0 replies; only message in thread
From: znavko @ 2019-07-02 18:27 UTC (permalink / raw)
  To: 36479


[-- Attachment #1.1: Type: text/plain, Size: 542 bytes --]

I have configured Slim to do autologin with user 'mom'. I use
xfce4+slim. So it works.
But I have expected it is possible to logout from 'mom' and login with user 'bob'.
But not! After pressing in Xfce4 'Logout' it does logout but thereafter login
again with 'mom'.
It is a bug, cause this worked before.

# guix describe
Generation 92 Jun 28 2019 07:48:08 (current)
 guix fbb5b68
 repository URL: https://git.savannah.gnu.org/git/guix.git
 branch: master
 commit: fbb5b688b6258d40e91a34b52a402eea246210d3

config is attached.

[-- Attachment #1.2: Type: text/html, Size: 886 bytes --]

[-- Attachment #2: znavko-config-slim.scm --]
[-- Type: application/octet-stream, Size: 1119 bytes --]

		  (services (cons* 
			     (service xfce-desktop-service-type)
			     (service dhcp-client-service-type)
			     (service slim-service-type
				      (slim-configuration
					(auto-login? #t)
					(default-user "mom")
					(xorg-configuration
					 (xorg-configuration
					  (extra-config  
					   '("Section \"InputClass\"
Identifier \"touchpad\"
Driver \"libinput\"
MatchIsTouchpad \"on\"
Option \"Tapping\" \"on\"
EndSection")
					   ))))
				      )

			     (modify-services      
			      (remove (lambda (service)
					(member (service-kind service)
						(list ntp-service-type avahi-service-type 
						      bluetooth-service network-manager-service-type
						      gdm-service-type)))
				      %desktop-services) ;end of remove lambda services

			      (wpa-supplicant-service-type config =>
							   (wpa-supplicant-configuration
							    (interface "wlp2s0")
							    (config-file "/etc/wpa_supplicant/wpa_supplicant.conf")))

			      (elogind-service-type
			       c => (elogind-configuration (handle-lid-switch 'ignore)))
			      )	;;end of modify-services
			     ))	;;end of services

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-02 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 18:27 bug#36479: Xfce4 autologin prevents logout and login with another user znavko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).