mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Remove reference to GTK2_RC_FILES from the docs
Pointed out in bug 637471.
This commit is contained in:
parent
a5fe3fef7b
commit
5b299ce7af
@ -267,15 +267,6 @@ additional environment variables.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara>
|
||||
<title><envar>GTK2_RC_FILES</envar></title>
|
||||
|
||||
<para>
|
||||
Specifies a list of RC files to parse instead of the default ones;
|
||||
see <link linkend="gtk-Resource-Files">Resource Files</link>.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara>
|
||||
<title><envar>GTK_EXE_PREFIX</envar></title>
|
||||
|
||||
|
@ -47,13 +47,13 @@
|
||||
* calling gtk_css_provider_load_from_file() and adding the provider with
|
||||
* gtk_style_context_add_provider() or gtk_style_context_add_provider_for_screen().
|
||||
* In addition, certain files will be read when GTK+ is initialized. First,
|
||||
* the file <filename><replaceable>XDG_CONFIG_HOME</replaceable>/gtk-3.0/gtk.css</filename>
|
||||
* the file <filename><envar>$XDG_CONFIG_HOME</envar>/gtk-3.0/gtk.css</filename>
|
||||
* is loaded if it exists. Then, GTK+ tries to load
|
||||
* <filename><replaceable>HOME</replaceable>/.themes/<replaceable>theme-name</replaceable>/gtk-3.0/gtk.css</filename>,
|
||||
* <filename><envar>$HOME</envar>/.themes/<replaceable>theme-name</replaceable>/gtk-3.0/gtk.css</filename>,
|
||||
* falling back to
|
||||
* <filename><replaceable>GTK_DATA_PREFIX</replaceable>/share/themes/<replaceable>theme-name</replaceable>/gtk-3.0/gtk.css</filename>,
|
||||
* <filename><replaceable>datadir</replaceable>/share/themes/<replaceable>theme-name</replaceable>/gtk-3.0/gtk.css</filename>,
|
||||
* where <replaceable>theme-name</replaceable> is the name of the current theme
|
||||
* (see the #GtkSettings:gtk-theme-name setting) and <replaceable>GTK_DATA_PREFIX</replaceable>
|
||||
* (see the #GtkSettings:gtk-theme-name setting) and <replaceable>datadir</datadir>
|
||||
* is the prefix configured when GTK+ was compiled, unless overridden by the
|
||||
* <envar>GTK_DATA_PREFIX</envar> environment variable.
|
||||
* </para>
|
||||
|
@ -73,7 +73,6 @@ gtk_test_init (int *argcp,
|
||||
* - this function could install a mock object around GtkSettings
|
||||
*/
|
||||
g_setenv ("GTK_MODULES", "", TRUE);
|
||||
g_setenv ("GTK2_RC_FILES", "/dev/null", TRUE);
|
||||
gtk_disable_setlocale();
|
||||
setlocale (LC_ALL, "C");
|
||||
g_test_bug_base ("http://bugzilla.gnome.org/show_bug.cgi?id=%s");
|
||||
|
Loading…
Reference in New Issue
Block a user