Sunday, March 6, 2016

In Ubuntu 15.10, how can I replace the toolbar on the left side with a normal menu like in Ubuntu 12.04? – askubuntu.com #JHedzWorlD


In Ubuntu 15.10, how can I replace the toolbar on the left side with a normal menu like in Ubuntu 12.04?


I don’t know how this became “hip,” but I hate it filling my screen with that stuff. It is not structured, only icons, unless you move over it with the mouse, and you can only place the most important tools — if there are few enough.


I looked through all the options, but I couldn’t find out how to “repair” this.




You can’t. The launcher is a integral part of the Unity experience and Ubuntu. In the new 16.04 you will be able to place the launcher elsewhere. But the launcher will still be there. By the way: this method was chosen because it looks the best on ALL Ubuntu devices: from 4:3, 16:10 notebooks through to phones and is part of the Ubuntu path to convergence.


If you want another desktop experience you will need to install another desktop. The Mate desktop is a version that supports the old gnome2.


Random image from the internet with the panel at the bottom:


enter image description here


The way to add a desktop is by using apt-get to install it:


sudo apt-get install ubuntu-mate-desktop 

After it is installed you can pick this desktop (and any other that is installed) at login. If you are satisfied with this desktop you can remove the old Ubuntu desktop with …


sudo apt-get purge ubuntu-desktop 

The same is applicable for any other desktop. A small list:


  • Kubuntu, KDE desktop: sudo apt-get install kubuntu-desktop

  • Xubuntu, XFCE desktop: sudo apt-get install xubuntu-desktop

  • Lubuntu, LXDE desktop: sudo apt-get install lubuntu-desktop

  • Ubuntu GNOME, Gnome 3 desktop: sudo apt-get install ubuntu-gnome-desktop

Technically you should be able to add ALL of them to 1 operating system and switch between them from login. But I would try to avoid it, it is likely software will conflict, and/or when removing it might leave traces, make the system unstable.


If testing is the goal (to decide what to go for): use a virtual box and install your operating system in there.



In general it is best to re-install. That will remove all traces of the old desktop. Every desktop also comes with a different set of pre-installed software. Not all of them have “gedit” as an editor, not all will have Nautilus as file manager or Firefox as default browser. Some of these desktops focus on the lowest footprint possible so it will work on very old systems. That means less focus on perfectly looking software with all kinds of effects and features. So a focus on performance over a visually good looking desktop with lots of features.




Not possible in Unity. You might want to try Linux Mint instead (based on Ubuntu). You could install Cinnamon but it is easier to just install Mint completely.


https://www.linuxmint.com/


Good luck!




Just open a terminal and:


sudo apt-get install cinnamon 

Win10 like


After the installation finishes, log out an choose Cinnamon at your login screen.


You can add many more desktops like this…


sudo apt-get install mate 

Simpler XP like


I´d like to add this though. I hated Unity at start… But after forcing myself to use it and installed unity-tweak-tool i cant live without.



Source link




In Ubuntu 15.10, how can I replace the toolbar on the left side with a normal menu like in Ubuntu 12.04? – askubuntu.com #JHedzWorlD

No comments:

Post a Comment