mirror of https://github.com/GNOME/gimp.git
Regenerate gimprc
This commit is contained in:
parent
cc7e372a84
commit
5a8c46840b
|
@ -109,7 +109,7 @@ search.
|
||||||
.TP
|
.TP
|
||||||
(brush-path-writable "${gimp_dir}/brushes")
|
(brush-path-writable "${gimp_dir}/brushes")
|
||||||
|
|
||||||
This is a colon-separated list of folders to search.
|
This is a colon-separated list of folders to search.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
|
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
|
||||||
|
@ -120,7 +120,7 @@ search.
|
||||||
.TP
|
.TP
|
||||||
(pattern-path-writable "${gimp_dir}/patterns")
|
(pattern-path-writable "${gimp_dir}/patterns")
|
||||||
|
|
||||||
This is a colon-separated list of folders to search.
|
This is a colon-separated list of folders to search.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
|
(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
|
||||||
|
@ -131,7 +131,7 @@ search.
|
||||||
.TP
|
.TP
|
||||||
(palette-path-writable "${gimp_dir}/palettes")
|
(palette-path-writable "${gimp_dir}/palettes")
|
||||||
|
|
||||||
This is a colon-separated list of folders to search.
|
This is a colon-separated list of folders to search.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
|
(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
|
||||||
|
@ -142,7 +142,7 @@ search.
|
||||||
.TP
|
.TP
|
||||||
(gradient-path-writable "${gimp_dir}/gradients")
|
(gradient-path-writable "${gimp_dir}/gradients")
|
||||||
|
|
||||||
This is a colon-separated list of folders to search.
|
This is a colon-separated list of folders to search.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
|
(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
|
||||||
|
@ -388,7 +388,7 @@ are yes and no.
|
||||||
|
|
||||||
When enabled, the X server is queried for the mouse's current position on each
|
When enabled, 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
|
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,
|
with large brushes should be more accurate, but it may be slower. Conversely,
|
||||||
on some X servers enabling this option results in faster painting. Possible
|
on some X servers enabling this option results in faster painting. Possible
|
||||||
values are yes and no.
|
values are yes and no.
|
||||||
|
|
||||||
|
@ -816,8 +816,9 @@ web-browser.
|
||||||
|
|
||||||
Sets the external web browser to be used. This can be an absolute path or the
|
Sets the external web browser to be used. This can be an absolute path or the
|
||||||
name of an executable to search for in the user's PATH. If the command
|
name of an executable to search for in the user's PATH. If the command
|
||||||
contains '%s' it will be replaced with the URL, else the URL will be appended
|
contains '%s' it will be replaced with the URL, otherwise the URL will be
|
||||||
to the command with a space separating the two. This is a single filename.
|
appended to the command with a space separating the two. This is a single
|
||||||
|
filename.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(user-manual-online no)
|
(user-manual-online no)
|
||||||
|
@ -920,4 +921,4 @@ System-wide configuration file
|
||||||
Per-user configuration file
|
Per-user configuration file
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gimp (1),
|
.BR gimp (1)
|
||||||
|
|
12
etc/gimprc
12
etc/gimprc
|
@ -74,7 +74,7 @@
|
||||||
#
|
#
|
||||||
# (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
|
# (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
|
||||||
|
|
||||||
# This is a colon-separated list of folders to search.
|
# This is a colon-separated list of folders to search.
|
||||||
#
|
#
|
||||||
# (brush-path-writable "${gimp_dir}/brushes")
|
# (brush-path-writable "${gimp_dir}/brushes")
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
#
|
#
|
||||||
# (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
|
# (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
|
||||||
|
|
||||||
# This is a colon-separated list of folders to search.
|
# This is a colon-separated list of folders to search.
|
||||||
#
|
#
|
||||||
# (pattern-path-writable "${gimp_dir}/patterns")
|
# (pattern-path-writable "${gimp_dir}/patterns")
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
#
|
#
|
||||||
# (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
|
# (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
|
||||||
|
|
||||||
# This is a colon-separated list of folders to search.
|
# This is a colon-separated list of folders to search.
|
||||||
#
|
#
|
||||||
# (palette-path-writable "${gimp_dir}/palettes")
|
# (palette-path-writable "${gimp_dir}/palettes")
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
#
|
#
|
||||||
# (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
|
# (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
|
||||||
|
|
||||||
# This is a colon-separated list of folders to search.
|
# This is a colon-separated list of folders to search.
|
||||||
#
|
#
|
||||||
# (gradient-path-writable "${gimp_dir}/gradients")
|
# (gradient-path-writable "${gimp_dir}/gradients")
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@
|
||||||
# When enabled, the X server is queried for the mouse's current position on
|
# When enabled, the X server is queried for the mouse's current position on
|
||||||
# each motion event, rather than relying on the position hint. This means
|
# 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.
|
# painting with large brushes should be more accurate, but it may be slower.
|
||||||
# Perversely, on some X servers enabling this option results in faster
|
# Conversely, on some X servers enabling this option results in faster
|
||||||
# painting. Possible values are yes and no.
|
# painting. Possible values are yes and no.
|
||||||
#
|
#
|
||||||
# (perfect-mouse yes)
|
# (perfect-mouse yes)
|
||||||
|
@ -641,7 +641,7 @@
|
||||||
|
|
||||||
# Sets the external web browser to be used. This can be an absolute path or
|
# Sets the external web browser to be used. This can be an absolute path or
|
||||||
# the name of an executable to search for in the user's PATH. If the command
|
# the name of an executable to search for in the user's PATH. If the command
|
||||||
# contains '%s' it will be replaced with the URL, else the URL will be
|
# contains '%s' it will be replaced with the URL, otherwise the URL will be
|
||||||
# appended to the command with a space separating the two. This is a single
|
# appended to the command with a space separating the two. This is a single
|
||||||
# filename.
|
# filename.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue