[Gimp-user] gimprc in 2.10



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?

-- 
Nivek (via www.gimpusers.com/forums)


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