0

Something after installing Cinnamon has screwed up my ability to use Unity and KDE on Ubuntu 13.10. When I try to log in to either I get an error that dbus could not start. Any ideas what has happened? When I try to log in to KDE I get: "Could not start D-Bus. Can you call qbus?"

Braiam
  • 67,791
  • 32
  • 179
  • 269
Thaidog
  • 23
  • 1
    Similar or the same as this Q? http://askubuntu.com/questions/360772/unity-isnt-starting-on-13-10-with-cinnamon-2-0-installed?rq=1 – fossfreedom Nov 11 '13 at 22:02

2 Answers2

0

Try removing Cinnamon from start up:

sudo rm -f /usr/share/upstart/sessions/cinnamon-se*

More info: http://itsfoss.com/quickly-fix-broken-unity-installing-cinnamon-20-ubuntu-1310/

Braiam
  • 67,791
  • 32
  • 179
  • 269
abhishek
  • 2,696
-1

try installing qdbus

sudo apt-get install qdbus
Braiam
  • 67,791
  • 32
  • 179
  • 269
bubba
  • 1