Re: [Gimp-user] gimprc in 2.10



* Nivek <forums gimpusers com> [01-28-20 19:55]:
From: gimp-user-list <gimp-user-list-bounces gnome org> on behalf of
Maurizio Loreti <maurizio loreti gmail com>

You need to look for the system-wide gimprc, (mine is at  C:\Program
Files\GIMP
2.10\etc\gimp\2.0\gimprc<https://mail.gnome.org/archives/gimp-user-list>)
In there you will find examples of all the things you can set.

I believe what you are try to set is now included as part of
default-view and default-fullscreen-view :
# Sets the default settings for the image view.  This is a parameter
list.
#
# (default-view
#     (show-menubar yes)
#     (show-statusbar yes)
#     (show-rulers yes)
#     (show-scrollbars yes)
#     (show-selection yes)
#     (show-layer-boundary yes)
#     (show-guides yes)
#     (show-grid no)
#     (show-sample-points yes)
#     (snap-to-guides yes)
#     (snap-to-grid no)
#     (snap-to-canvas no)
#     (snap-to-path no)
#     (padding-mode default)
#     (padding-color (color-rgb 1.000000 1.000000 1.000000)))

# Sets the default settings used when an image is viewed in fullscreen
mode.
# This is a parameter list.
#
# (default-fullscreen-view
#     (show-menubar yes)
#     (show-statusbar yes)
#     (show-rulers yes)
#     (show-scrollbars yes)
#     (show-selection yes)
#     (show-layer-boundary yes)
#     (show-guides yes)
#     (show-grid no)
#     (show-sample-points yes)
#     (snap-to-guides yes)
#     (snap-to-grid no)
#     (snap-to-canvas no)
#     (snap-to-path no)
#     (padding-mode default)
#     (padding-color (color-rgb 1.000000 1.000000 1.000000)))


So, does this mean that lines with # at the start are no longer comments and now
actual code? Or had it always been that way?

usually when a setting is indicated and commented out, means that is
default and is set, ie:

# (snap-to-path no)
snap-to-path is set to "no" and that is default.

-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo               paka @ IRCnet freenode


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]