summaryrefslogtreecommitdiffstats
path: root/app/tests/gimpdir/sessionrc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
commit5c1676dfe6d2f3c837a5e074117b45613fd29a72 (patch)
treecbffb45144febf451e54061db2b21395faf94bfe /app/tests/gimpdir/sessionrc
parentInitial commit. (diff)
downloadgimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.tar.xz
gimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.zip
Adding upstream version 2.10.34.upstream/2.10.34upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'app/tests/gimpdir/sessionrc')
-rw-r--r--app/tests/gimpdir/sessionrc117
1 files changed, 117 insertions, 0 deletions
diff --git a/app/tests/gimpdir/sessionrc b/app/tests/gimpdir/sessionrc
new file mode 100644
index 0000000..e23b5e9
--- /dev/null
+++ b/app/tests/gimpdir/sessionrc
@@ -0,0 +1,117 @@
+# GIMP sessionrc
+#
+# This file takes session-specific info (that is info, you want to keep
+# between two GIMP sessions). You are not supposed to edit it manually, but
+# of course you can do. The sessionrc will be entirely rewritten every time
+# you quit GIMP. If this file isn't found, defaults are used.
+
+(session-info "toplevel"
+ (factory-entry "gimp-dock-window")
+ (position 565 170)
+ (size 210 535)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "false")
+ (follow-active-image "true"))
+ (gimp-dock
+ (book
+ (current-page 0)
+ (dockable "gimp-layer-list"
+ (tab-style icon)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true"))))
+ (book
+ (position 290)
+ (current-page 0)
+ (dockable "gimp-brush-grid"
+ (tab-style preview)
+ (aux-info
+ (show-button-bar "true"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-dock-window")
+ (position 140 290)
+ (size 445 300)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "false")
+ (follow-active-image "true"))
+ (gimp-dock
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style icon)
+ (aux-info
+ (show-button-bar "true")))))
+ (gimp-dock
+ (position 230)
+ (book
+ (current-page 0)
+ (dockable "gimp-device-status"
+ (tab-style icon)
+ (aux-info
+ (show-button-bar "true"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-dock-window")
+ (position 795 45)
+ (size 200 265)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "true")
+ (follow-active-image "true"))
+ (gimp-dock
+ (book
+ (current-page 1)
+ (dockable "gimp-pattern-grid"
+ (tab-style preview)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-gradient-list"
+ (tab-style preview)
+ (aux-info
+ (show-button-bar "true"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-dock-window")
+ (position 805 345)
+ (size 200 450)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "true")
+ (follow-active-image "true"))
+ (gimp-dock
+ (book
+ (current-page 0)
+ (dockable "gimp-channel-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true"))))
+ (book
+ (position 200)
+ (current-page 0)
+ (dockable "gimp-palette-editor"
+ (tab-style icon)
+ (aux-info
+ (show-button-bar "true")
+ (edit-active "true")
+ (current-data "Color History")
+ (zoom-factor "2.80"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-file-open-dialog")
+ (position 390 140)
+ (size 900 815))
+(session-info "toplevel"
+ (factory-entry "gimp-image-new-dialog")
+ (position 100 100))
+(session-info "toplevel"
+ (factory-entry "gimp-empty-image-window")
+ (position 140 30)
+ (size 610 190))
+(session-info "toplevel"
+ (factory-entry "gimp-single-image-window")
+ (position 10 40)
+ (size 900 600))
+
+(last-tip-shown 0)
+
+# end of sessionrc