Tag Archives: Xfce

Xubuntu 12.04, Lubuntu 12.04 and Ubuntu 12.04 LTS Precise Pangolin review

Ubuntu-12.04-LTSLong term release of Ubuntu with version number 12.04 and code name Precise Pangolin has been released a few days ago. It brings the evolution of Canonicals Unity desktop environment as well as Linux Kernel version 3.2 and fresh set of applications in official repository. At the beginning of this article I must point out that at the time Ubuntu 12.04 had been released all machines I use were powered by Gnome 2 operating systems like Ubuntu 10.04 or CentOS 6.2. The reason for this conservative approach is that I choose my software based on the level of productivity it allows me to reach. From my experience using current Linux desktop environments like Unity and Gnome 3 could be considered as productivity suicide. In this article I will review latest offering from Canonical in the form of Ubuntu 12.04 with Unity, Xubuntu 12.04 with Xfce and Lubuntu 12.04 with LXDE. I'll leave KDE Ubuntu flavor Kubuntu out of this review because although feature packed it is usually too buggy to be taken seriously.

Continue reading

Fix ugly Qt4 apps on Lubuntu and Xubuntu 12.04 Precise Pangolin

Lubuntu LogoSo far Lubuntu 12.04 Precise Pangolin turned out really great. But there's always that one thing, my VLC media player looks strange and doesn't fit in with the rest of my operating system. Apparently Qt4 apps in Lubuntu doesn't pick up correct GTK theme. To fix this issue you just need to install libgnome2-common package and restart your Qt4 application.

You can do something like this from terminal:

sudo apt-get install libgnome2-common

This command will install library necessary to fix this issue. Have fun!

Edit: The same thing applies to Xfce desktop from Xubuntu 12.04 Precise Pangolin. I've forgot to point out that you need to logout/login into your desktop environment to notice changes.