カバーを閉じたときに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/

おすすめ記事