XFCE 正在运行但核心功能不起作用

XFCE 正在运行但核心功能不起作用

突然,我的 xfce4 桌面管理器的行为变得非常奇怪:用于移动或关闭窗口的框架消失了,我无法在窗口之间切换,也无法通过单击其他窗口将窗口置于后台。

这是没有运行桌面管理器时的行为,对吗?

但是echo $DESKTOP_SESSIONxfce 说ps ax | grep xfce

 1755 ?        Ss     0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc  
 1794 ?        Ss     0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startxfce4  
 1797 ?   S      0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/startxfce4  
 1806 ?        S      0:00 /usr/lib/xfce4/xfconf/xfconfd  1814 ?        Sl     0:00 xfce4-session 
 1827 ?        Sl     0:00 xfce4-panel --display :0.0 --sm-client-id 27b5d67b9-b659-4133-8e86-12fee0e6b5a4  
 1837 ?        S      0:00 xfce4-settings-helper --display :0.0 --sm-client-id 2764eefc4-8568-487f-87e9-94ca8fc1c661  
 1903 ?        Sl     0:00 xfce4-mixer  
 1906 ?        Ssl    0:00 xfce4-volumed  2068 ?        S  0:00 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libsystray.so 6 18874424 systray Notification Area Area where notification icons appear   
 2070 ?        Sl     0:00 /usr/lib/xfce4-mixer/xfce4/panel-plugins/xfce4-mixer-plugin  15 18874425 xfce4-mixer-plugin Mixer Volume control for your sound card   
 2071 ?        S      0:01 /usr/lib/orage/xfce4/panel-plugins/xfce4-orageclock-plugin  5 18874426 xfce4-orageclock-plugin Orage Panel Clock Show time and date?

那么 xfce4 所需的所有进程都在运行吗?是不是只是配置不正确?简而言之:什么可能导致此行为,我该如何修复此问题?

答案1

这是一个众所周知的错误Xfce 4.10,当由于某种原因xfwm4退出并且没有自动重新启动时就会发生这种情况。发生这种情况时,使用alt+f2或打开一个终端窗口,将其聚焦(即将鼠标悬停在其上方)并执行xfwm4 --replace。这应该会带回 WM 按钮(关闭、最小化等)。

也可以看看:

相关内容