LightDM을 사용하여 일시 중지 잠금

LightDM을 사용하여 일시 중지 잠금

일시 중지되었을 때 화면 보관함을 시작하는 방법에 대한 Arch Wiki를 읽고 있지만, 겉으로는 다음과 같이 light-lockerLightDM에 대한 작업을 찾을 수 없습니다.[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 디스플레이가 표시됩니다.

이 작업을 수행할 수 있는 해결 방법이 있습니까?

관련 정보