1

I used bleachbit on my Ubuntu 14.10 system. After that I restarted the system and I get this message:

 SpamAssassin Mail Filter Daemon: diabled, see /etc/default/spamassassin
 * speech-dispatcher disabled: edit /etc/default/speech-dispatcher
 SSL tunnels disabled, see /etc/default/stunnel4
 * Starting tor daemon...
 * Starting virtual private network daemon(s)...
 * Autostart disabled, no VPN will be started.
 saned disabled; edit /etc/default/saned

 (process:3298): dconf-WARNING **: failed to commit changes to dconf: Cannot autolaunc D-Bus without X11 $DISPLAY

I can still log in with Ctrl+Alt+F2 into a terminal session...

Does anyone know how to fix this?

JoKeR
  • 6,972
  • 9
  • 43
  • 65
wasp256
  • 817
  • 1
  • 11
  • 27

1 Answers1

1

I solved it by logging into a terminal session and resinstalling the xserver:

 `sudo apt-get install --reinstall xserver-xorg`
wasp256
  • 817
  • 1
  • 11
  • 27