xfce 面板消失了。当我运行时,xfce4-panel
面板启动并正常工作,但显示:
(xfce4-mixer-plugin:1816): libxfce4mixer-CRITICAL **: xfce_mixer_get_track: assertion `GST_IS_MIXER (card)' failed
(xfce4-mixer-plugin:1816): xfce4-mixer-plugin-CRITICAL **: xfce_mixer_plugin_set_card: assertion `GST_IS_MIXER (card)' failed
(xfce4-mixer-plugin:1816): xfce4-mixer-plugin-CRITICAL **: xfce_mixer_plugin_set_track: assertion `GST_IS_MIXER_TRACK (track)' failed
如何恢复 xfce 面板状态?
Xubuntu 10.04(带有 Xfce 4.6)。
答案1
我仍然不知道这次失败的真正原因,但在我选中“保存会话以供将来登录”并重新启动后,问题就解决了。
还可以使用以下命令从命令行重新启动面板:
xfce4-panel -r
或者更详细一点:
xfce4-panel --restart
答案2
重置面板:
xfce4-panel --exit
rm -R ~/.config/xfce4/panel
xfce4-panel
如果xfce4-panel --exit
不起作用,请尝试:
xfce4-panel --quit
使用 xfce4-panel 4.11.0(Xfce 4.10)。