Budgie - 鎖定畫面在 22.04 上不起作用

Budgie - 鎖定畫面在 22.04 上不起作用

在我的 Ubuntu 22.04 Budgie 上,我的鎖定畫面和休眠功能無法正常運作。我用谷歌搜尋了一些其他解決方案但沒有成功。

這裡是一些輸出:

user@ubuntu:~$ gnome-screensaver --debug
[gs_debug_init] gs-debug.c:106 (14:15:07):   Debugging enabled
[main] gnome-screensaver.c:86 (14:15:07):    initializing gnome-screensaver 3.6.1
[query_session_id] gs-listener-dbus.c:1471 (14:15:07):   Couldn't determine our own session id: No data available
[init_session_id] gs-listener-dbus.c:1518 (14:15:07):    Got session-id: (null)
[gs_fade_init] gs-fade.c:920 (14:15:07):     Fade type: 3
[set_status] gs-watcher-x11.c:346 (14:15:07):    GSWatcher: not active, ignoring status changes
[gs_manager_set_lock_enabled] gs-manager.c:163 (14:15:07):   GSManager: lock-enabled=1
[gs_watcher_set_active] gs-watcher-x11.c:277 (14:15:07):     turning watcher: ON
[listener_dbus_handle_system_message] gs-listener-dbus.c:852 (14:15:07):     obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameAcquired destination=:1.149
[on_bg_changed] gs-manager.c:550 (14:15:07):     background changed

答案1

這對我來說工作:

刪除 GDM3 和 gnome-shell-common

sudo apt purge gdm3

sudo apt purge gnome-shell-common

字體:https://discourse.ubuntubudgie.org/t/lock-screen-not-working-in-21-10/5466/11

相關內容