docs, etc: regenerate system gimprc and its manpage

This commit is contained in:
Michael Natterer
2018-10-20 11:34:15 +02:00
parent 2e4b3ae05a
commit 5866e48f8a
2 changed files with 62 additions and 42 deletions

View File

@ -283,15 +283,14 @@ are yes and no.
.TP .TP
(default-image (default-image
(width 1920) (width 2001)
(height 1080) (height 1984)
(unit pixels) (unit pixels)
(xresolution 300.000000) (xresolution 300.000000)
(yresolution 300.000000) (yresolution 300.000000)
(resolution-unit inches) (resolution-unit inches)
(image-type rgb) (image-type rgb)
(precision u8-gamma) (precision u8-non-linear)
(color-managed yes)
(color-profile NULL) (color-profile NULL)
(fill-type background) (fill-type background)
(comment "Created with GIMP")) (comment "Created with GIMP"))
@ -353,6 +352,13 @@ Sets whether GIMP should create previews of layers and channels. Previews in
the layers and channels dialog are nice to have but they can slow things down the layers and channels dialog are nice to have but they can slow things down
when working with large images. Possible values are yes and no. when working with large images. Possible values are yes and no.
.TP
(group-layer-previews yes)
Sets whether GIMP should create previews of layer groups. Layer group previews
are more expensive than ordinary layer previews. Possible values are yes and
no.
.TP .TP
(layer-preview-size medium) (layer-preview-size medium)
@ -386,8 +392,7 @@ is specified the size defaults to being specified in kilobytes.
(simulation-use-black-point-compensation no) (simulation-use-black-point-compensation no)
(simulation-optimize yes) (simulation-optimize yes)
(simulation-gamut-check no) (simulation-gamut-check no)
(out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000)) (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000)))
(display-module "CdisplayLcms"))
Defines the color management behavior. This is a parameter list. Defines the color management behavior. This is a parameter list.
@ -429,6 +434,11 @@ yes and no.
Which plug-in to use for importing raw digital camera files. This is a single Which plug-in to use for importing raw digital camera files. This is a single
filename. filename.
.TP
(export-color-profile yes)
Export the image's color profile by default. Possible values are yes and no.
.TP .TP
(export-metadata-exif yes) (export-metadata-exif yes)
@ -445,7 +455,7 @@ Export XMP metadata by default. Possible values are yes and no.
Export IPTC metadata by default. Possible values are yes and no. Export IPTC metadata by default. Possible values are yes and no.
.TP .TP
(debug-policy fatal) (debug-policy warning)
Try generating debug data for bug reporting when appropriate. Possible values Try generating debug data for bug reporting when appropriate. Possible values
are warning, critical, fatal and never. are warning, critical, fatal and never.
@ -561,6 +571,10 @@ certain % character sequences are recognised and expanded as follows:
.br .br
%A expands to (clean) if the image is clean, the empty string otherwise %A expands to (clean) if the image is clean, the empty string otherwise
.br .br
%Nx expands to x if the image is export-dirty, the empty string otherwise
.br
%Ex expands to x if the image is export-clean, the empty string otherwise
.br
%l the number of layers %l the number of layers
.br .br
%L the number of layers (long form) %L the number of layers (long form)
@ -632,6 +646,10 @@ certain % character sequences are recognised and expanded as follows:
.br .br
%A expands to (clean) if the image is clean, the empty string otherwise %A expands to (clean) if the image is clean, the empty string otherwise
.br .br
%Nx expands to x if the image is export-dirty, the empty string otherwise
.br
%Ex expands to x if the image is export-clean, the empty string otherwise
.br
%l the number of layers %l the number of layers
.br .br
%L the number of layers (long form) %L the number of layers (long form)
@ -829,17 +847,6 @@ Possible values are yes and no.
Save the tool options when GIMP exits. Possible values are yes and no. Save the tool options when GIMP exits. Possible values are yes and no.
.TP
(show-tooltips yes)
Show a tooltip when the pointer hovers over an item. Possible values are yes
and no.
.TP
(tearoff-menus yes)
When enabled, menus can be torn off. Possible values are yes and no.
.TP .TP
(can-change-accels no) (can-change-accels no)
@ -909,6 +916,11 @@ search.
The name of the theme to use. This is a string value. The name of the theme to use. This is a string value.
.TP
(prefer-dark-theme yes)
The name of the theme to use. Possible values are yes and no.
.TP .TP
(icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons") (icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons")
@ -921,10 +933,10 @@ search.
The name of the icon theme to use. This is a string value. The name of the icon theme to use. This is a string value.
.TP .TP
(icon-size auto) (prefer-symbolic-icons yes)
The size of the icons to use. Possible values are auto, theme, small, medium, When enabled, symbolic icons will be preferred if available. Possible values
large and huge. are yes and no.
.TP .TP
(use-help yes) (use-help yes)
@ -971,7 +983,7 @@ When enabled, the online user manual will be used by the help system.
Otherwise the locally installed copy is used. Possible values are yes and no. Otherwise the locally installed copy is used. Possible values are yes and no.
.TP .TP
(user-manual-online-uri "http://docs.gimp.org/2.10") (user-manual-online-uri "https://docs.gimp.org/2.99")
The location of the online user manual. This is used if 'user-manual-online' The location of the online user manual. This is used if 'user-manual-online'
is enabled. This is a string value. is enabled. This is a string value.

View File

@ -223,15 +223,14 @@
# Sets the default image in the "File/New" dialog. This is a parameter list. # Sets the default image in the "File/New" dialog. This is a parameter list.
# #
# (default-image # (default-image
# (width 1920) # (width 2001)
# (height 1080) # (height 1984)
# (unit pixels) # (unit pixels)
# (xresolution 300.000000) # (xresolution 300.000000)
# (yresolution 300.000000) # (yresolution 300.000000)
# (resolution-unit inches) # (resolution-unit inches)
# (image-type rgb) # (image-type rgb)
# (precision u8-gamma) # (precision u8-non-linear)
# (color-managed yes)
# (color-profile NULL) # (color-profile NULL)
# (fill-type background) # (fill-type background)
# (comment "Created with GIMP")) # (comment "Created with GIMP"))
@ -285,6 +284,12 @@
# #
# (layer-previews yes) # (layer-previews yes)
# Sets whether GIMP should create previews of layer groups. Layer group
# previews are more expensive than ordinary layer previews. Possible values
# are yes and no.
#
# (group-layer-previews yes)
# Sets the preview size used for layers and channel previews in newly created # Sets the preview size used for layers and channel previews in newly created
# dialogs. Possible values are tiny, extra-small, small, medium, large, # dialogs. Possible values are tiny, extra-small, small, medium, large,
# extra-large, huge, enormous and gigantic. # extra-large, huge, enormous and gigantic.
@ -316,8 +321,7 @@
# (simulation-use-black-point-compensation no) # (simulation-use-black-point-compensation no)
# (simulation-optimize yes) # (simulation-optimize yes)
# (simulation-gamut-check no) # (simulation-gamut-check no)
# (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000)) # (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000)))
# (display-module "CdisplayLcms"))
# Keep a permanent record of all opened and saved files in the Recent # Keep a permanent record of all opened and saved files in the Recent
# Documents list. Possible values are yes and no. # Documents list. Possible values are yes and no.
@ -351,6 +355,11 @@
# #
# (import-raw-plug-in "") # (import-raw-plug-in "")
# Export the image's color profile by default. Possible values are yes and
# no.
#
# (export-color-profile yes)
# Export Exif metadata by default. Possible values are yes and no. # Export Exif metadata by default. Possible values are yes and no.
# #
# (export-metadata-exif yes) # (export-metadata-exif yes)
@ -366,7 +375,7 @@
# Try generating debug data for bug reporting when appropriate. Possible # Try generating debug data for bug reporting when appropriate. Possible
# values are warning, critical, fatal and never. # values are warning, critical, fatal and never.
# #
# (debug-policy fatal) # (debug-policy warning)
# Sets the size of the checkerboard used to display transparency. Possible # Sets the size of the checkerboard used to display transparency. Possible
# values are small-checks, medium-checks and large-checks. # values are small-checks, medium-checks and large-checks.
@ -450,6 +459,8 @@
# %Cx expands to x if the image is clean, the empty string otherwise # %Cx expands to x if the image is clean, the empty string otherwise
# %B expands to (modified) if the image is dirty, the empty string otherwise # %B expands to (modified) if the image is dirty, the empty string otherwise
# %A expands to (clean) if the image is clean, the empty string otherwise # %A expands to (clean) if the image is clean, the empty string otherwise
# %Nx expands to x if the image is export-dirty, the empty string otherwise
# %Ex expands to x if the image is export-clean, the empty string otherwise
# %l the number of layers # %l the number of layers
# %L the number of layers (long form) # %L the number of layers (long form)
# %m memory used by the image # %m memory used by the image
@ -488,6 +499,8 @@
# %Cx expands to x if the image is clean, the empty string otherwise # %Cx expands to x if the image is clean, the empty string otherwise
# %B expands to (modified) if the image is dirty, the empty string otherwise # %B expands to (modified) if the image is dirty, the empty string otherwise
# %A expands to (clean) if the image is clean, the empty string otherwise # %A expands to (clean) if the image is clean, the empty string otherwise
# %Nx expands to x if the image is export-dirty, the empty string otherwise
# %Ex expands to x if the image is export-clean, the empty string otherwise
# %l the number of layers # %l the number of layers
# %L the number of layers (long form) # %L the number of layers (long form)
# %m memory used by the image # %m memory used by the image
@ -649,15 +662,6 @@
# #
# (save-tool-options yes) # (save-tool-options yes)
# Show a tooltip when the pointer hovers over an item. Possible values are
# yes and no.
#
# (show-tooltips yes)
# When enabled, menus can be torn off. Possible values are yes and no.
#
# (tearoff-menus yes)
# When enabled, you can change keyboard shortcuts for menu items by hitting a # When enabled, you can change keyboard shortcuts for menu items by hitting a
# key combination while the menu item is highlighted. Possible values are # key combination while the menu item is highlighted. Possible values are
# yes and no. # yes and no.
@ -716,6 +720,10 @@
# #
# (theme "Dark") # (theme "Dark")
# The name of the theme to use. Possible values are yes and no.
#
# (prefer-dark-theme yes)
# Sets the icon theme search path. This is a colon-separated list of folders # Sets the icon theme search path. This is a colon-separated list of folders
# to search. # to search.
# #
@ -725,10 +733,10 @@
# #
# (icon-theme "Symbolic") # (icon-theme "Symbolic")
# The size of the icons to use. Possible values are auto, theme, small, # When enabled, symbolic icons will be preferred if available. Possible
# medium, large and huge. # values are yes and no.
# #
# (icon-size auto) # (prefer-symbolic-icons yes)
# When enabled, pressing F1 will open the help browser. Possible values are # When enabled, pressing F1 will open the help browser. Possible values are
# yes and no. # yes and no.
@ -771,7 +779,7 @@
# The location of the online user manual. This is used if # The location of the online user manual. This is used if
# 'user-manual-online' is enabled. This is a string value. # 'user-manual-online' is enabled. This is a string value.
# #
# (user-manual-online-uri "http://docs.gimp.org/2.10") # (user-manual-online-uri "https://docs.gimp.org/2.99")
# The window type hint that is set on dock windows and the toolbox window. # The window type hint that is set on dock windows and the toolbox window.
# This may affect the way your window manager decorates and handles these # This may affect the way your window manager decorates and handles these