Re: [Gimp-user] gimprc in 2.10
- From: Kevin Payne <paynekj hotmail com>
- To: Maurizio Loreti <maurizio loreti gmail com>, "gimp-user-list gnome org" <gimp-user-list gnome org>
- Subject: Re: [Gimp-user] gimprc in 2.10
- Date: Tue, 22 May 2018 11:00:53 +0000
From: gimp-user-list <gimp-user-list-bounces gnome org> on behalf of Maurizio Loreti <maurizio loreti gmail
com>
Hello -
I installed gimp 2.10.0 on my iMac; and edited the related gimprc inserting the two lines
(default-snap-to-grid no)
(default-snap-to-canvas yes)
But these lines have no effect in 2.10 (but worked in 2.8). What did I miss? Where may I find the commands
allowed in >gimprc?
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)))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]