app/config/gimpconfig-dump.c applied a patch from Carol that adds missing

2003-01-22  Sven Neumann  <sven@gimp.org>

	* app/config/gimpconfig-dump.c
	* app/config/gimprc-blurbs.h: applied a patch from Carol that adds
	missing help blurbs and fixes spelling.

	* docs/gimprc-1.3.5.in
	* etc/gimprc: regenerated using gimpconfig-dump.
This commit is contained in:
Sven Neumann 2003-01-22 16:03:22 +00:00 committed by Sven Neumann
parent 4ddd732392
commit 91cc25d329
6 changed files with 391 additions and 324 deletions

View file

@ -1,3 +1,12 @@
2003-01-22 Sven Neumann <sven@gimp.org>
* app/config/gimpconfig-dump.c
* app/config/gimprc-blurbs.h: applied a patch from Carol that adds
missing help blurbs and fixes spelling.
* docs/gimprc-1.3.5.in
* etc/gimprc: regenerated using gimpconfig-dump.
2003-01-22 Michael Natterer <mitch@gimp.org>
* app/widgets/gimphelp.c (gimp_help_internal): "no display ID"

View file

@ -186,7 +186,7 @@ static const gchar *man_page_header =
".SH DESCRIPTION\n"
"The\n"
".B gimprc\n"
"file is a configuation file read by the gimp when it starts up. There\n"
"file is a configuation file read by the GIMP when it starts up. There\n"
"are two of these: one system-wide one stored in\n"
"@gimpsysconfdir@/gimprc and a per-user \\fB$HOME\\fP/@gimpdir@/gimprc\n"
"which may override system settings.\n"

View file

@ -4,11 +4,17 @@
#define __GIMP_RC_BLURBS_H__
#define ALWAYS_RESTORE_SESSION_BLURB \
#define RESTORE_SESSION_BLURB \
"Let GIMP try to restore your last saved session."
#define BRUSH_PATH_BLURB \
"Set the brush search path."
"Sets the brush search path."
#define CANVAS_PADDING_MODE_BLURB \
"Sets the canvas padding mode."
#define CANVAS_PADDING_COLOR_BLURB \
"Sets the canvas padding color."
#define COLORMAP_CYCLING_BLURB \
"Specify that marching ants for selected regions will be drawn with " \
@ -18,6 +24,9 @@
#define CONFIRM_ON_CLOSE_BLURB \
"Ask for confirmation before closing an image without saving."
#define CURSOR_MODE_BLURB \
"Sets the mode of cursor the GIMP will use."
#define CURSOR_UPDATING_BLURB \
"Context-dependent cursors are cool. They are enabled by default. " \
"However, they require overhead that you may want to do without."
@ -26,18 +35,25 @@
"Specify a default brush. The brush is searched for in the " \
"specified brush path."
#define DEFAULT_COMMENT_BLURB \
"Sets the default comment."
#define DEFAULT_DOT_FOR_DOT_BLURB \
"When set to yes, this will ensure that each pixel of an image gets " \
"mapped to a pixel on the screen."
#define DEFAULT_GRADIENT_BLURB \
"Specify a default gradient. The gradient is searched for in the " \
"specified gradient path."
#define DEFAULT_IMAGE_WIDTH_BLURB \
"Set the default image width in the File/New dialog."
"Sets the default image width in the File/New dialog."
#define DEFAULT_IMAGE_HEIGHT_BLURB \
"Set the default image height in the File/New dialog."
"Sets the default image height in the File/New dialog."
#define DEFAULT_IMAGE_TYPE_BLURB \
"Set the default image type in the File/New dialog."
"Sets the default image type in the File/New dialog."
#define DEFAULT_PATTERN_BLURB \
"Specify a default pattern. The pattern is searched for in the " \
@ -48,7 +64,7 @@
"specified palette path."
#define DEFAULT_RESOLUTION_UNIT_BLURB \
"Set the units for the display of the default resolution in the " \
"Sets the units for the display of the default resolution in the " \
"File/New dialog."
#define DEFAULT_THRESHOLD_BLURB \
@ -59,30 +75,33 @@
"This value represents the default threshold."
#define DEFAULT_UNIT_BLURB \
"Set the default unit for new images and for the File/New dialog. " \
"Sets the default unit for new images and for the File/New dialog. " \
"This units will be used for coordinate display when not in dot-for-dot " \
"mode."
#define DEFAULT_XRESOLUTION_BLURB \
"Set the default horizontal resolution for new images and for the " \
"Sets the default horizontal resolution for new images and for the " \
"File/New dialog. This value is always in dpi (dots per inch)."
#define DEFAULT_YRESOLUTION_BLURB \
"Set the default vertical resolution for new images and for the " \
"Sets the default vertical resolution for new images and for the " \
"File/New dialog. This value is always in dpi (dots per inch)."
#define ENVIRON_PATH_BLURB \
"Sets the environ search path."
#define FRACTALEXPLORER_PATH_BLURB \
"Where to search for fractals used by the Fractal Explorer plug-in."
#define GAMMA_CORRECTION_BLURB \
"This setting is ignored."
#if 0
"Set the gamma correction value for the display. 1.0 corresponds to no " \
"Sets the gamma correction value for the display. 1.0 corresponds to no " \
"gamma correction. For most displays, gamma correction should be set " \
"to between 2.0 and 2.6. One important thing to keep in mind: Many images " \
"that you might get from outside sources will in all likelihood already " \
"be gamma-corrected. In these cases, the image will look washed-out if " \
"the gimp has gamma-correction turned on. If you are going to work with " \
"the GIMP has gamma-correction turned on. If you are going to work with " \
"images of this sort, turn gamma correction off by setting the value to 1.0."
#endif
@ -96,14 +115,17 @@
"Where to search for data used by the Gimpressionist plug-in."
#define GRADIENT_PATH_BLURB \
"Set the gradient search path."
"Sets the gradient search path."
#define HELP_BROWSER_BLURB \
"Sets the browser gimp-help will use."
#define IMAGE_STATUS_FORMAT_BLURB \
"Set the text to appear in image window status bars. See image-title-format " \
"Sets the text to appear in image window status bars. See image-title-format " \
"for the list of possible % sequences."
#define IMAGE_TITLE_FORMAT_BLURB \
"Set the text to appear in image window titles. Certain % character " \
"Sets the text to appear in image window titles. Certain % character " \
"sequences are recognised and expanded as follows:\n" \
"\n" \
"%% literal percent sign\n" \
@ -127,11 +149,15 @@
"%u unit symbol\n" \
"%U unit abbreviation\n\n"
#define INFO_WINDOW_PER_DISPLAY_BLURB \
"When set to yes, the GIMP will use a different info window per image " \
"view."
#define INSTALL_COLORMAP_BLURB \
"Install a private colormap; might be useful on pseudocolor visuals."
#define INTERPOLATION_TYPE_BLURB \
"Set the level of interpolation used for scaling and other transformations."
"Sets the level of interpolation used for scaling and other transformations."
#define LAST_OPENED_SIZE_BLURB \
"How many recently opened image filenames to keep on the File menu."
@ -140,49 +166,69 @@
"Speed of marching ants in the selection outline. This value is in " \
"milliseconds (less time indicates faster marching)."
#define MAX_NEW_IMAGE_SIZE_BLURB \
"Sets the max-new-image-size limit."
#define MIN_COLORS_BLURB \
"Generally only a concern for 8-bit displays, this sets the minimum " \
"number of colors."
#define MODULE_PATH_BLURB \
"Set the module search path."
"Sets the module search path."
#define MODULE_LOAD_INHIBIT_BLURB \
"To inhibit loading of a module, add its name here."
#define MONITOR_RES_FROM_GDK_BLURB \
"Set to yes if the GIMP should use the monitor resolution from " \
"the windowing system."
#define MONITOR_XRESOLUTION_BLURB \
"Set the monitor's horizontal resolution, in dots per inch. If set to " \
"Sets the monitor's horizontal resolution, in dots per inch. If set to " \
"0, forces the X server to be queried for both horizontal and vertical " \
"resolution information."
#define MONITOR_YRESOLUTION_BLURB \
"Set the monitor's vertical resolution, in dots per inch. If set to " \
"Sets the monitor's vertical resolution, in dots per inch. If set to " \
"0, forces the X server to be queried for both horizontal and vertical " \
"resolution information."
#define NAVIGATION_PREVIEW_SIZE_BLURB \
"Sets the navigation preview size."
#define NUM_PROCESSORS_BLURB \
"On multiprocessor machines, if GIMP has been compiled with --enable-mp " \
"this sets how many processors GIMP should use simultaneously."
#define PALETTE_PATH_BLURB \
"Set the palette search path."
"Sets the palette search path."
#define PATTERN_PATH_BLURB \
"Set the pattern search path."
"Sets the pattern search path."
#define PERFECT_MOUSE_BLURB \
"If set to true, the X server is queried for the mouse's current " \
"When set to yes, the X server is queried for the mouse's current " \
"position on each motion event, rather than relying on the position " \
"hint. This means painting with large brushes should be more accurate, " \
"but it may be slower. Perversely, on some X servers turning on this " \
"option results in faster painting."
#define PLUG_IN_PATH_BLURB \
"Set the plug-in search path."
"Sets the plug-in search path."
#define PLUGINRC_PATH_BLURB \
"Sets the pluginrc search path."
#define PREVIEW_SIZE_BLURB \
"Set the default preview size."
"Sets the default preview size."
#define RESIZE_WINDOWS_ON_RESIZE_BLURB \
"When the physical image size changes, this option enables the automatic " \
"resizing of windows."
"When the physical image size changes, setting this option to yes " \
"enables the automatic resizing of windows."
#define RESIZE_WINDOWS_ON_ZOOM_BLURB \
"When zooming into and out of images, this option enables the automatic " \
"resizing of windows. " \
"When zooming into and out of images, this setting this option to " \
"yes enables the automatic resizing of windows."
#define SAVE_DEVICE_STATUS_BLURB \
"Remember the current tool, pattern, color, and brush across GIMP " \
@ -197,86 +243,82 @@
"This path will be searched for scripts when the Script-Fu plug-in is run."
#define SHOW_MENUBAR_BLURB \
"Set the menubar visibility. This can also be toggled with the "\
"Sets the menubar visibility. This can also be toggled with the "\
"View->Toggle Menubar command."
#define SHOW_RULERS_BLURB \
"Set the ruler visibility. This can also be toggled with the "\
"Sets the ruler visibility. This can also be toggled with the " \
"View->Toggle Rulers command."
#define SHOW_STATUSBAR_BLURB \
"Controlling statusbar visibility. This can also be toggled with "\
"the View->Toggle Statusbar command."
"Set to yes to make the statusbar visible. This can also be toggled "\
"with the View->Toggle Statusbar command."
#define SHOW_TIPS_BLURB \
"Set to display a handy GIMP tip on startup."
"To display a handy GIMP tip on startup, set to yes."
#define SHOW_TOOL_TIPS_BLURB \
"Set to display tooltips."
"To display tooltips, set to yes."
#define STINGY_MEMORY_USE_BLURB \
"There is always a tradeoff between memory usage and speed. In most " \
"cases, the GIMP opts for speed over memory. However, if memory is a " \
"big issue, set stingy-memory-use."
"big issue, set stingy-memory-use to yes."
#define SWAP_PATH_BLURB \
"Set the swap file location. The gimp uses a tile based memory " \
"Sets the swap file location. The gimp uses a tile based memory " \
"allocation scheme. The swap file is used to quickly and easily " \
"swap tiles out to disk and back in. Be aware that the swap file " \
"can easily get very large if the gimp is used with large images. " \
"can easily get very large if the GIMP is used with large images. " \
"Also, things can get horribly slow if the swap file is created on " \
"a directory that is mounted over NFS. For these reasons, it may " \
"be desirable to put your swap file in \"/tmp\"."
#define TEAROFF_MENUS_BLURB \
"When set to yes, enables tear off menus."
#define TEMP_PATH_BLURB \
"Set the temporary storage directory. Files will appear here " \
"during the course of running the gimp. Most files will disappear " \
"when the gimp exits, but some files are likely to remain, " \
"Sets the temporary storage directory. Files will appear here " \
"during the course of running the GIMP. Most files will disappear " \
"when the GIMP exits, but some files are likely to remain, " \
"such as working palette files, so it is best if this directory " \
"not be one that is shared by other users or is cleared on machine " \
"reboot such as /tmp."
#define THEME_BLURB \
"The name of the theme to use."
#define THEME_PATH_BLURB \
"Sets the theme search path."
#define THUMBNAIL_SIZE_BLURB \
"Sets the thumbnail size."
#define TILE_CACHE_SIZE_BLURB \
"The tile cache is used to make sure the gimp doesn't thrash " \
"The tile cache is used to make sure the GIMP doesn't thrash " \
"tiles between memory and disk. Setting this value higher will " \
"cause the gimp to use less swap space, but will also cause " \
"the gimp to use more memory. Conversely, a smaller cache size " \
"causes the gimp to use more swap space and less memory."
"cause the GIMP to use less swap space, but will also cause " \
"the GIMP to use more memory. Conversely, a smaller cache size " \
"causes the GIMP to use more swap space and less memory."
#define TOOL_PLUG_IN_PATH_BLURB \
"Sets the tool-plug-in search path."
#define TRANSPARENCY_TYPE_BLURB \
"Set the manner in which transparency is displayed in images."
"Sets the manner in which transparency is displayed in images."
#define TRANSPARENCY_SIZE_BLURB \
"Sets the size of the checkerboard used to display transparency."
#define TRUST_DIRTY_FLAG_BLURB \
"When set to yes, the GIMP will not save if the image is unchanged since " \
"opening it."
#define UNDO_LEVELS_BLURB \
"Set the number of operations kept on the undo stack."
"Sets the number of operations kept on the undo stack."
/* FIXME: the following blurbs are missing */
#define TOOL_PLUG_IN_PATH_BLURB NULL
#define ENVIRON_PATH_BLURB NULL
#define PLUGINRC_PATH_BLURB NULL
#define MONITOR_RES_FROM_GDK_BLURB NULL
#define THEME_PATH_BLURB NULL
#define DEFAULT_COMMENT_BLURB NULL
#define DEFAULT_DOT_FOR_DOT_BLURB NULL
#define MODULE_LOAD_INHIBIT_BLURB NULL
#define INFO_WINDOW_PER_DISPLAY_BLURB NULL
#define TRUST_DIRTY_FLAG_BLURB NULL
#define RESTORE_SESSION_BLURB NULL
#define TEAROFF_MENUS_BLURB NULL
#define THEME_BLURB NULL
#define USE_HELP_BLURB NULL
#define THUMBNAIL_SIZE_BLURB NULL
#define MIN_COLORS_BLURB NULL
#define CURSOR_MODE_BLURB NULL
#define NAVIGATION_PREVIEW_SIZE_BLURB NULL
#define CANVAS_PADDING_MODE_BLURB NULL
#define CANVAS_PADDING_COLOR_BLURB NULL
#define HELP_BROWSER_BLURB NULL
#define MAX_NEW_IMAGE_SIZE_BLURB NULL
#define USE_HELP_BLURB \
"When set to no the F1 help binding will be disabled."
#endif /* __GIMP_RC_BLURBS_H__ */

View file

@ -6,7 +6,7 @@ gimprc \- gimp configuration file
.SH DESCRIPTION
The
.B gimprc
file is a configuation file read by the gimp when it starts up. There
file is a configuation file read by the GIMP when it starts up. There
are two of these: one system-wide one stored in
@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc
which may override system settings.
@ -38,8 +38,8 @@ Valid properties and their default values are:
.TP
(temp-path "${gimp_dir}/tmp")
Set the temporary storage directory. Files will appear here during the course
of running the gimp. Most files will disappear when the gimp exits, but some
Sets the temporary storage directory. Files will appear here during the course
of running the GIMP. Most files will disappear when the GIMP exits, but some
files are likely to remain, such as working palette files, so it is best if
this directory not be one that is shared by other users or is cleared on
machine reboot such as /tmp. This is a single folder.
@ -47,9 +47,9 @@ machine reboot such as /tmp. This is a single folder.
.TP
(swap-path "${gimp_dir}")
Set the swap file location. The gimp uses a tile based memory allocation
Sets the swap file location. The gimp uses a tile based memory allocation
scheme. The swap file is used to quickly and easily swap tiles out to disk and
back in. Be aware that the swap file can easily get very large if the gimp is
back in. Be aware that the swap file can easily get very large if the GIMP is
used with large images. Also, things can get horribly slow if the swap file is
created on a directory that is mounted over NFS. For these reasons, it may be
desirable to put your swap file in "/tmp". This is a single folder.
@ -59,7 +59,7 @@ desirable to put your swap file in "/tmp". This is a single folder.
There is always a tradeoff between memory usage and speed. In most cases, the
GIMP opts for speed over memory. However, if memory is a big issue, set
stingy-memory-use. Possible values are yes and no.
stingy-memory-use to yes. Possible values are yes and no.
.TP
(num-processors 1)
@ -71,10 +71,10 @@ value.
.TP
(tile-cache-size 32M)
The tile cache is used to make sure the gimp doesn't thrash tiles between
memory and disk. Setting this value higher will cause the gimp to use less
swap space, but will also cause the gimp to use more memory. Conversely, a
smaller cache size causes the gimp to use more swap space and less memory.
The tile cache is used to make sure the GIMP doesn't thrash tiles between
memory and disk. Setting this value higher will cause the GIMP to use less
swap space, but will also cause the GIMP to use more memory. Conversely, a
smaller cache size causes the GIMP to use more swap space and less memory.
The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP
interpret the size as being specified in bytes, kilobytes, megabytes or
gigabytes. If no suffix is specified the size defaults to being specified in
@ -83,83 +83,84 @@ kilobytes.
.TP
(interpolation-type linear)
Set the level of interpolation used for scaling and other transformations.
Sets the level of interpolation used for scaling and other transformations.
Possible values are none, linear and cubic.
.TP
(plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
Set the plug-in search path. This is a colon-separated list of folders to
Sets the plug-in search path. This is a colon-separated list of folders to
search.
.TP
(tool-plug-in-path "${gimp_dir}/tool-plug-ins:${gimp_plug_in_dir}/tool-plug-ins")
The tool-plug-in-path property has no description. This is a colon-separated
list of folders to search.
Sets the tool-plug-in search path. This is a colon-separated list of folders
to search.
.TP
(module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
Set the module search path. This is a colon-separated list of folders to
Sets the module search path. This is a colon-separated list of folders to
search.
.TP
(environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
The environ-path property has no description. This is a colon-separated list
of folders to search.
Sets the environ search path. This is a colon-separated list of folders to
search.
.TP
(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
Set the brush search path. This is a colon-separated list of folders to
Sets the brush search path. This is a colon-separated list of folders to
search.
.TP
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
Set the pattern search path. This is a colon-separated list of folders to
Sets the pattern search path. This is a colon-separated list of folders to
search.
.TP
(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
Set the palette search path. This is a colon-separated list of folders to
Sets the palette search path. This is a colon-separated list of folders to
search.
.TP
(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
Set the gradient search path. This is a colon-separated list of folders to
Sets the gradient search path. This is a colon-separated list of folders to
search.
.TP
(default-comment "Created with The GIMP")
The default-comment property has no description. This is a string value.
Sets the default comment. This is a string value.
.TP
(default-image-type rgb)
Set the default image type in the File/New dialog. Possible values are rgb,
Sets the default image type in the File/New dialog. Possible values are rgb,
gray and indexed.
.TP
(default-image-width 256)
Set the default image width in the File/New dialog. This is an integer value.
Sets the default image width in the File/New dialog. This is an integer
value.
.TP
(default-image-height 256)
Set the default image height in the File/New dialog. This is an integer
Sets the default image height in the File/New dialog. This is an integer
value.
.TP
(default-unit inches)
Set the default unit for new images and for the File/New dialog. This units
Sets the default unit for new images and for the File/New dialog. This units
will be used for coordinate display when not in dot-for-dot mode. The unit
can be one inches, millimeters, points or picas plus those in your user units
database.
@ -167,44 +168,43 @@ database.
.TP
(default-xresolution 72.000000)
Set the default horizontal resolution for new images and for the File/New
Sets the default horizontal resolution for new images and for the File/New
dialog. This value is always in dpi (dots per inch). This is a float value.
.TP
(default-yresolution 72.000000)
Set the default vertical resolution for new images and for the File/New
Sets the default vertical resolution for new images and for the File/New
dialog. This value is always in dpi (dots per inch). This is a float value.
.TP
(default-resolution-unit inches)
Set the units for the display of the default resolution in the File/New
Sets the units for the display of the default resolution in the File/New
dialog. The unit can be one inches, millimeters, points or picas plus those
in your user units database.
.TP
(undo-levels 5)
Set the number of operations kept on the undo stack. This is an integer
Sets the number of operations kept on the undo stack. This is an integer
value.
.TP
(pluginrc-path "${gimp_dir}/pluginrc")
The pluginrc-path property has no description. This is a single filename.
Sets the pluginrc search path. This is a single filename.
.TP
(preview-size small)
Set the default preview size. Possible values are none, tiny, extra-small,
Sets the default preview size. Possible values are none, tiny, extra-small,
small, medium, large, extra-large, huge, enormous and gigantic.
.TP
(thumbnail-size normal)
The thumbnail-size property has no description. Possible values are none,
normal and large.
Sets the thumbnail size. Possible values are none, normal and large.
.TP
(gamma-correction 1.000000)
@ -220,7 +220,8 @@ values are yes and no.
.TP
(min-colors 144)
The min-colors property has no description. This is an integer value.
Generally only a concern for 8-bit displays, this sets the minimum number of
colors. This is an integer value.
.TP
(marching-ants-speed 300)
@ -239,25 +240,25 @@ no.
.TP
(resize-windows-on-zoom no)
When zooming into and out of images, this option enables the automatic
resizing of windows. Possible values are yes and no.
When zooming into and out of images, this setting this option to yes enables
the automatic resizing of windows. Possible values are yes and no.
.TP
(resize-windows-on-resize no)
When the physical image size changes, this option enables the automatic
resizing of windows. Possible values are yes and no.
When the physical image size changes, setting this option to yes enables the
automatic resizing of windows. Possible values are yes and no.
.TP
(default-dot-for-dot yes)
The default-dot-for-dot property has no description. Possible values are yes
and no.
When set to yes, this will ensure that each pixel of an image gets mapped to a
pixel on the screen. Possible values are yes and no.
.TP
(perfect-mouse no)
If set to true, the X server is queried for the mouse's current position on
When set to yes, the X server is queried for the mouse's current position on
each motion event, rather than relying on the position hint. This means
painting with large brushes should be more accurate, but it may be slower.
Perversely, on some X servers turning on this option results in faster
@ -266,7 +267,7 @@ painting. Possible values are yes and no.
.TP
(cursor-mode tool-icon)
The cursor-mode property has no description. Possible values are tool-icon,
Sets the mode of cursor the GIMP will use. Possible values are tool-icon,
tool-crosshair and crosshair.
.TP
@ -279,7 +280,7 @@ yes and no.
.TP
(image-title-format "%f-%p.%i (%t)")
Set the text to appear in image window titles. Certain % character sequences
Sets the text to appear in image window titles. Certain % character sequences
are recognised and expanded as follows:
%% literal percent sign
@ -308,25 +309,25 @@ are recognised and expanded as follows:
.TP
(image-status-format "%f-%p.%i (%t)")
Set the text to appear in image window status bars. See image-title-format for
the list of possible % sequences. This is a string value.
Sets the text to appear in image window status bars. See image-title-format
for the list of possible % sequences. This is a string value.
.TP
(show-menubar no)
Set the menubar visibility. This can also be toggled with the View->Toggle
Sets the menubar visibility. This can also be toggled with the View->Toggle
Menubar command. Possible values are yes and no.
.TP
(show-rulers yes)
Set the ruler visibility. This can also be toggled with the View->Toggle
Sets the ruler visibility. This can also be toggled with the View->Toggle
Rulers command. Possible values are yes and no.
.TP
(show-statusbar yes)
Controlling statusbar visibility. This can also be toggled with the
Set to yes to make the statusbar visible. This can also be toggled with the
View->Toggle Statusbar command. Possible values are yes and no.
.TP
@ -338,42 +339,40 @@ are yes and no.
.TP
(monitor-xresolution 72.000000)
Set the monitor's horizontal resolution, in dots per inch. If set to 0,
Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
forces the X server to be queried for both horizontal and vertical resolution
information. This is a float value.
.TP
(monitor-yresolution 72.000000)
Set the monitor's vertical resolution, in dots per inch. If set to 0, forces
Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces
the X server to be queried for both horizontal and vertical resolution
information. This is a float value.
.TP
(monitor-resolution-from-windowing-system yes)
The monitor-resolution-from-windowing-system property has no description.
Possible values are yes and no.
Set to yes if the GIMP should use the monitor resolution from the windowing
system. Possible values are yes and no.
.TP
(navigation-preview-size medium)
The navigation-preview-size property has no description. Possible values are
none, tiny, extra-small, small, medium, large, extra-large, huge, enormous and
gigantic.
Sets the navigation preview size. Possible values are none, tiny,
extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
.TP
(canvas-padding-mode default)
The canvas-padding-mode property has no description. Possible values are
default, light-check, dark-check and custom.
Sets the canvas padding mode. Possible values are default, light-check,
dark-check and custom.
.TP
(canvas-padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))
The canvas-padding-color property has no description. The color is specified
in the form (color-rgba red green blue alpha) with channel values as floats
between 0.0 and 1.0.
Sets the canvas padding color. The color is specified in the form (color-rgba
red green blue alpha) with channel values as floats between 0.0 and 1.0.
.TP
(transparency-size medium-checks)
@ -384,7 +383,7 @@ values are small-checks, medium-checks and large-checks.
.TP
(transparency-type gray-checks)
Set the manner in which transparency is displayed in images. Possible values
Sets the manner in which transparency is displayed in images. Possible values
are light-checks, gray-checks, dark-checks, white-only, gray-only and
black-only.
@ -400,14 +399,14 @@ threshold. This is an integer value.
.TP
(info-window-per-display no)
The info-window-per-display property has no description. Possible values are
yes and no.
When set to yes, the GIMP will use a different info window per image view.
Possible values are yes and no.
.TP
(trust-dirty-flag no)
The trust-dirty-flag property has no description. Possible values are yes and
no.
When set to yes, the GIMP will not save if the image is unchanged since
opening it. Possible values are yes and no.
.TP
(save-device-status no)
@ -425,24 +424,24 @@ Possible values are yes and no.
.TP
(restore-session yes)
The restore-session property has no description. Possible values are yes and
Let GIMP try to restore your last saved session. Possible values are yes and
no.
.TP
(show-tips yes)
Set to display a handy GIMP tip on startup. Possible values are yes and no.
To display a handy GIMP tip on startup, set to yes. Possible values are yes
and no.
.TP
(show-tool-tips yes)
Set to display tooltips. Possible values are yes and no.
To display tooltips, set to yes. Possible values are yes and no.
.TP
(tearoff-menus yes)
The tearoff-menus property has no description. Possible values are yes and
no.
When set to yes, enables tear off menus. Possible values are yes and no.
.TP
(last-opened-size 4)
@ -453,27 +452,27 @@ integer value.
.TP
(max-new-image-size 32M)
The max-new-image-size property has no description. The integer size can
contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size
as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix
is specified the size defaults to being specified in kilobytes.
Sets the max-new-image-size limit. The integer size can contain a suffix of
'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the size
defaults to being specified in kilobytes.
.TP
(theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
The theme-path property has no description. This is a colon-separated list of
folders to search.
Sets the theme search path. This is a colon-separated list of folders to
search.
.TP
(use-help yes)
The use-help property has no description. Possible values are yes and no.
When set to no the F1 help binding will be disabled. Possible values are yes
and no.
.TP
(help-browser gimp)
The help-browser property has no description. Possible values are gimp and
netscape.
Sets the browser gimp-help will use. Possible values are gimp and netscape.
.TP
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")

View file

@ -6,7 +6,7 @@ gimprc \- gimp configuration file
.SH DESCRIPTION
The
.B gimprc
file is a configuation file read by the gimp when it starts up. There
file is a configuation file read by the GIMP when it starts up. There
are two of these: one system-wide one stored in
@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc
which may override system settings.
@ -38,8 +38,8 @@ Valid properties and their default values are:
.TP
(temp-path "${gimp_dir}/tmp")
Set the temporary storage directory. Files will appear here during the course
of running the gimp. Most files will disappear when the gimp exits, but some
Sets the temporary storage directory. Files will appear here during the course
of running the GIMP. Most files will disappear when the GIMP exits, but some
files are likely to remain, such as working palette files, so it is best if
this directory not be one that is shared by other users or is cleared on
machine reboot such as /tmp. This is a single folder.
@ -47,9 +47,9 @@ machine reboot such as /tmp. This is a single folder.
.TP
(swap-path "${gimp_dir}")
Set the swap file location. The gimp uses a tile based memory allocation
Sets the swap file location. The gimp uses a tile based memory allocation
scheme. The swap file is used to quickly and easily swap tiles out to disk and
back in. Be aware that the swap file can easily get very large if the gimp is
back in. Be aware that the swap file can easily get very large if the GIMP is
used with large images. Also, things can get horribly slow if the swap file is
created on a directory that is mounted over NFS. For these reasons, it may be
desirable to put your swap file in "/tmp". This is a single folder.
@ -59,7 +59,7 @@ desirable to put your swap file in "/tmp". This is a single folder.
There is always a tradeoff between memory usage and speed. In most cases, the
GIMP opts for speed over memory. However, if memory is a big issue, set
stingy-memory-use. Possible values are yes and no.
stingy-memory-use to yes. Possible values are yes and no.
.TP
(num-processors 1)
@ -71,10 +71,10 @@ value.
.TP
(tile-cache-size 32M)
The tile cache is used to make sure the gimp doesn't thrash tiles between
memory and disk. Setting this value higher will cause the gimp to use less
swap space, but will also cause the gimp to use more memory. Conversely, a
smaller cache size causes the gimp to use more swap space and less memory.
The tile cache is used to make sure the GIMP doesn't thrash tiles between
memory and disk. Setting this value higher will cause the GIMP to use less
swap space, but will also cause the GIMP to use more memory. Conversely, a
smaller cache size causes the GIMP to use more swap space and less memory.
The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP
interpret the size as being specified in bytes, kilobytes, megabytes or
gigabytes. If no suffix is specified the size defaults to being specified in
@ -83,83 +83,84 @@ kilobytes.
.TP
(interpolation-type linear)
Set the level of interpolation used for scaling and other transformations.
Sets the level of interpolation used for scaling and other transformations.
Possible values are none, linear and cubic.
.TP
(plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
Set the plug-in search path. This is a colon-separated list of folders to
Sets the plug-in search path. This is a colon-separated list of folders to
search.
.TP
(tool-plug-in-path "${gimp_dir}/tool-plug-ins:${gimp_plug_in_dir}/tool-plug-ins")
The tool-plug-in-path property has no description. This is a colon-separated
list of folders to search.
Sets the tool-plug-in search path. This is a colon-separated list of folders
to search.
.TP
(module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
Set the module search path. This is a colon-separated list of folders to
Sets the module search path. This is a colon-separated list of folders to
search.
.TP
(environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
The environ-path property has no description. This is a colon-separated list
of folders to search.
Sets the environ search path. This is a colon-separated list of folders to
search.
.TP
(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
Set the brush search path. This is a colon-separated list of folders to
Sets the brush search path. This is a colon-separated list of folders to
search.
.TP
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
Set the pattern search path. This is a colon-separated list of folders to
Sets the pattern search path. This is a colon-separated list of folders to
search.
.TP
(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
Set the palette search path. This is a colon-separated list of folders to
Sets the palette search path. This is a colon-separated list of folders to
search.
.TP
(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
Set the gradient search path. This is a colon-separated list of folders to
Sets the gradient search path. This is a colon-separated list of folders to
search.
.TP
(default-comment "Created with The GIMP")
The default-comment property has no description. This is a string value.
Sets the default comment. This is a string value.
.TP
(default-image-type rgb)
Set the default image type in the File/New dialog. Possible values are rgb,
Sets the default image type in the File/New dialog. Possible values are rgb,
gray and indexed.
.TP
(default-image-width 256)
Set the default image width in the File/New dialog. This is an integer value.
Sets the default image width in the File/New dialog. This is an integer
value.
.TP
(default-image-height 256)
Set the default image height in the File/New dialog. This is an integer
Sets the default image height in the File/New dialog. This is an integer
value.
.TP
(default-unit inches)
Set the default unit for new images and for the File/New dialog. This units
Sets the default unit for new images and for the File/New dialog. This units
will be used for coordinate display when not in dot-for-dot mode. The unit
can be one inches, millimeters, points or picas plus those in your user units
database.
@ -167,44 +168,43 @@ database.
.TP
(default-xresolution 72.000000)
Set the default horizontal resolution for new images and for the File/New
Sets the default horizontal resolution for new images and for the File/New
dialog. This value is always in dpi (dots per inch). This is a float value.
.TP
(default-yresolution 72.000000)
Set the default vertical resolution for new images and for the File/New
Sets the default vertical resolution for new images and for the File/New
dialog. This value is always in dpi (dots per inch). This is a float value.
.TP
(default-resolution-unit inches)
Set the units for the display of the default resolution in the File/New
Sets the units for the display of the default resolution in the File/New
dialog. The unit can be one inches, millimeters, points or picas plus those
in your user units database.
.TP
(undo-levels 5)
Set the number of operations kept on the undo stack. This is an integer
Sets the number of operations kept on the undo stack. This is an integer
value.
.TP
(pluginrc-path "${gimp_dir}/pluginrc")
The pluginrc-path property has no description. This is a single filename.
Sets the pluginrc search path. This is a single filename.
.TP
(preview-size small)
Set the default preview size. Possible values are none, tiny, extra-small,
Sets the default preview size. Possible values are none, tiny, extra-small,
small, medium, large, extra-large, huge, enormous and gigantic.
.TP
(thumbnail-size normal)
The thumbnail-size property has no description. Possible values are none,
normal and large.
Sets the thumbnail size. Possible values are none, normal and large.
.TP
(gamma-correction 1.000000)
@ -220,7 +220,8 @@ values are yes and no.
.TP
(min-colors 144)
The min-colors property has no description. This is an integer value.
Generally only a concern for 8-bit displays, this sets the minimum number of
colors. This is an integer value.
.TP
(marching-ants-speed 300)
@ -239,25 +240,25 @@ no.
.TP
(resize-windows-on-zoom no)
When zooming into and out of images, this option enables the automatic
resizing of windows. Possible values are yes and no.
When zooming into and out of images, this setting this option to yes enables
the automatic resizing of windows. Possible values are yes and no.
.TP
(resize-windows-on-resize no)
When the physical image size changes, this option enables the automatic
resizing of windows. Possible values are yes and no.
When the physical image size changes, setting this option to yes enables the
automatic resizing of windows. Possible values are yes and no.
.TP
(default-dot-for-dot yes)
The default-dot-for-dot property has no description. Possible values are yes
and no.
When set to yes, this will ensure that each pixel of an image gets mapped to a
pixel on the screen. Possible values are yes and no.
.TP
(perfect-mouse no)
If set to true, the X server is queried for the mouse's current position on
When set to yes, the X server is queried for the mouse's current position on
each motion event, rather than relying on the position hint. This means
painting with large brushes should be more accurate, but it may be slower.
Perversely, on some X servers turning on this option results in faster
@ -266,7 +267,7 @@ painting. Possible values are yes and no.
.TP
(cursor-mode tool-icon)
The cursor-mode property has no description. Possible values are tool-icon,
Sets the mode of cursor the GIMP will use. Possible values are tool-icon,
tool-crosshair and crosshair.
.TP
@ -279,7 +280,7 @@ yes and no.
.TP
(image-title-format "%f-%p.%i (%t)")
Set the text to appear in image window titles. Certain % character sequences
Sets the text to appear in image window titles. Certain % character sequences
are recognised and expanded as follows:
%% literal percent sign
@ -308,25 +309,25 @@ are recognised and expanded as follows:
.TP
(image-status-format "%f-%p.%i (%t)")
Set the text to appear in image window status bars. See image-title-format for
the list of possible % sequences. This is a string value.
Sets the text to appear in image window status bars. See image-title-format
for the list of possible % sequences. This is a string value.
.TP
(show-menubar no)
Set the menubar visibility. This can also be toggled with the View->Toggle
Sets the menubar visibility. This can also be toggled with the View->Toggle
Menubar command. Possible values are yes and no.
.TP
(show-rulers yes)
Set the ruler visibility. This can also be toggled with the View->Toggle
Sets the ruler visibility. This can also be toggled with the View->Toggle
Rulers command. Possible values are yes and no.
.TP
(show-statusbar yes)
Controlling statusbar visibility. This can also be toggled with the
Set to yes to make the statusbar visible. This can also be toggled with the
View->Toggle Statusbar command. Possible values are yes and no.
.TP
@ -338,42 +339,40 @@ are yes and no.
.TP
(monitor-xresolution 72.000000)
Set the monitor's horizontal resolution, in dots per inch. If set to 0,
Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
forces the X server to be queried for both horizontal and vertical resolution
information. This is a float value.
.TP
(monitor-yresolution 72.000000)
Set the monitor's vertical resolution, in dots per inch. If set to 0, forces
Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces
the X server to be queried for both horizontal and vertical resolution
information. This is a float value.
.TP
(monitor-resolution-from-windowing-system yes)
The monitor-resolution-from-windowing-system property has no description.
Possible values are yes and no.
Set to yes if the GIMP should use the monitor resolution from the windowing
system. Possible values are yes and no.
.TP
(navigation-preview-size medium)
The navigation-preview-size property has no description. Possible values are
none, tiny, extra-small, small, medium, large, extra-large, huge, enormous and
gigantic.
Sets the navigation preview size. Possible values are none, tiny,
extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
.TP
(canvas-padding-mode default)
The canvas-padding-mode property has no description. Possible values are
default, light-check, dark-check and custom.
Sets the canvas padding mode. Possible values are default, light-check,
dark-check and custom.
.TP
(canvas-padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))
The canvas-padding-color property has no description. The color is specified
in the form (color-rgba red green blue alpha) with channel values as floats
between 0.0 and 1.0.
Sets the canvas padding color. The color is specified in the form (color-rgba
red green blue alpha) with channel values as floats between 0.0 and 1.0.
.TP
(transparency-size medium-checks)
@ -384,7 +383,7 @@ values are small-checks, medium-checks and large-checks.
.TP
(transparency-type gray-checks)
Set the manner in which transparency is displayed in images. Possible values
Sets the manner in which transparency is displayed in images. Possible values
are light-checks, gray-checks, dark-checks, white-only, gray-only and
black-only.
@ -400,14 +399,14 @@ threshold. This is an integer value.
.TP
(info-window-per-display no)
The info-window-per-display property has no description. Possible values are
yes and no.
When set to yes, the GIMP will use a different info window per image view.
Possible values are yes and no.
.TP
(trust-dirty-flag no)
The trust-dirty-flag property has no description. Possible values are yes and
no.
When set to yes, the GIMP will not save if the image is unchanged since
opening it. Possible values are yes and no.
.TP
(save-device-status no)
@ -425,24 +424,24 @@ Possible values are yes and no.
.TP
(restore-session yes)
The restore-session property has no description. Possible values are yes and
Let GIMP try to restore your last saved session. Possible values are yes and
no.
.TP
(show-tips yes)
Set to display a handy GIMP tip on startup. Possible values are yes and no.
To display a handy GIMP tip on startup, set to yes. Possible values are yes
and no.
.TP
(show-tool-tips yes)
Set to display tooltips. Possible values are yes and no.
To display tooltips, set to yes. Possible values are yes and no.
.TP
(tearoff-menus yes)
The tearoff-menus property has no description. Possible values are yes and
no.
When set to yes, enables tear off menus. Possible values are yes and no.
.TP
(last-opened-size 4)
@ -453,27 +452,27 @@ integer value.
.TP
(max-new-image-size 32M)
The max-new-image-size property has no description. The integer size can
contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size
as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix
is specified the size defaults to being specified in kilobytes.
Sets the max-new-image-size limit. The integer size can contain a suffix of
'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the size
defaults to being specified in kilobytes.
.TP
(theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
The theme-path property has no description. This is a colon-separated list of
folders to search.
Sets the theme search path. This is a colon-separated list of folders to
search.
.TP
(use-help yes)
The use-help property has no description. Possible values are yes and no.
When set to no the F1 help binding will be disabled. Possible values are yes
and no.
.TP
(help-browser gimp)
The help-browser property has no description. Possible values are gimp and
netscape.
Sets the browser gimp-help will use. Possible values are gimp and netscape.
.TP
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")

View file

@ -12,18 +12,18 @@
# default value is used. If GIMP_DIRECTORY is not an absolute path,
# it is interpreted relative to your home directory.
# Set the temporary storage directory. Files will appear here during the
# course of running the gimp. Most files will disappear when the gimp exits,
# but some files are likely to remain, such as working palette files, so it is
# best if this directory not be one that is shared by other users or is
# Sets the temporary storage directory. Files will appear here during the
# course of running the GIMP. Most files will disappear when the GIMP exits,
# but some files are likely to remain, such as working palette files, so it
# is best if this directory not be one that is shared by other users or is
# cleared on machine reboot such as /tmp. This is a single folder.
#
# (temp-path "${gimp_dir}/tmp")
# Set the swap file location. The gimp uses a tile based memory allocation
# Sets the swap file location. The gimp uses a tile based memory allocation
# scheme. The swap file is used to quickly and easily swap tiles out to disk
# and back in. Be aware that the swap file can easily get very large if the
# gimp is used with large images. Also, things can get horribly slow if the
# GIMP is used with large images. Also, things can get horribly slow if the
# swap file is created on a directory that is mounted over NFS. For these
# reasons, it may be desirable to put your swap file in "/tmp". This is a
# single folder.
@ -31,128 +31,133 @@
# (swap-path "${gimp_dir}")
# There is always a tradeoff between memory usage and speed. In most cases,
# the GIMP opts for speed over memory. However, if memory is a big issue, set
# stingy-memory-use. Possible values are yes and no.
# the GIMP opts for speed over memory. However, if memory is a big issue,
# set stingy-memory-use to yes. Possible values are yes and no.
#
# (stingy-memory-use no)
# On multiprocessor machines, if GIMP has been compiled with --enable-mp this
# sets how many processors GIMP should use simultaneously. This is an integer
# value.
# sets how many processors GIMP should use simultaneously. This is an
# integer value.
#
# (num-processors 1)
# The tile cache is used to make sure the gimp doesn't thrash tiles between
# memory and disk. Setting this value higher will cause the gimp to use less
# swap space, but will also cause the gimp to use more memory. Conversely, a
# smaller cache size causes the gimp to use more swap space and less memory.
# The tile cache is used to make sure the GIMP doesn't thrash tiles between
# memory and disk. Setting this value higher will cause the GIMP to use less
# swap space, but will also cause the GIMP to use more memory. Conversely, a
# smaller cache size causes the GIMP to use more swap space and less memory.
# The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes
# GIMP interpret the size as being specified in bytes, kilobytes, megabytes or
# gigabytes. If no suffix is specified the size defaults to being specified in
# kilobytes.
# GIMP interpret the size as being specified in bytes, kilobytes, megabytes
# or gigabytes. If no suffix is specified the size defaults to being
# specified in kilobytes.
#
# (tile-cache-size 32M)
# Set the level of interpolation used for scaling and other transformations.
# Possible values are none, linear and cubic.
# Sets the level of interpolation used for scaling and other transformations.
# Possible values are none, linear and cubic.
#
# (interpolation-type linear)
# Set the plug-in search path. This is a colon-separated list of folders to
# Sets the plug-in search path. This is a colon-separated list of folders to
# search.
#
# (plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
# tool-plug-in-path This is a colon-separated list of folders to search.
# Sets the tool-plug-in search path. This is a colon-separated list of
# folders to search.
#
# (tool-plug-in-path "${gimp_dir}/tool-plug-ins:${gimp_plug_in_dir}/tool-plug-ins")
# Set the module search path. This is a colon-separated list of folders to
# Sets the module search path. This is a colon-separated list of folders to
# search.
#
# (module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
# environ-path This is a colon-separated list of folders to search.
# Sets the environ search path. This is a colon-separated list of folders to
# search.
#
# (environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
# Set the brush search path. This is a colon-separated list of folders to
# Sets the brush search path. This is a colon-separated list of folders to
# search.
#
# (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
# Set the pattern search path. This is a colon-separated list of folders to
# Sets the pattern search path. This is a colon-separated list of folders to
# search.
#
# (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
# Set the palette search path. This is a colon-separated list of folders to
# Sets the palette search path. This is a colon-separated list of folders to
# search.
#
# (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
# Set the gradient search path. This is a colon-separated list of folders to
# search.
# Sets the gradient search path. This is a colon-separated list of folders
# to search.
#
# (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
# default-comment This is a string value.
# Sets the default comment. This is a string value.
#
# (default-comment "Created with The GIMP")
# Set the default image type in the File/New dialog. Possible values are rgb,
# gray and indexed.
# Sets the default image type in the File/New dialog. Possible values are
# rgb, gray and indexed.
#
# (default-image-type rgb)
# Set the default image width in the File/New dialog. This is an integer
# Sets the default image width in the File/New dialog. This is an integer
# value.
#
# (default-image-width 256)
# Set the default image height in the File/New dialog. This is an integer
# Sets the default image height in the File/New dialog. This is an integer
# value.
#
# (default-image-height 256)
# Set the default unit for new images and for the File/New dialog. This units
# will be used for coordinate display when not in dot-for-dot mode. The unit
# can be one inches, millimeters, points or picas plus those in your user
# units database.
# Sets the default unit for new images and for the File/New dialog. This
# units will be used for coordinate display when not in dot-for-dot mode.
# The unit can be one inches, millimeters, points or picas plus those in your
# user units database.
#
# (default-unit inches)
# Set the default horizontal resolution for new images and for the File/New
# dialog. This value is always in dpi (dots per inch). This is a float value.
# Sets the default horizontal resolution for new images and for the File/New
# dialog. This value is always in dpi (dots per inch). This is a float
# value.
#
# (default-xresolution 72.000000)
# Set the default vertical resolution for new images and for the File/New
# dialog. This value is always in dpi (dots per inch). This is a float value.
# Sets the default vertical resolution for new images and for the File/New
# dialog. This value is always in dpi (dots per inch). This is a float
# value.
#
# (default-yresolution 72.000000)
# Set the units for the display of the default resolution in the File/New
# dialog. The unit can be one inches, millimeters, points or picas plus those
# in your user units database.
# Sets the units for the display of the default resolution in the File/New
# dialog. The unit can be one inches, millimeters, points or picas plus
# those in your user units database.
#
# (default-resolution-unit inches)
# Set the number of operations kept on the undo stack. This is an integer
# Sets the number of operations kept on the undo stack. This is an integer
# value.
#
# (undo-levels 5)
# pluginrc-path This is a single filename.
# Sets the pluginrc search path. This is a single filename.
#
# (pluginrc-path "${gimp_dir}/pluginrc")
# Set the default preview size. Possible values are none, tiny, extra-small,
# small, medium, large, extra-large, huge, enormous and gigantic.
# Sets the default preview size. Possible values are none, tiny,
# extra-small, small, medium, large, extra-large, huge, enormous and
# gigantic.
#
# (preview-size small)
# thumbnail-size Possible values are none, normal and large.
# Sets the thumbnail size. Possible values are none, normal and large.
#
# (thumbnail-size normal)
@ -165,7 +170,8 @@
#
# (install-colormap no)
# min-colors This is an integer value.
# Generally only a concern for 8-bit displays, this sets the minimum number
# of colors. This is an integer value.
#
# (min-colors 144)
@ -182,29 +188,31 @@
#
# (colormap-cycling no)
# When zooming into and out of images, this option enables the automatic
# resizing of windows. Possible values are yes and no.
# When zooming into and out of images, this setting this option to yes
# enables the automatic resizing of windows. Possible values are yes and no.
#
# (resize-windows-on-zoom no)
# When the physical image size changes, this option enables the automatic
# resizing of windows. Possible values are yes and no.
# When the physical image size changes, setting this option to yes enables
# the automatic resizing of windows. Possible values are yes and no.
#
# (resize-windows-on-resize no)
# default-dot-for-dot Possible values are yes and no.
# When set to yes, this will ensure that each pixel of an image gets mapped
# to a pixel on the screen. Possible values are yes and no.
#
# (default-dot-for-dot yes)
# If set to true, the X server is queried for the mouse's current position on
# each motion event, rather than relying on the position hint. This means
# When set to yes, the X server is queried for the mouse's current position
# on each motion event, rather than relying on the position hint. This means
# painting with large brushes should be more accurate, but it may be slower.
# Perversely, on some X servers turning on this option results in faster
# painting. Possible values are yes and no.
#
# (perfect-mouse no)
# cursor-mode Possible values are tool-icon, tool-crosshair and crosshair.
# Sets the mode of cursor the GIMP will use. Possible values are tool-icon,
# tool-crosshair and crosshair.
#
# (cursor-mode tool-icon)
@ -214,7 +222,7 @@
#
# (cursor-updating yes)
# Set the text to appear in image window titles. Certain % character
# Sets the text to appear in image window titles. Certain % character
# sequences are recognised and expanded as follows:
#
# %% literal percent sign
@ -242,22 +250,22 @@
#
# (image-title-format "%f-%p.%i (%t)")
# Set the text to appear in image window status bars. See image-title-format
# Sets the text to appear in image window status bars. See image-title-format
# for the list of possible % sequences. This is a string value.
#
# (image-status-format "%f-%p.%i (%t)")
# Set the menubar visibility. This can also be toggled with the View->Toggle
# Sets the menubar visibility. This can also be toggled with the View->Toggle
# Menubar command. Possible values are yes and no.
#
# (show-menubar no)
# Set the ruler visibility. This can also be toggled with the View->Toggle
# Sets the ruler visibility. This can also be toggled with the View->Toggle
# Rulers command. Possible values are yes and no.
#
# (show-rulers yes)
# Controlling statusbar visibility. This can also be toggled with the
# Set to yes to make the statusbar visible. This can also be toggled with the
# View->Toggle Statusbar command. Possible values are yes and no.
#
# (show-statusbar yes)
@ -267,34 +275,37 @@
#
# (confirm-on-close yes)
# Set the monitor's horizontal resolution, in dots per inch. If set to 0,
# Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
# forces the X server to be queried for both horizontal and vertical
# resolution information. This is a float value.
#
# (monitor-xresolution 72.000000)
# Set the monitor's vertical resolution, in dots per inch. If set to 0,
# Sets the monitor's vertical resolution, in dots per inch. If set to 0,
# forces the X server to be queried for both horizontal and vertical
# resolution information. This is a float value.
#
# (monitor-yresolution 72.000000)
# monitor-resolution-from-windowing-system Possible values are yes and no.
# Set to yes if the GIMP should use the monitor resolution from the windowing
# system. Possible values are yes and no.
#
# (monitor-resolution-from-windowing-system yes)
# navigation-preview-size Possible values are none, tiny, extra-small, small,
# medium, large, extra-large, huge, enormous and gigantic.
# Sets the navigation preview size. Possible values are none, tiny,
# extra-small, small, medium, large, extra-large, huge, enormous and
# gigantic.
#
# (navigation-preview-size medium)
# canvas-padding-mode Possible values are default, light-check, dark-check
# and custom.
# Sets the canvas padding mode. Possible values are default, light-check,
# dark-check and custom.
#
# (canvas-padding-mode default)
# canvas-padding-color The color is specified in the form (color-rgba red
# green blue alpha) with channel values as floats between 0.0 and 1.0.
# Sets the canvas padding color. The color is specified in the form
# (color-rgba red green blue alpha) with channel values as floats between 0.0
# and 1.0.
#
# (canvas-padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))
@ -303,25 +314,27 @@
#
# (transparency-size medium-checks)
# Set the manner in which transparency is displayed in images. Possible
# values are light-checks, gray-checks, dark-checks, white-only, gray-only and
# black-only.
# Sets the manner in which transparency is displayed in images. Possible
# values are light-checks, gray-checks, dark-checks, white-only, gray-only
# and black-only.
#
# (transparency-type gray-checks)
# Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
# algorithm. The seed fill starts at the intially selected pixel and
# progresses in all directions until the difference of pixel intensity from
# the original is greater than a specified threshold. This value represents
# the default threshold. This is an integer value.
# Tools such as fuzzy-select and bucket fill find regions based on a
# seed-fill algorithm. The seed fill starts at the intially selected pixel
# and progresses in all directions until the difference of pixel intensity
# from the original is greater than a specified threshold. This value
# represents the default threshold. This is an integer value.
#
# (default-threshold 15)
# info-window-per-display Possible values are yes and no.
# When set to yes, the GIMP will use a different info window per image view.
# Possible values are yes and no.
#
# (info-window-per-display no)
# trust-dirty-flag Possible values are yes and no.
# When set to yes, the GIMP will not save if the image is unchanged since
# opening it. Possible values are yes and no.
#
# (trust-dirty-flag no)
@ -336,19 +349,21 @@
#
# (save-session-info yes)
# restore-session Possible values are yes and no.
# Let GIMP try to restore your last saved session. Possible values are yes
# and no.
#
# (restore-session yes)
# Set to display a handy GIMP tip on startup. Possible values are yes and no.
# To display a handy GIMP tip on startup, set to yes. Possible values are
# yes and no.
#
# (show-tips yes)
# Set to display tooltips. Possible values are yes and no.
# To display tooltips, set to yes. Possible values are yes and no.
#
# (show-tool-tips yes)
# tearoff-menus Possible values are yes and no.
# When set to yes, enables tear off menus. Possible values are yes and no.
#
# (tearoff-menus yes)
@ -357,22 +372,25 @@
#
# (last-opened-size 4)
# max-new-image-size The integer size can contain a suffix of 'B', 'K', 'M'
# or 'G' which makes GIMP interpret the size as being specified in bytes,
# kilobytes, megabytes or gigabytes. If no suffix is specified the size
# defaults to being specified in kilobytes.
# Sets the max-new-image-size limit. The integer size can contain a suffix
# of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
# specified the size defaults to being specified in kilobytes.
#
# (max-new-image-size 32M)
# theme-path This is a colon-separated list of folders to search.
# Sets the theme search path. This is a colon-separated list of folders to
# search.
#
# (theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
# use-help Possible values are yes and no.
# When set to no the F1 help binding will be disabled. Possible values are
# yes and no.
#
# (use-help yes)
# help-browser Possible values are gimp and netscape.
# Sets the browser gimp-help will use. Possible values are gimp and
# netscape.
#
# (help-browser gimp)