Xorg

在不重新啟動 Xorg 的情況下重新啟動 GNOME?

  • February 21, 2022

有時會發生某些應用程序崩潰並使 Gnome 桌面不穩定的情況,例如上欄消失。通過重新啟動 X ctrl+shift+backspace 我可以重置它。但是有沒有辦法完全重新啟用欄或 Gnome?

您應該能夠重新啟動 Gnome

gnome-shell --replace

從手冊:

DESCRIPTION
  GNOME Shell provides core user interface functions for the GNOME 3 desktop,
  like switching to windows and launching  applications.  GNOME  Shell  takes
  advantage  of  the  capabilities of modern graphics hardware and introduces
  innovative user interface concepts to provide  a  visually  attractive  and
  easy to use experience.

OPTIONS
  --replace
         Replace the running window manager

您可以按 Alt-F2 (IIRC) 獲得一個視窗,您可以在其中鍵入命令。除了正常命令之外,GNOME Shell 還支持幾個自定義命令來控制桌面環境的行為。在這種情況下,您需要restart重新啟動 Shell,而不是電腦。

如果它崩潰太多而無法正常工作,請使用terdon’s answer

引用自:https://unix.stackexchange.com/questions/91407