|
1 |
| ---------------------------------------- |
| 1 | +-------------------------------------- |
2 | 2 | Installation instructions for GIMP @GIMP_APP_VERSION@
|
3 |
| ---------------------------------------- |
| 3 | +-------------------------------------- |
4 | 4 |
|
5 | 5 | There are some basic steps to building and installing GIMP.
|
6 | 6 |
|
@@ -103,7 +103,7 @@ help in that regard:
|
103 | 103 | be installed. All these libraries are required dependencies.
|
104 | 104 |
|
105 | 105 | 8. For metadata access GIMP requires the gexiv2 @GEXIV2_REQUIRED_VERSION@ or newer library.
|
106 |
| - It is hosted at: https://wiki.gnome.org/Projects/gexiv2 |
| 106 | + It is hosted at: https://gitlab.gnome.org/GNOME/gexiv2/ |
107 | 107 |
|
108 | 108 | 9. libpng, libjpeg, libtiff, librsvg and lcms are hard dependencies
|
109 | 109 | that can not be disabled. poppler is also a hard dependency because
|
@@ -175,7 +175,7 @@ help in that regard:
|
175 | 175 | For HTTP support (and many other schemes), on Linux at least, you
|
176 | 176 | should install `gvfs`:
|
177 | 177 |
|
178 |
| - https://wiki.gnome.org/Projects/gvfs |
| 178 | + https://gitlab.gnome.org/GNOME/gvfs/ |
179 | 179 |
|
180 | 180 | It is unclear whether `gvfs` can be built and installed on other
|
181 | 181 | platforms such as Windows and macOS.
|
@@ -345,9 +345,10 @@ These are:
|
345 | 345 | a convenience for developers.
|
346 | 346 |
|
347 | 347 | -Dgimpdir=DIR. This option changes the default directory GIMP uses to
|
348 |
| - search for its configuration files from ~/.config/GIMP/@GIMP_APP_VERSION@ (the |
349 |
| - directory .config/GIMP/@GIMP_APP_VERSION@ in the user's home directory) to |
350 |
| - ~/.config/DIR/@GIMP_APP_VERSION@. |
| 348 | + search for its configuration files from $XDG_CONFIG_HOME/GIMP/@GIMP_APP_VERSION@/ |
| 349 | + (per XDG Base Directory Specification, $XDG_CONFIG_HOME defaults to |
| 350 | + the directory .config/ in the user's home directory) to |
| 351 | + $XDG_CONFIG_HOME/DIR/@GIMP_APP_VERSION@/. |
351 | 352 | If DIR is an absolute path, the directory will be changed to DIR.
|
352 | 353 |
|
353 | 354 | -Dshmem-type=[none|sysv|posix|win32|auto]. This option allows you to
|
|
0 commit comments