View Single Post

   
  #7 (permalink)  
Old 02-19-2008, 04:36 PM
Liam O'Toole
 
Posts: n/a
Default Re: pardon my pickiness

On Fri, 19 Nov 2004 00:34:43 +0000, Michael B. Levy wrote:

> Is there no solution so that I can just set the theme once and not have to
> set it again? Your solution simply loads up the gnome control center at
> the start of my kde session.
>
> Mike
>


<!-- SNIP -->

Yes. gnome-control-center spawns gnome-settings-daemon, which is the
background process responsible for theming your GTK applications. So you
could add gnome-settings-daemon to your Autostart directory instead. You
can start gnome-control-center subsequently if you wish to change the
theme.

Alternatively, create a file called .gtkrc-2.0 in your home directory and
add a line like the following:

include "/usr/share/themes/Industrial/gtk-2.0/gtkrc"

if you want the Industrial theme, for example. This will "fix" the GTK
theme in all environments (not just KDE), and will override your choice
of theme in the control center.

--

Liam

E-mail: remove "_alias" from the address above

Reply With Quote