Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I've setup a pure OpenBox system with no specific desktop environment like Gnome, KDE, or Xfce, etc... It works well, and I have been able to customise the desktop's appearance with software like ObConf (for OpenBox themes) and LXAppearance (for GTK themes). However, I have recently installed DigiKam which is a KDE application, and its GUI does not follow what I've setup for OpenBox and GTK.

Question: How can I customise the theme in Digikam (and other KDE apps that I might use) in my system? Is there a standalone equivalent to ObConf and LXAppearance for KDE? Or is there another way to do it? Thanks.

share|improve this question

1 Answer

up vote 2 down vote accepted

KDE apps are written using Qt, so you need to use a Qt configuration tool (package qt4-qtconfig in Debian/Ubuntu)

share|improve this answer
qtconfig will create a config for your QT applications, which KDE is built on. however There are specific configuration options, that are not for QT, but used by kde applications. So qtconfig, will do the major part of a kde application look and feel. But some parts must be specified in .kde. The Arch Openbox wiki has more information about what settings cannot be done in qtconfig. – TechZilla Nov 25 '11 at 20:51

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.