덮개를 닫을 때 Xfce에서 로그아웃되지 않음

덮개를 닫을 때 Xfce에서 로그아웃되지 않음

몇 가지 내용을 읽고 웹 검색을 한 후에도 여전히 다음과 같은 문제가 있습니다. 저는 Lenovo X230에서 Pop!_OS를 사용하고 있습니다. 한동안 GNOME DE를 사용한 후 Xfce DE가 어떤 것인지 알아보기로 결정했습니다. 이에 대해 더 자세히 알아보는 동안 다음 문제에 직면했습니다. GNOME에서는 뚜껑을 닫았다가 다시 열면 로그인 비밀번호를 입력해야 하는데 Xfce에서는 그렇지 않습니다. 이것을 어떻게 바꿀 수 있나요? Power Manager에는 그러한 옵션이 없습니다(실제로 다른 조합을 확인한 후). 또한 logind.conf파일 편집을 시도했습니다 .

  GNU nano 5.2                                         /var/tmp/logindXXgwJbx5.conf                                                    
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See logind.conf(5) for details.

[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
HandleSuspendKey=lock
#HandleHibernateKey=hibernate
HandleLidSwitch=lock
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s

HandleLidSwitch=ignore주석을 제거하고 로 편집했습니다 HandleLidSwitch=lock. 이는 (다시 시작한 후) 눈에 띄는 영향을 미치지 않았습니다.

이 문제를 어떻게 해결할 수 있나요?

답변1

다음 Reddit 게시물에서 나에게 맞는 솔루션을 찾을 수 있습니다. 기본적으로 Light-locker에서 XScreenSaver로 전환하는 방법에 대한 자세한 지침을 찾을 수 있습니다. 사용자 ID: u/EMH_Mark_I

https://www.reddit.com/r/xubuntu/comments/9tlnnu/how_to_setup_xscreensaver_to_lock_on_suspens_for/

관련 정보