I have a fresh install of Ubuntu 13.10. I wanted to try out Lubuntu, so I installed the package lubuntu-desktop
. Everthing worked fine, I can do Lubuntu sessions now, as well as normal Ubuntu sessions with unity.
I realized that I liked unity better. Unfortunately, since I installed lubuntu-desktop
my login screen and my notifications look different. How can I revert this and get my old
Ubuntu look back?
I already removed the package lubuntu-desktop
, but it did’t help. Also, when I installed it, it came with a lot of packages that weren’t removed when I removed lubuntu-desktop
libabiword-2.9
is now-3.0
,libmenu-cache2
is now3
,libobrender27
is now29
,libobt0
is now2
. – Wauzl Oct 26 '13 at 17:48chromium-browser
,texlive-full
(only metapackage),banshee
and had to removeindicator-network
which was doing pretty much the same thing as the network-manager. – Wauzl Oct 26 '13 at 18:55sudo apt-get install --reinstall lightdm
but it didn’t fix it. – Wauzl Oct 27 '13 at 07:00lightdm-webkit-greeter
. After installing I didsudo /usr/lib/lightdm/lightdm-set-defaults --greeter lightdm-gtk-greeter
. After that lightdm only showed a black screen with no functionality. No errors were in the logfiles. I switched back tolightdm-gtk-greeter
. – Wauzl Oct 27 '13 at 09:59sudo /usr/lib/lightdm/lightdm-set-defaults --greeter unity-greeter
and all is well now. Thank you :) – Wauzl Oct 27 '13 at 10:50