From: Matthias Clasen Date: Wed, 19 Oct 2022 18:32:23 +0000 (-0400) Subject: docs: Remove mention of ~/.gtk-4.0 X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~154^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac1ea6faca4bcd69ce54f733dec21854c7074114;p=gtk4.git docs: Remove mention of ~/.gtk-4.0 We are not looking there anymore, for a long time. Fixes: #3266 --- diff --git a/docs/reference/gtk/running.md b/docs/reference/gtk/running.md index 01a53f5ce4..fd2821e3b2 100644 --- a/docs/reference/gtk/running.md +++ b/docs/reference/gtk/running.md @@ -92,8 +92,7 @@ Specifies a list of directories to search when GTK is looking for dynamically loaded objects such as input method modules and print backends. If the path to the dynamically loaded object is given as an absolute path name, then GTK loads it directly. Otherwise, GTK -goes in turn through the directories in `GTK_PATH`, followed by -the directory `.gtk-4.0` in the user's home directory, followed +goes in turn through the directories in `GTK_PATH`, followed by the system default directory, which is `libdir/gtk-4.0/modules`. (If `GTK_EXE_PREFIX` is defined, `libdir` is `$GTK_EXE_PREFIX/lib`. Otherwise it is the libdir specified when GTK was configured, usually