我正在运行 Ubuntu 14.04 gnome。为了让它更经典,我安装了gnome-session-fallback
。它运行良好,但我不小心删除了顶部面板。当我搜索解决方案时,Ubuntu 7-8 的答案如下重新添加默认顶部面板
但是,它对我来说不起作用,因为没有 ~/.gconf/apps/panel 我相信这是因为面板不是系统原生的,而是通过gnome-session-fallback
。我尝试卸载并重新安装gnome-session-fallback
,但没有用。我正在尝试找到可以重置的文件,以使我的顶部面板恢复为默认值。
另外,如果有帮助的话,如果我以其他用户身份登录,面板会没问题,因此设置文件可能位于主驱动器中(我猜)。有什么想法吗?
答案1
我终于明白了,包含面板等信息的文件是,~/.config/dconf/user
所以我只是从另一个用户那里复制了这个文件,面板就恢复为默认面板了。
答案2
运行命令:
gnome-panel --replace
man gnome-panel
DESCRIPTION
The gnome-panel program provides the panels of the the GNOME desktop.
The panels are the areas on the desktop that contain, among other
items, the applications menu, application launchers, the notification
area and the window list.
Small applications called applets can also be embedded in the panels.
The applets usually provide quick access to specific features.
OPTIONS
--replace
Replace an already running panel.