
bog at khumba
Jul 27, 2012, 9:14 PM
Post #4 of 4
(354 views)
Permalink
|
|
Re: cannot set an icon theme for the kde apps
[In reply to]
|
|
On Sat, 21 Jul 2012 19:35:22 +0400 ivan ivanov <grobokopatel [at] list> wrote: > > usr/share/kde4/services/settings-icon-view.desktop > > > > exists? > > dbus is running? > ya [at] shvabr ~ $ ls > -l /usr/share/kde4/services/settings-icon-view.desktop > > -rw-r--r-- 1 root root 7836 Apr 30 > 01:05 /usr/share/kde4/services/settings-icon-view.desktop > > > ya [at] shvabr ~ $ /etc/init.d/dbus status > > * status: started Hey, There is also /usr/share/kde4/services/icons.desktop, which is the icons KCM (KDE control module) that you want. You can start it with: $ kcmshell4 icons This module is provided by kde-base/kcontrol, which is pulled in by kde-base/kdebase-runtime-meta. Do you have both of those installed? You need the second one for KDE apps to function properly. Cheers, Bryan
|