Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've installed Lubuntu and replaced the default players with Clementine for audio and VLC for video.

The problem I have is that neither pick up the GTK theme, the way they usually do in Gnome/Xfce. Instead they use some pretty ugly and totally off theme.

To be clear, both are Qt4 applications and should pickup the theme by default.

How can I fix this?

share|improve this question

2 Answers

Install qt4-qtconfig, run qtconfig and on the first tab choose GTK+ for Select GUI style.

share|improve this answer
1  
After extensive googling in the meantime, I found some Arch Linux users with the same issue, installing libgnomeui (actually in Ubuntu it's libgnomeui-0) and dependencies fixed the issue. Thanks for the answer anyway. Should this be filed as bug? – Syanide Nov 25 '11 at 16:10

libgnomui-0 itself is not needed for the bugfix, but only one of its dependencies, libgnome2-common. And the latter does not impose any further dependencies being installed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.