I'm new to Linux, installed Ubuntu yesterday and today I've changed from Unity to KDE, but when I restarted the system, the sidebar disappeared. I can only see my desktop and the things in it.
Ubuntu version: 14.04
I'm new to Linux, installed Ubuntu yesterday and today I've changed from Unity to KDE, but when I restarted the system, the sidebar disappeared. I can only see my desktop and the things in it.
Ubuntu version: 14.04
You mean the toolbar on the left side of Unity is not there? Isn't that how a regular desktop like KDE is supposed to look?
You should be able to add or move a bar to the left side if you prefer, or use a program like docky or cairo-dock to add a fancy unity-like (mac-like) dock / menu to whichever side you wish. (I liked docky, but really prefer a regular old-fashioned desktop with a "programs" menu without a "dock")
FYI, here's a decent looking How To Install Programs question: How do I install applications in Ubuntu?
And a nice quick overview of different desktops, with some install info: What kinds of desktop environments and shells are available?
An excellent way to try out new desktops is to use the live iso's, either on a cd/dvd/usb (cd-rw or dvd-rw to just try briefly), or boot them in VirtualBox or another VM (little slower than "for real"). There's iso's for Xubuntu, Lubuntu, Kubuntu, and the Mint iso's use Cinnamon (like customized gnome 3) or mate (gnome 2 fork?), or Mint xfce & others
apt-get
purge and install again may help? I found a few metapackages that should install ALL the kde stuff (programs too), likekubuntu-desktop
orkde-plasma-desktop
(adds 300megs to xfce) or maybe just the desktop stuff fromplasma-desktop
(still 200megs to xfce). Or for others there'sxubuntu-desktop
(or justxfce4
),lubuntu-desktop
(or justlxde
),mate-desktop
, Installing those withapt-get
or synaptic or regular Software... should work. – Xen2050 Dec 05 '14 at 01:41