diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-31 09:29:40 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-31 09:29:40 -0500 |
commit | 677c8c218952fa38b83425f8204c628bac107757 (patch) | |
tree | 3dcd17712b3bc17e244504695aad2535995f7f39 /docs | |
parent | 6a8d494ba193cd855d3c5850b75e2061d4806a0b (diff) | |
download | gtk+-677c8c218952fa38b83425f8204c628bac107757.tar.gz |
Remove references to RC files in the env var docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/running.sgml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 9a9376ba64..6a4911a2e5 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -248,7 +248,7 @@ additional environment variables. <para> Specifies an IM module to use in preference to the one determined - from the locale. If this isn't set and you are running on the system + from the locale. If this isn't set and you are running on the system that enables <literal>XSETTINGS</literal> and has a value in <literal>Gtk/IMModule</literal>, that will be used for the default IM module. @@ -260,11 +260,14 @@ additional environment variables. <para> Specifies the file listing the IM modules to load. This environment - variable overrides the <literal>im_module_file</literal> specified in - the RC files, which in turn overrides the default value + variable the default value <filename><replaceable>libdir</replaceable>/gtk-3.0/3.0.0/immodules.cache</filename> (<replaceable>libdir</replaceable> has the same meaning here as explained for <envar>GTK_PATH</envar>). </para> + <para> + The <filename>immodules.cache</filename> file is generated by the + <command>gtk-query-immodules-3.0</command> utility. + </para> </formalpara> <formalpara> @@ -297,9 +300,13 @@ nevertheless. <para> Specifies the file listing the GdkPixbuf loader modules to load. This environment variable overrides the default value - <filename><replaceable>libdir</replaceable>/gtk-3.0/3.0.0/loaders.cache</filename> + <filename><replaceable>libdir</replaceable>/gtk-3.0/3.0.0/loaders.cache</filename> (<replaceable>libdir</replaceable> is the sysconfdir specified when - GTK+ was configured, usually <filename>/usr/local/lib</filename>.) + GTK+ was configured, usually <filename>/usr/local/lib</filename>.) + </para> + <para> + The <filename>loaders.cache</filename> file is generated by the + <command>gdk-pixbuf-query-loaders</command> utility. </para> </formalpara> |