登录后我就没有Dash / Launcher。这是在通过软件更新程序进行更新之后开始的。请帮忙修理..。我已经浪费了一天时间在askubuntu.com上尝试不同的选项。什么都没用。
通过Ctl + Alt + F1到达终端,并成功登录。
Here are the logs:
.xsession-errors
Script for ibus started at run_im.
init: unity-panel-service main process (2315) terminated with status 1
init: indicator-printers main process (2459) terminated with status 1
init: unity-settings-daemon main process (2300) terminated with status 1
init: upstart-dbus-session-bridge main process (2293) terminated with status 1
init: hud main process (2304) killed by TERM signal
init: indicator-bluetooth main process (2446) killed by TERM signal
init: indicator-power main process (2448) killed by TERM signal
init: indicator-datetime main process (2451) killed by TERM signal
init: indicator-sound main process (2453) killed by TERM signal
init: indicator-session main process (2483) killed by TERM signal
init: indicator-application main process (2486) killed by TERM signal
init: Disconnected from notified D-Bus bus更新(2014年6月8日):
Okay, I have reset unity, but I cannot login normally via the login screen.
Steps I follow:
1. Login screen -> blank ... No dash / no launcher / No Status (Notification) Bar on top
2. Ctrl+Alt+F1 to bash terminal
3. export DISPLAY=:0
4. unity-tweak-tool --reset-unity (This does not complete, blocks on OpenGL)
5. I anyways continue to by doing: Ctrl+Alt+F7.
6. Launcher & Dash look good. But there is (a) No Status / Notification Bar on top
7. Continuing to work this way. Haven't logged out since.发布于 2014-06-05 10:35:38
我也遇到了类似的问题,我通过切换终端(CTRL+ALT+F1)来解决这个问题,然后删除配置文件~/..config/dconf/user,如下所示:
(!此操作将删除gnome 3设置!)
sudo service lightdm stop
rm ~/.config/dconf/user
sudo service lightdm start发布于 2017-06-07 07:44:42
我有一个类似的问题,我尝试了上面列出的几乎所有的解决方案。原来这是主目录的权限问题。可能是FTP传输重置了目录权限。下面是我用来解决这个问题的命令
sudo chown /home/ sudo chown /home//..Xauthority
发布于 2015-12-12 02:57:58
CTRL-ALT-F1
-v ~/..gconf~/..gconf旧
然后代码:选择
mv -v ~/..config/dconf~/..config/dconf-old
然后注销/打开
重命名conf文件并生成一些新文件。
https://askubuntu.com/questions/477110
复制相似问题