我正在运行Ubuntu14.04 gnome。为了使它更经典,我安装了gnome-session-fallback。它运行得很好,但我无意中删除了顶部的面板。当我搜索一个解决方案时,Ubuntu7-8的答案就像这样出现在重新添加默认的顶部面板。上。
但是,它不适用于我,因为没有~/..gconf/app/ panel --我认为这是因为面板不是系统固有的,而是通过gnome-session-fallback实现的。我尝试过卸载和重新安装gnome-session-fallback,但它没有工作。我试图找到文件,我可以重置,以使我的顶部面板回到默认状态。
另外,如果有帮助的话,如果我以另一个用户的身份登录,面板就会很好,所以设置文件可能在主驱动器中(我猜)。有什么想法吗?
发布于 2015-07-03 07:22:23
最后,我发现包含面板等信息的文件是~/.config/dconf/user,所以我只是从另一个用户复制了这个文件,并且面板返回到默认的文件。
发布于 2015-05-29 17:37:03
RUn命令:
gnome-panel --replaceman 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.https://askubuntu.com/questions/629910
复制相似问题