XWayland가 포함된 Debian 12: gnome-startup-applications 및 gnome-tweaks 문제

XWayland가 포함된 Debian 12: gnome-startup-applications 및 gnome-tweaks 문제

gnome-startup-applications더 일반적으로 Debian 12로 업데이트한 후 gnome-tweaks작동이 중지되었습니다 .

$ gnome-tweaks
WARNING: Shell not installed or running

(gnome-tweaks:19742): dconf-WARNING **: 08:17:46.684: failed to commit changes to dconf: The connection is closed
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gtweak/app.py", line 50, in do_activate
    self.win = Window(self, model)
               ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 58, in __init__
    self._model.load_tweaks(self)
  File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 107, in load_tweaks
    mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 54, in <module>
    IgnoreLidSwitchTweak(),
    ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 28, in __init__
    GetterSetterSwitchTweak.__init__(self, _("Suspend when the laptop lid is closed"), **options)
  File "/usr/lib/python3/dist-packages/gtweak/widgets.py", line 469, in __init__
    sw.set_active(self.get_active())
                  ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 31, in get_active
    return not self._sync_inhibitor()
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 42, in _sync_inhibitor
    bus = Gio.bus_get_sync(Gio.BusType.SESSION, None)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-io-error-quark: The connection is closed (18)

답변1

나는 이 문제를 다음과 같이 해결했다. Debian에서는 아래 이미지와 같이 초기 로그인 화면의 오른쪽 하단에 옵션이 있습니다.

여기에 이미지 설명을 입력하세요.

이전에는 Debian 11에서 이 옵션이 오른쪽 하단에 표시 Wayland되었습니다 X11. 이제 Debian 12에서는 , GNOMEGNOME Classic가 표시됩니다 Openbox. GNOME Classicand 로 전환했는데 Openbox작동하지 않습니다. 그러나 내가 돌아왔을 때 GNOMETweaks는 다시 작업을 시작했습니다.

관련 정보