|
3 years ago 2 |
>I want to share a simple way to customize Linux Mint in an elegant way, simply installing only 2 applications on the desktop.
>First of all we will install in a light Dock called "Docky"
>mkdir -p ~/Downloads/docky
cd ~/Downloads/docky
wget >http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-sharp2/libgconf2.0-cil_2.24.2-4_all.deb
wget >http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb
wget >http://archive.ubuntu.com/ubuntu/pool/universe/libg/libgnome-keyring/libgnome-keyring-common_3.12.0-1build1_all.deb
wget >http://archive.ubuntu.com/ubuntu/pool/universe/libg/libgnome-keyring/libgnome-keyring0_3.12.0-1build1_amd64.deb
wget >http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-keyring-sharp/libgnome-keyring1.0-cil_1.0.0-5_amd64.deb
sudo apt-get install ./*.deb
wget >http://archive.ubuntu.com/ubuntu/pool/universe/d/docky/docky_2.2.1.1-1_all.deb sudo apt-get install ./docky_2.2.1.1-1_all.deb
>The second step would be to install a weather widget called "My weather Indicator"
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator
>Then to finish we have to choose a nice wallpaper that comes predetermined, dont need to install any app.
>The result would be something like this:
> > >I made a more detailed video tutorial on Youtube: Tutorial Youtube >
thanks!!!!
I like that desklet - but I'm using cairo-dock. So your approach is honorable, but it forces you to change the dock.... It reminds me of my old HTC-Desire - best phone I've ever had ;-)