团结被打破了。 启动器,菜单栏,Dash消失了。 Unity重新安装不起作用

这个问题与这个问题完全相同,但是另外一个问题是,在尝试了那里提到的每件事之后,团结仍然不起作用。

我已经尝试安装/重新安装ccsmunityunity-desktop 。 启用Unity Plugin没有做任何事情。 删除/重命名~/.config/compiz-1不起作用。

统一支持检查/usr/lib/nux/unity_support_test -p告诉我我的计算机能够运行统一。

 OpenGL vendor string: nouveau OpenGL renderer string: Gallium 0.4 on NVE7 OpenGL version string: 3.0 Mesa 11.2.0 Not software rendered: yes Not blacklisted: yes GLX fbconfig: yes GLX texture from pixmap: yes GL npot or rect textures: yes GL vertex program: yes GL fragment program: yes GL vertex buffer object: yes GL framebuffer object: yes GL version is 1.4+: yes Unity 3D supported: yes 

尝试setsid unityunity --reset-icons &disown给出以下内容:

 GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. unity-panel-service stop/waiting unity7 stop/waiting unity-panel-service start/running, process 5387 unity7 start/running, process 5507 

它有点挂在那里,没有任何错误或做任何事情。 我必须用ctrl+C终止进程。

unity --debug给出了这个:

 unity-panel-service stop/waiting unity7 stop/waiting unity-panel-service start/running, process 2334 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". /usr/bin/compiz (core) - Info: Loading plugin: core /usr/bin/compiz (core) - Info: Starting plugin: core [New Thread 0x7ffff3638700 (LWP 2456)] /usr/bin/compiz (core) - Info: Loading plugin: ccp /usr/bin/compiz (core) - Info: Starting plugin: ccp [New Thread 0x7fffeb20e700 (LWP 2457)] [New Thread 0x7fffeaa0d700 (LWP 2458)] compizconfig - Info: Backend : gsettings compizconfig - Info: Integration : true compizconfig - Info: Profile : unity 

再一次,它挂在那里没有做任何事情或给出任何错误。

dconf dump /org/compiz/给出:

 [/] existing-profiles=['Default', 'unity'] current-profile='unity' [profiles/unity] plugins-with-set-keys=['vpswitch', 'unityshell', 'mousepoll', 'place', 'composite', 'ezoom', 'move', 'decor', 'matecompat', 'staticswitcher', 'opengl', 'workarounds', 'unitymtgrabhandles', 'snap', 'scale', 'animation', 'grid', 'expo', 'fade', 'gnomecompat', 'commands', 'wall', 'switcher', 'session', 'resize'] [profiles/unity/plugins/ezoom] zoom-box-fill-color='#2f2f2f4f' zoom-box-outline-color='#2f2f4f9f' [profiles/unity/plugins/wall] thumb-highlight-gradient-shadow-color='#dfdfdfff' arrow-base-color='#e6e6e6d9' arrow-shadow-color='#dcdcdcd9' [profiles/unity/plugins/unityshell] inactive-shadow-color='#000000a5' [profiles/unity/plugins/animation] unminimize-effects=['animation:Glide 2'] close-matches=['((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=gnome-screensaver) & !(name=gnome-screenshot)', '((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\\.exe$))', '(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd)'] open-matches=['((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=gnome-screensaver)', '((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\\.exe$))', '(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd)'] [profiles/unity/plugins/switcher] background-color='#333333d9' [profiles/unity/plugins/decor] active-shadow-color='#00000080' inactive-shadow-color='#000000ff' [profiles/unity/plugins/gnomecompat] main-menu-key='Disabled' run-key='Disabled' [profiles/unity/plugins/staticswitcher] background-color='#333333d9' [profiles/unity/plugins/expo] ground-color1='#b3b3b3cc' ground-color2='#b3b3b300' 

现在,我已经安装了gnome-panel并使用它,但我不知道如何让团结恢复工作。 任何帮助将非常感激。

可以通过创建新用户来修复Unity,如下所述: Unity不加载,没有启动器,没有Dash,ccsm方法失败(在标记重复之前请阅读说明)

我已经进一步探讨了这一点,我认为可以通过遵循以下过程来修复统一而无需创建新用户:

  1. 使用gnome-panel登录系统并移动目录.config.cache

     cd ~ mv .config config_save mv .cache cache_save 
  2. 现在注销并使用unity返回。 将保存的文件移回.config.cache目录,而不覆盖任何文件。

我遇到了类似的问题,但我删除并重新安装lightdm后修复了。

使用这些命令:

 sudo apt-get update sudo apt-get remove lightdm sudo apt-get install lightdm sudo apt-get upgrade 

如果上述解决方案不适合您,请尝试使用以下命令从config中删除所有内容:

 sudo rm -rf ~/.config 

这将重置所有内容,您的Ubuntu系统将类似于全新安装的外观。 安装的应用程序将不受影响。

我按照上面的建议运行cd ~mv .config config_save ,然后运行mv .cache cache_save 。 重启后,我回到了Unity。

我的PC是安装了Ubuntu 16.04.3的Lenovo C-260。 今天早上,我做了一个dist-upgrade ,导致Ubuntu 16.04.4和Unity丢失(桌面没问题),没有启动图标,顶部没有控件。

我尝试了许多其他post的建议,但在我尝试上述操作之前没有任何效果。 按照这些步骤,我运行ccsm来检查设置管理器是否保留了正确的复选框,这是以前没有做过的,一切都井然有序。

只是想报告我的〜/ .cache目录中的某些内容导致了这个问题。 删除它,重启,团结回来了。