From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Slim auto-login disallow me to login with another user Date: Fri, 28 Jun 2019 15:52:37 +0000 Message-ID: <22f9dec04def8b93f9cc52f442d68d36@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60270) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgtBA-0001iu-AL for help-guix@gnu.org; Fri, 28 Jun 2019 11:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgtB9-0007PA-19 for help-guix@gnu.org; Fri, 28 Jun 2019 11:52:48 -0400 Received: from knopi.disroot.org ([178.21.23.139]:60834) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgtB8-0007Ig-3S for help-guix@gnu.org; Fri, 28 Jun 2019 11:52:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 130623588E for ; Fri, 28 Jun 2019 17:52:39 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cI3RgD_79KAN for ; Fri, 28 Jun 2019 17:52:37 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello, Guix! I have configured Slim to do autologin with user 'mom'. I us= e xfce4+slim. So it works.=0ABut I have expected it is possible to logout= from 'mom' and login with 'bob'.=0ABut not! After pressing in Xfce4 'Log= out' it does logout but thereafter login again with mom.=0APlease, is it = possible to do something?=0AI tried to use another tty to kill slim, xorg= services but I do not know exactly which process to kill and what to run= to start session.=0A=0AMy config's lines:=0A (users (cons* (user-account= (name "bob") (group "users")=0A (supplementary-groups '("wheel" "netdev"= "audio" "video"))=0A (home-directory "/home/bob"))=0A (user-account (nam= e "mom") (group "users")=0A (supplementary-groups '("wheel" "netdev" "aud= io" "video"))=0A (home-directory "/home/mom"))=0A %base-user-accounts))= =0A (services (cons*=0A (service xfce-desktop-service-type)=0A (service d= hcp-client-service-type)=0A (service slim-service-type=0A (slim-configura= tion=0A ;;(auto-login? #t)=0A ;;(default-user "mom")=0A (xorg-configurati= on=0A (xorg-configuration=0A (extra-config =0A '("Section "InputClass"=0A= Identifier "touchpad"=0ADriver "libinput"=0AMatchIsTouchpad "on"=0AOption= "Tapping" "on"=0AEndSection")=0A ))))=0A )=0A=0A (modify-services =0A (r= emove (lambda (service)=0A (member (service-kind service)=0A (list ntp-se= rvice-type avahi-service-type=0A bluetooth-service network-manager-servic= e-type=0A gdm-service-type)))=0A %desktop-services) ;end of remove lambda= services=0A=0A (wpa-supplicant-service-type config =3D>=0A (wpa-supplica= nt-configuration=0A (interface "wlp2s0")=0A (config-file "/etc/wpa_suppli= cant/wpa_supplicant.conf")))=0A=0A (elogind-service-type=0A c =3D> (elogi= nd-configuration (handle-lid-switch 'ignore)))=0A ) ;;end of modify-servi= ces=0A )) ;;end of services=0A=0A ;; Allow resolution of '.local' host na= mes with mDNS.=0A (name-service-switch %mdns-host-lookup-nss)=0A=0A ;;bla= cklist ugly sound speaker, blacklist ideapad_laptop for prevent soft bloc= king wlan=0A (kernel-arguments '("modprobe.blacklist=3Dpcspkr,snd_pcsp,bl= uetooth,ideapad_laptop"))