一時停止中にスクリーンライブラリを起動する方法についてArch Wikiを読んでいますが、一見すると、次のようにlight-locker
LightDMの操作が見つかりませんでした。[email protected]
[Unit]
Description=Screen Locker LightDM
Before=suspend.target
[Service]
User=kevin
Type=forking
Environment=DISPLAY=:0
ExecStart=-/usr/bin/light-locker
[Install]
WantedBy=suspend.target
その後、サービスを有効にします。
# systemctl enable [email protected]
再起動しましたが、ラップトップを一時停止して再起動すると機能しなくなり、状態は次のようになります[email protected]
。
● [email protected] - Screen Locker LightDM
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: disabled)
Active: inactive (dead)
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to commit changes to dconf: Error al lanzar («spawn») el comando «dbus-launch --autolaunch=6409fcf6b77741839c02aa4
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to commit changes to dconf: Error al lanzar («spawn») el comando «dbus-launch --autolaunch=6409fcf6b77741839c02aa4
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to commit changes to dconf: Error al lanzar («spawn») el comando «dbus-launch --autolaunch=6409fcf6b77741839c02aa4
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to commit changes to dconf: Error al lanzar («spawn») el comando «dbus-launch --autolaunch=6409fcf6b77741839c02aa4
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to commit changes to dconf: Error al lanzar («spawn») el comando «dbus-launch --autolaunch=6409fcf6b77741839c02aa4
nov 17 12:08:37 arch-kevin light-locker[1321]: failed to register with the message bus
PD:私はlight-locker
以前、端末で次のように入力してこれを試しました。
$ light-locker --debug
出力:
[gs_debug_init] gs-debug.c:106 (12:15:13): Debugging enabled
[main] light-locker.c:126 (12:15:13): initializing light-locker 1.6.0
[main] light-locker.c:128 (12:15:13): lock after screensaver 5
[main] light-locker.c:129 (12:15:13): late locking 0
[main] light-locker.c:130 (12:15:13): lock on suspend 1
[init_session_id] gs-listener-dbus.c:1882 (12:15:13): Got session-id: /org/freedesktop/login1/session/c2
[init_session_id] gs-listener-dbus.c:1887 (12:15:13): Got sd-session-id: c2
[init_seat_path] gs-listener-dbus.c:1964 (12:15:13): Got seat: /org/freedesktop/DisplayManager/Seat0
[gs_listener_x11_acquire] gs-listener-x11.c:172 (12:15:13): ScreenSaver Registered
[listener_dbus_handle_system_message] gs-listener-dbus.c:1084 (12:15:13): obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameAcquired destination=:1.34
別の端末またはカバーを閉じて再起動すると、セッションのロックを解除するためのLightDMディスプレイが表示されます。
これを行うための回避策はありますか?