[gimp/gimp-2-10] etc, docs: regenerate default gimprc and its manpage
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] etc, docs: regenerate default gimprc and its manpage
- Date: Sun, 7 Apr 2019 12:22:59 +0000 (UTC)
commit bdb2584b634a77d1b2cd77b0590e220413c80157
Author: Michael Natterer <mitch gimp org>
Date: Sun Apr 7 14:22:12 2019 +0200
etc, docs: regenerate default gimprc and its manpage
docs/gimprc.5.in | 24 +++++++++++++++++++++---
etc/gimprc.in | 15 ++++++++++++---
2 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index dcf6185526..ca1b302a58 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -36,7 +36,7 @@ Either spaces or tabs may be used to separate the name from the value.
Valid properties and their default values are:
.TP
-(temp-path "${gimp_dir}/tmp")
+(temp-path "${gimp_temp_dir}")
Sets the folder for temporary storage. Files will appear here during the
course of running GIMP. Most files will disappear when GIMP exits, but some
@@ -44,7 +44,7 @@ files are likely to remain, so it is best if this folder not be one that is
shared by other users. This is a single folder.
.TP
-(swap-path "${gimp_dir}")
+(swap-path "${gimp_cache_dir}")
Sets the swap file location. GIMP uses a tile based memory allocation scheme.
The swap file is used to quickly and easily swap tiles out to disk and back
@@ -436,6 +436,12 @@ yes and no.
Which plug-in to use for importing raw digital camera files. This is a single
filename.
+.TP
+(export-file-type png)
+
+Export file type used by default. Possible values are png, jpg, ora, psd,
+pdf, tif, bmp and webp.
+
.TP
(export-color-profile yes)
@@ -1299,7 +1305,9 @@ Sets the default 'Selected areas continue outside the image' setting for the
.TP
(fill-options
(style solid)
- (antialias yes))
+ (antialias yes)
+ (feather no)
+ (feather-radius 10.000000))
The default fill options for the fill dialogs. This is a parameter list.
@@ -1307,6 +1315,8 @@ The default fill options for the fill dialogs. This is a parameter list.
(stroke-options
(style solid)
(antialias yes)
+ (feather no)
+ (feather-radius 10.000000)
(method line)
(width 6.000000)
(unit pixels)
@@ -1378,6 +1388,14 @@ compiled-in default value @gimpplugindir@.
Path to configuration files, which is set to the value of the environment
variable GIMP2_SYSCONFDIR or to the compiled-in default value
@gimpsysconfdir@.
+.TP
+.I gimp_cache_dir
+Path to cached files, which is set to the value of the environment
+variable GIMP2_CACHEDIR or to the system default for per-user cached files.
+.TP
+.I gimp_temp_dir
+Path to temporary files, which is set to the value of the environment
+variable GIMP2_TEMPDIR or to the system default for temporary files.
.SH FILES
.TP
diff --git a/etc/gimprc.in b/etc/gimprc.in
index c923d39159..130ad2cd66 100644
--- a/etc/gimprc.in
+++ b/etc/gimprc.in
@@ -17,7 +17,7 @@
# some files are likely to remain, so it is best if this folder not be one
# that is shared by other users. This is a single folder.
#
-# (temp-path "${gimp_dir}/tmp")
+# (temp-path "${gimp_temp_dir}")
# Sets the swap file location. GIMP uses a tile based memory allocation
# scheme. The swap file is used to quickly and easily swap tiles out to disk
@@ -27,7 +27,7 @@
# it may be desirable to put your swap file in "/tmp". This is a single
# folder.
#
-# (swap-path "${gimp_dir}")
+# (swap-path "${gimp_cache_dir}")
# Sets how many threads GIMP should use for operations that support it. This
# is an integer value.
@@ -357,6 +357,11 @@
#
# (import-raw-plug-in "")
+# Export file type used by default. Possible values are png, jpg, ora, psd,
+# pdf, tif, bmp and webp.
+#
+# (export-file-type png)
+
# Export the image's color profile by default. Possible values are yes and
# no.
#
@@ -1049,7 +1054,9 @@
#
# (fill-options
# (style solid)
-# (antialias yes))
+# (antialias yes)
+# (feather no)
+# (feather-radius 10.000000))
# The default stroke options for the stroke dialogs. This is a parameter
# list.
@@ -1057,6 +1064,8 @@
# (stroke-options
# (style solid)
# (antialias yes)
+# (feather no)
+# (feather-radius 10.000000)
# (method line)
# (width 6.000000)
# (unit pixels)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]