I’ve tried a few flavors of linux, and had issues with each as a desktop. Recently I got a new laptop so I decided to try it again.
My favorite distro is Mint, just be cause it doesn’t overload things with a bunch of effects that make it harder to find what you are looking for. My only issue is, Mint couldn’t see my wifi card. So.. I used ubuntu, and placed Cinnammon on top. First, thanks to Marin Todorov, he’s got a great tutorial on how to set this up. I’m going to put the essence here since I hate it when things disappear from the web.
- Install Ubuntu 16.04 LTS
- Install Cinnamon (apt install cinnamon)
- Install Numix
-
add-apt-repository ppa:numix/ppa
-
apt-get update
-
apt-get install numix-gtk-theme
-
apt-get install numix-icon-theme-circle
-
- Install Conky
-
apt-add-repository -y ppa:teejee2008/ppa
-
apt-get update
-
apt-get install conky-manager
-
- Install Plank
-
add-apt-repository ppa:ricotz/docky
-
apt-get update
-
apt-get install plank
- Inside the manager I turned on “Gotham, CPU Panel, Network Panel, and Process Panel”
- I’m including here my configs I placed in the .conky directory for my settings.
-
- Install Skype following instructions from here
-
add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
-
dpkg --add-architecture i386
-
apt-get update
-
apt-get install skype
-
cp /usr/share/applications/skype.desktop /home/<homedir>/.config/autostart/
-