Include explicit instructions for using GTK+ 2 widget themes

without the GNOME desktop running.
This commit is contained in:
Adam Weinberger 2003-05-17 03:51:20 +00:00
parent b92518da28
commit 48bce87c30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16933

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.29 2003/04/23 22:21:58 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.30 2003/05/13 16:33:11 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.2 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -518,9 +518,16 @@ Load "type1"
<p> GNOME 2 applications get their GTK+ 2 resources from themes and
the corresponding theme engine. If you would rather run your
GTK+ 2 applications in a non-GNOME environment then you will
need to create a file named <tt>~/.gtkrc-2.0</tt>. For the
most part, you can transfer your settings from your
<tt>~/.gtkrc</tt> (used for GTK+ 1.2) file with a couple
need to create a file named <tt>~/.gtkrc-2.0</tt>.</p>
<p> To use the widgets from a GTK+ 2 theme when in a non-GNOME
environment, simply <tt>include</tt> the theme's
<tt>gtk-2.0/gtkrc</tt> in your <tt>~/.gtkrc-2.0</tt>. For example:
<pre>include "/usr/X11R6/share/themes/Crux/gtk-2.0/gtkrc"</pre>
<p> If you prefer, you can use the same theme for GTK+ 1.2 and GTK+ 2
applications, which will give your GTK+ programs a consistent look.
For the most part, you can transfer your settings from your
<tt>~/.gtkrc</tt> file (used for GTK+ 1.2)with a couple
of caveats.</p>
<ol>