RE: Is there an equivalent to .gtkrc-2.0 in gtk 3?



The equivalent to .gtkrc-2.0 in gtk+3 is a combination of files :    in brief :

  settings :
    set either (preferably) by the desktop XSettings manager (e.g. Gnome settings)
    or in a file 
            ${XDG_CONFIG_HOME}/gtk-3.0/settings.ini

  

  styles  :
    set in a css-sheet file
                            ${XDG_CONFIG_HOME}/gtk-3.0/gtk.css
    or (for each specific theme)
           ${HOME}/.themes/${theme_name}/gtk-3.0/gtk.css

There is more described in the gtk+3 reference


Date: Mon, 28 Mar 2011 16:43:36 +0200
Subject: Is there an equivalent to .gtkrc-2.0 in gtk 3?
From: delentef gmail com
To: gtk-list gnome org

Hello.

I just compiled evince 2.91.23, which needs gtk+ 3.

When I start it, I get a UI that is rather ugly (big fonts), and I'd like to change that. Evince 2.32 used gtk+ 2, and I could customize it as I want through the ~/.gtkrc-2.0 file.

How can I do the same with GTK+ 3? I tried using a ~/.gtkrc-3.0 file, but it didn't work.

Thanks.

--
Fabrice DELENTE

_______________________________________________ gtk-list mailing list gtk-list gnome org http://mail.gnome.org/mailman/listinfo/gtk-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]