summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/Makefile.am17
-rw-r--r--etc/Makefile.in819
-rw-r--r--etc/controllerrc64
-rw-r--r--etc/gimprc.in1177
-rw-r--r--etc/gtkrc37
-rw-r--r--etc/menurc3
-rw-r--r--etc/sessionrc85
-rw-r--r--etc/templaterc383
-rw-r--r--etc/toolrc185
-rw-r--r--etc/unitrc54
10 files changed, 2824 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
new file mode 100644
index 0000000..b86ea09
--- /dev/null
+++ b/etc/Makefile.am
@@ -0,0 +1,17 @@
+## Makefile.am for gimp/etc
+
+gimpsysconf = \
+ controllerrc \
+ gtkrc \
+ menurc \
+ sessionrc \
+ templaterc \
+ toolrc \
+ unitrc
+
+gimpsysconf_DATA = \
+ $(gimpsysconf) \
+ gimprc
+
+EXTRA_DIST = \
+ $(gimpsysconf)
diff --git a/etc/Makefile.in b/etc/Makefile.in
new file mode 100644
index 0000000..c68066a
--- /dev/null
+++ b/etc/Makefile.in
@@ -0,0 +1,819 @@
+# Makefile.in generated by automake 1.16.3 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
+am__make_running_with_option = \
+ case $${target_option-} in \
+ ?) ;; \
+ *) echo "am__make_running_with_option: internal error: invalid" \
+ "target option '$${target_option-}' specified" >&2; \
+ exit 1;; \
+ esac; \
+ has_opt=no; \
+ sane_makeflags=$$MAKEFLAGS; \
+ if $(am__is_gnu_make); then \
+ sane_makeflags=$$MFLAGS; \
+ else \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ bs=\\; \
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
+ esac; \
+ fi; \
+ skip_next=no; \
+ strip_trailopt () \
+ { \
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+ }; \
+ for flg in $$sane_makeflags; do \
+ test $$skip_next = yes && { skip_next=no; continue; }; \
+ case $$flg in \
+ *=*|--*) continue;; \
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
+ -*I?*) strip_trailopt 'I';; \
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
+ -*O?*) strip_trailopt 'O';; \
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
+ -*l?*) strip_trailopt 'l';; \
+ -[dEDm]) skip_next=yes;; \
+ -[JT]) skip_next=yes;; \
+ esac; \
+ case $$flg in \
+ *$$target_option*) has_opt=yes; break;; \
+ esac; \
+ done; \
+ test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = etc
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/m4macros/alsa.m4 \
+ $(top_srcdir)/m4macros/ax_compare_version.m4 \
+ $(top_srcdir)/m4macros/ax_cxx_compile_stdcxx.m4 \
+ $(top_srcdir)/m4macros/ax_gcc_func_attribute.m4 \
+ $(top_srcdir)/m4macros/ax_prog_cc_for_build.m4 \
+ $(top_srcdir)/m4macros/ax_prog_perl_version.m4 \
+ $(top_srcdir)/m4macros/detectcflags.m4 \
+ $(top_srcdir)/m4macros/pythondev.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = gimprc
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo " GEN " $@;
+am__v_GEN_1 =
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 =
+SOURCES =
+DIST_SOURCES =
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
+am__installdirs = "$(DESTDIR)$(gimpsysconfdir)"
+DATA = $(gimpsysconf_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gimprc.in
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+AA_LIBS = @AA_LIBS@
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+ALL_LINGUAS = @ALL_LINGUAS@
+ALSA_CFLAGS = @ALSA_CFLAGS@
+ALSA_LIBS = @ALSA_LIBS@
+ALTIVEC_EXTRA_CFLAGS = @ALTIVEC_EXTRA_CFLAGS@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+APPSTREAM_UTIL = @APPSTREAM_UTIL@
+AR = @AR@
+AS = @AS@
+ATK_CFLAGS = @ATK_CFLAGS@
+ATK_LIBS = @ATK_LIBS@
+ATK_REQUIRED_VERSION = @ATK_REQUIRED_VERSION@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BABL_CFLAGS = @BABL_CFLAGS@
+BABL_LIBS = @BABL_LIBS@
+BABL_REQUIRED_VERSION = @BABL_REQUIRED_VERSION@
+BUG_REPORT_URL = @BUG_REPORT_URL@
+BUILD_EXEEXT = @BUILD_EXEEXT@
+BUILD_OBJEXT = @BUILD_OBJEXT@
+BZIP2_LIBS = @BZIP2_LIBS@
+CAIRO_CFLAGS = @CAIRO_CFLAGS@
+CAIRO_LIBS = @CAIRO_LIBS@
+CAIRO_PDF_CFLAGS = @CAIRO_PDF_CFLAGS@
+CAIRO_PDF_LIBS = @CAIRO_PDF_LIBS@
+CAIRO_PDF_REQUIRED_VERSION = @CAIRO_PDF_REQUIRED_VERSION@
+CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCAS = @CCAS@
+CCASDEPMODE = @CCASDEPMODE@
+CCASFLAGS = @CCASFLAGS@
+CCDEPMODE = @CCDEPMODE@
+CC_FOR_BUILD = @CC_FOR_BUILD@
+CC_VERSION = @CC_VERSION@
+CFLAGS = @CFLAGS@
+CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
+CPP_FOR_BUILD = @CPP_FOR_BUILD@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DESKTOP_DATADIR = @DESKTOP_DATADIR@
+DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
+DLLTOOL = @DLLTOOL@
+DOC_SHOOTER = @DOC_SHOOTER@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+FILE_AA = @FILE_AA@
+FILE_EXR = @FILE_EXR@
+FILE_HEIF = @FILE_HEIF@
+FILE_JP2_LOAD = @FILE_JP2_LOAD@
+FILE_JPEGXL = @FILE_JPEGXL@
+FILE_MNG = @FILE_MNG@
+FILE_PDF_SAVE = @FILE_PDF_SAVE@
+FILE_PS = @FILE_PS@
+FILE_WMF = @FILE_WMF@
+FILE_XMC = @FILE_XMC@
+FILE_XPM = @FILE_XPM@
+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
+FONTCONFIG_REQUIRED_VERSION = @FONTCONFIG_REQUIRED_VERSION@
+FREETYPE2_REQUIRED_VERSION = @FREETYPE2_REQUIRED_VERSION@
+FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
+FREETYPE_LIBS = @FREETYPE_LIBS@
+GDBUS_CODEGEN = @GDBUS_CODEGEN@
+GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
+GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
+GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
+GDK_PIXBUF_REQUIRED_VERSION = @GDK_PIXBUF_REQUIRED_VERSION@
+GEGL = @GEGL@
+GEGL_CFLAGS = @GEGL_CFLAGS@
+GEGL_LIBS = @GEGL_LIBS@
+GEGL_MAJOR_MINOR_VERSION = @GEGL_MAJOR_MINOR_VERSION@
+GEGL_REQUIRED_VERSION = @GEGL_REQUIRED_VERSION@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GEXIV2_CFLAGS = @GEXIV2_CFLAGS@
+GEXIV2_LIBS = @GEXIV2_LIBS@
+GEXIV2_REQUIRED_VERSION = @GEXIV2_REQUIRED_VERSION@
+GIMP_API_VERSION = @GIMP_API_VERSION@
+GIMP_APP_VERSION = @GIMP_APP_VERSION@
+GIMP_BINARY_AGE = @GIMP_BINARY_AGE@
+GIMP_COMMAND = @GIMP_COMMAND@
+GIMP_DATA_VERSION = @GIMP_DATA_VERSION@
+GIMP_FULL_NAME = @GIMP_FULL_NAME@
+GIMP_INTERFACE_AGE = @GIMP_INTERFACE_AGE@
+GIMP_MAJOR_VERSION = @GIMP_MAJOR_VERSION@
+GIMP_MICRO_VERSION = @GIMP_MICRO_VERSION@
+GIMP_MINOR_VERSION = @GIMP_MINOR_VERSION@
+GIMP_MKENUMS = @GIMP_MKENUMS@
+GIMP_MODULES = @GIMP_MODULES@
+GIMP_PACKAGE_REVISION = @GIMP_PACKAGE_REVISION@
+GIMP_PKGCONFIG_VERSION = @GIMP_PKGCONFIG_VERSION@
+GIMP_PLUGINS = @GIMP_PLUGINS@
+GIMP_PLUGIN_VERSION = @GIMP_PLUGIN_VERSION@
+GIMP_REAL_VERSION = @GIMP_REAL_VERSION@
+GIMP_RELEASE = @GIMP_RELEASE@
+GIMP_SYSCONF_VERSION = @GIMP_SYSCONF_VERSION@
+GIMP_TOOL_VERSION = @GIMP_TOOL_VERSION@
+GIMP_UNSTABLE = @GIMP_UNSTABLE@
+GIMP_USER_VERSION = @GIMP_USER_VERSION@
+GIMP_VERSION = @GIMP_VERSION@
+GIO_CFLAGS = @GIO_CFLAGS@
+GIO_LIBS = @GIO_LIBS@
+GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
+GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
+GIO_WINDOWS_CFLAGS = @GIO_WINDOWS_CFLAGS@
+GIO_WINDOWS_LIBS = @GIO_WINDOWS_LIBS@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_LIBS = @GLIB_LIBS@
+GLIB_MKENUMS = @GLIB_MKENUMS@
+GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
+GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@
+GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GOBJECT_QUERY = @GOBJECT_QUERY@
+GREP = @GREP@
+GS_LIBS = @GS_LIBS@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
+GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
+GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
+GTKDOC_MKPDF = @GTKDOC_MKPDF@
+GTKDOC_REBASE = @GTKDOC_REBASE@
+GTK_CFLAGS = @GTK_CFLAGS@
+GTK_LIBS = @GTK_LIBS@
+GTK_MAC_INTEGRATION_CFLAGS = @GTK_MAC_INTEGRATION_CFLAGS@
+GTK_MAC_INTEGRATION_LIBS = @GTK_MAC_INTEGRATION_LIBS@
+GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
+GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
+GUDEV_CFLAGS = @GUDEV_CFLAGS@
+GUDEV_LIBS = @GUDEV_LIBS@
+HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@
+HARFBUZZ_LIBS = @HARFBUZZ_LIBS@
+HARFBUZZ_REQUIRED_VERSION = @HARFBUZZ_REQUIRED_VERSION@
+HAVE_CXX14 = @HAVE_CXX14@
+HAVE_FINITE = @HAVE_FINITE@
+HAVE_ISFINITE = @HAVE_ISFINITE@
+HAVE_VFORK = @HAVE_VFORK@
+HOST_GLIB_COMPILE_RESOURCES = @HOST_GLIB_COMPILE_RESOURCES@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_REQUIRED_VERSION = @INTLTOOL_REQUIRED_VERSION@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
+ISO_CODES_LOCALEDIR = @ISO_CODES_LOCALEDIR@
+ISO_CODES_LOCATION = @ISO_CODES_LOCATION@
+JPEG_LIBS = @JPEG_LIBS@
+JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
+JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
+JXL_CFLAGS = @JXL_CFLAGS@
+JXL_LIBS = @JXL_LIBS@
+JXL_THREADS_CFLAGS = @JXL_THREADS_CFLAGS@
+JXL_THREADS_LIBS = @JXL_THREADS_LIBS@
+LCMS_CFLAGS = @LCMS_CFLAGS@
+LCMS_LIBS = @LCMS_LIBS@
+LCMS_REQUIRED_VERSION = @LCMS_REQUIRED_VERSION@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
+LIBBACKTRACE_LIBS = @LIBBACKTRACE_LIBS@
+LIBHEIF_CFLAGS = @LIBHEIF_CFLAGS@
+LIBHEIF_LIBS = @LIBHEIF_LIBS@
+LIBHEIF_REQUIRED_VERSION = @LIBHEIF_REQUIRED_VERSION@
+LIBJXL_REQUIRED_VERSION = @LIBJXL_REQUIRED_VERSION@
+LIBLZMA_REQUIRED_VERSION = @LIBLZMA_REQUIRED_VERSION@
+LIBMYPAINT_CFLAGS = @LIBMYPAINT_CFLAGS@
+LIBMYPAINT_LIBS = @LIBMYPAINT_LIBS@
+LIBMYPAINT_REQUIRED_VERSION = @LIBMYPAINT_REQUIRED_VERSION@
+LIBOBJS = @LIBOBJS@
+LIBPNG_REQUIRED_VERSION = @LIBPNG_REQUIRED_VERSION@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
+LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
+LIBUNWIND_REQUIRED_VERSION = @LIBUNWIND_REQUIRED_VERSION@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
+LT_VERSION_INFO = @LT_VERSION_INFO@
+LZMA_CFLAGS = @LZMA_CFLAGS@
+LZMA_LIBS = @LZMA_LIBS@
+MAIL = @MAIL@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MIME_INFO_CFLAGS = @MIME_INFO_CFLAGS@
+MIME_INFO_LIBS = @MIME_INFO_LIBS@
+MIME_TYPES = @MIME_TYPES@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MMX_EXTRA_CFLAGS = @MMX_EXTRA_CFLAGS@
+MNG_CFLAGS = @MNG_CFLAGS@
+MNG_LIBS = @MNG_LIBS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+MYPAINT_BRUSHES_CFLAGS = @MYPAINT_BRUSHES_CFLAGS@
+MYPAINT_BRUSHES_LIBS = @MYPAINT_BRUSHES_LIBS@
+NATIVE_GLIB_CFLAGS = @NATIVE_GLIB_CFLAGS@
+NATIVE_GLIB_LIBS = @NATIVE_GLIB_LIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
+OPENEXR_LIBS = @OPENEXR_LIBS@
+OPENEXR_REQUIRED_VERSION = @OPENEXR_REQUIRED_VERSION@
+OPENJPEG_CFLAGS = @OPENJPEG_CFLAGS@
+OPENJPEG_LIBS = @OPENJPEG_LIBS@
+OPENJPEG_REQUIRED_VERSION = @OPENJPEG_REQUIRED_VERSION@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
+PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
+PANGOCAIRO_REQUIRED_VERSION = @PANGOCAIRO_REQUIRED_VERSION@
+PATHSEP = @PATHSEP@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PERL = @PERL@
+PERL_REQUIRED_VERSION = @PERL_REQUIRED_VERSION@
+PERL_VERSION = @PERL_VERSION@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+PNG_CFLAGS = @PNG_CFLAGS@
+PNG_LIBS = @PNG_LIBS@
+POFILES = @POFILES@
+POPPLER_CFLAGS = @POPPLER_CFLAGS@
+POPPLER_DATA_CFLAGS = @POPPLER_DATA_CFLAGS@
+POPPLER_DATA_LIBS = @POPPLER_DATA_LIBS@
+POPPLER_DATA_REQUIRED_VERSION = @POPPLER_DATA_REQUIRED_VERSION@
+POPPLER_LIBS = @POPPLER_LIBS@
+POPPLER_REQUIRED_VERSION = @POPPLER_REQUIRED_VERSION@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PYBIN_PATH = @PYBIN_PATH@
+PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
+PYCAIRO_LIBS = @PYCAIRO_LIBS@
+PYGIMP_EXTRA_CFLAGS = @PYGIMP_EXTRA_CFLAGS@
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
+PYGTK_CODEGEN = @PYGTK_CODEGEN@
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
+PYGTK_LIBS = @PYGTK_LIBS@
+PYLINK_LIBS = @PYLINK_LIBS@
+PYTHON = @PYTHON@
+PYTHON2_REQUIRED_VERSION = @PYTHON2_REQUIRED_VERSION@
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
+PYTHON_INCLUDES = @PYTHON_INCLUDES@
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
+PYTHON_PREFIX = @PYTHON_PREFIX@
+PYTHON_VERSION = @PYTHON_VERSION@
+RANLIB = @RANLIB@
+RSVG_REQUIRED_VERSION = @RSVG_REQUIRED_VERSION@
+RT_LIBS = @RT_LIBS@
+SCREENSHOT_LIBS = @SCREENSHOT_LIBS@
+SED = @SED@
+SENDMAIL = @SENDMAIL@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+SOCKET_LIBS = @SOCKET_LIBS@
+SSE2_EXTRA_CFLAGS = @SSE2_EXTRA_CFLAGS@
+SSE4_1_EXTRA_CFLAGS = @SSE4_1_EXTRA_CFLAGS@
+SSE_EXTRA_CFLAGS = @SSE_EXTRA_CFLAGS@
+STRIP = @STRIP@
+SVG_CFLAGS = @SVG_CFLAGS@
+SVG_LIBS = @SVG_LIBS@
+SYMPREFIX = @SYMPREFIX@
+TIFF_LIBS = @TIFF_LIBS@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
+WEBKIT_LIBS = @WEBKIT_LIBS@
+WEBKIT_REQUIRED_VERSION = @WEBKIT_REQUIRED_VERSION@
+WEBPDEMUX_CFLAGS = @WEBPDEMUX_CFLAGS@
+WEBPDEMUX_LIBS = @WEBPDEMUX_LIBS@
+WEBPMUX_CFLAGS = @WEBPMUX_CFLAGS@
+WEBPMUX_LIBS = @WEBPMUX_LIBS@
+WEBP_CFLAGS = @WEBP_CFLAGS@
+WEBP_LIBS = @WEBP_LIBS@
+WEBP_REQUIRED_VERSION = @WEBP_REQUIRED_VERSION@
+WEB_PAGE = @WEB_PAGE@
+WIN32_LARGE_ADDRESS_AWARE = @WIN32_LARGE_ADDRESS_AWARE@
+WINDRES = @WINDRES@
+WMF_CFLAGS = @WMF_CFLAGS@
+WMF_CONFIG = @WMF_CONFIG@
+WMF_LIBS = @WMF_LIBS@
+WMF_REQUIRED_VERSION = @WMF_REQUIRED_VERSION@
+XDG_EMAIL = @XDG_EMAIL@
+XFIXES_CFLAGS = @XFIXES_CFLAGS@
+XFIXES_LIBS = @XFIXES_LIBS@
+XGETTEXT = @XGETTEXT@
+XGETTEXT_REQUIRED_VERSION = @XGETTEXT_REQUIRED_VERSION@
+XMC_CFLAGS = @XMC_CFLAGS@
+XMC_LIBS = @XMC_LIBS@
+XMKMF = @XMKMF@
+XMLLINT = @XMLLINT@
+XMU_LIBS = @XMU_LIBS@
+XPM_LIBS = @XPM_LIBS@
+XSLTPROC = @XSLTPROC@
+XVFB_RUN = @XVFB_RUN@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+Z_LIBS = @Z_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+gimpdatadir = @gimpdatadir@
+gimpdir = @gimpdir@
+gimplocaledir = @gimplocaledir@
+gimpplugindir = @gimpplugindir@
+gimpsysconfdir = @gimpsysconfdir@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+manpage_gimpdir = @manpage_gimpdir@
+mkdir_p = @mkdir_p@
+ms_librarian = @ms_librarian@
+mypaint_brushes_dir = @mypaint_brushes_dir@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+pkgpyexecdir = @pkgpyexecdir@
+pkgpythondir = @pkgpythondir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+pyexecdir = @pyexecdir@
+pythondir = @pythondir@
+runstatedir = @runstatedir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+gimpsysconf = \
+ controllerrc \
+ gtkrc \
+ menurc \
+ sessionrc \
+ templaterc \
+ toolrc \
+ unitrc
+
+gimpsysconf_DATA = \
+ $(gimpsysconf) \
+ gimprc
+
+EXTRA_DIST = \
+ $(gimpsysconf)
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu etc/Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+gimprc: $(top_builddir)/config.status $(srcdir)/gimprc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-gimpsysconfDATA: $(gimpsysconf_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(gimpsysconfdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(gimpsysconfdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gimpsysconfdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gimpsysconfdir)" || exit $$?; \
+ done
+
+uninstall-gimpsysconfDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(gimpsysconfdir)'; $(am__uninstall_files_from_dir)
+tags TAGS:
+
+ctags CTAGS:
+
+cscope cscopelist:
+
+
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(gimpsysconfdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-gimpsysconfDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-gimpsysconfDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ cscopelist-am ctags-am distclean distclean-generic \
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am \
+ install-gimpsysconfDATA install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
+ uninstall-am uninstall-gimpsysconfDATA
+
+.PRECIOUS: Makefile
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/etc/controllerrc b/etc/controllerrc
new file mode 100644
index 0000000..17f4240
--- /dev/null
+++ b/etc/controllerrc
@@ -0,0 +1,64 @@
+# GIMP controllerrc
+
+(GimpControllerInfo "Main Mouse Wheel"
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerWheel")
+ (mapping
+ (map "scroll-up-alt" "tools-opacity-increase")
+ (map "scroll-down-alt" "tools-opacity-decrease")
+ (map "scroll-up-shift-primary" "tools-aspect-increase")
+ (map "scroll-down-shift-primary" "tools-aspect-decrease")
+ (map "scroll-up-shift-alt" "tools-angle-increase")
+ (map "scroll-down-shift-alt" "tools-angle-decrease")
+ (map "scroll-up-primary-alt" "tools-size-increase")
+ (map "scroll-down-primary-alt" "tools-size-decrease")
+ (map "scroll-up-shift-primary-alt" "tools-spacing-increase")
+ (map "scroll-down-shift-primary-alt" "tools-spacing-decrease")))
+
+(GimpControllerInfo "Main Keyboard"
+ (enabled yes)
+ (debug-events no)
+ (controller "GimpControllerKeyboard")
+ (mapping
+ (map "cursor-up-shift" "view-scroll-page-up")
+ (map "cursor-down-shift" "view-scroll-page-down")
+ (map "cursor-left-shift" "view-scroll-page-left")
+ (map "cursor-right-shift" "view-scroll-page-right")
+ (map "cursor-up-primary" "view-scroll-top-border")
+ (map "cursor-down-primary" "view-scroll-bottom-border")
+ (map "cursor-left-primary" "view-scroll-left-border")
+ (map "cursor-right-primary" "view-scroll-right-border")
+ (map "cursor-up-alt" "tools-size-increase-skip")
+ (map "cursor-down-alt" "tools-size-decrease-skip")
+ (map "cursor-left-alt" "tools-size-decrease")
+ (map "cursor-right-alt" "tools-size-increase")))
+
+# (GimpControllerInfo "Linux Input Example"
+# (enabled yes)
+# (debug-events no)
+# (controller "ControllerLinuxInput"
+# (device "/dev/input/event2"))
+# (mapping
+# (map "wheel-turn-left" "tools-value-2-decrease")
+# (map "wheel-turn-right" "tools-value-2-increase")))
+
+# (GimpControllerInfo "Midi Example"
+# (enabled yes)
+# (debug-events no)
+# (controller "ControllerMidi"
+# (device "/dev/midi01")
+# (channel 0))
+# (mapping
+# (map "controller-000" "context-foreground-red-set")
+# (map "controller-001" "context-foreground-green-set")
+# (map "controller-002" "context-foreground-blue-set")
+# (map "controller-004" "context-background-red-set")
+# (map "controller-005" "context-background-green-set")
+# (map "controller-006" "context-background-blue-set")
+# (map "controller-008" "context-brush-radius-set")
+# (map "controller-009" "context-brush-hardness-set")
+# (map "controller-010" "context-brush-aspect-set")
+# (map "controller-011" "context-brush-angle-set")))
+
+# end of controllerrc
diff --git a/etc/gimprc.in b/etc/gimprc.in
new file mode 100644
index 0000000..bdf8f0c
--- /dev/null
+++ b/etc/gimprc.in
@@ -0,0 +1,1177 @@
+# This is the system-wide gimprc file. Any change made in this file will
+# affect all users of this system, provided that they are not overriding the
+# default values in their personal gimprc file.
+#
+# Lines that start with a '#' are comments. Blank lines are ignored.
+#
+# By default everything in this file is commented out. The file then
+# documents the default values and shows what changes are possible.
+#
+# The variable ${gimp_dir} is set to the value of the environment variable
+# GIMP2_DIRECTORY or, if that is not set, the compiled-in default value is
+# used. If GIMP2_DIRECTORY is not an absolute path, it is interpreted
+# relative to your home directory.
+
+# Sets the folder for temporary storage. Files will appear here during the
+# course of running GIMP. Most files will disappear when GIMP exits, but
+# some files are likely to remain, so it is best if this folder not be one
+# that is shared by other users. This is a single folder.
+#
+# (temp-path "${gimp_temp_dir}")
+
+# Sets the swap file location. GIMP uses a tile based memory allocation
+# scheme. The swap file is used to quickly and easily swap tiles out to disk
+# and back in. Be aware that the swap file can easily get very large if GIMP
+# is used with large images. Also, things can get horribly slow if the swap
+# file is created on a folder that is mounted over NFS. For these reasons,
+# it may be desirable to put your swap file in "/tmp". This is a single
+# folder.
+#
+# (swap-path "${gimp_cache_dir}")
+
+# The compression method used for tile data stored in the swap file. This is
+# a string value.
+#
+# (swap-compression "fast")
+
+# Sets how many threads GIMP should use for operations that support it. This
+# is an integer value.
+#
+# (num-processors 1)
+
+# When the amount of pixel data exceeds this limit, GIMP will start to swap
+# tiles to disk. This is a lot slower but it makes it possible to work on
+# images that wouldn't fit into memory otherwise. If you have a lot of RAM,
+# you may want to set this to a higher value. The integer size can contain a
+# suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being
+# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
+# specified the size defaults to being specified in kilobytes.
+#
+# (tile-cache-size 2g)
+
+# When enabled, uses OpenCL for some operations. Possible values are yes and
+# no.
+#
+# (use-opencl no)
+
+# Specifies the language to use for the user interface. This is a string
+# value.
+#
+#
+
+# Sets the level of interpolation used for scaling and other transformations.
+# Possible values are none, linear, cubic, nohalo and lohalo.
+#
+# (interpolation-type cubic)
+
+# Tools such as fuzzy-select and bucket fill find regions based on a
+# seed-fill algorithm. The seed fill starts at the initially selected pixel
+# and progresses in all directions until the difference of pixel intensity
+# from the original is greater than a specified threshold. This value
+# represents the default threshold. This is an integer value.
+#
+# (default-threshold 15)
+
+# Sets the plug-in search path. This is a colon-separated list of folders to
+# search.
+#
+# (plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
+
+# Sets the module search path. This is a colon-separated list of folders to
+# search.
+#
+# (module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
+
+# Sets the interpreter search path. This is a colon-separated list of
+# folders to search.
+#
+# (interpreter-path "${gimp_dir}/interpreters:${gimp_plug_in_dir}/interpreters")
+
+# Sets the environ search path. This is a colon-separated list of folders to
+# search.
+#
+# (environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
+
+# Sets the brush search path. This is a colon-separated list of folders to
+# search.
+#
+# (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
+
+# This is a colon-separated list of folders to search.
+#
+# (brush-path-writable "${gimp_dir}/brushes")
+
+# Sets the dynamics search path. This is a colon-separated list of folders
+# to search.
+#
+# (dynamics-path "${gimp_dir}/dynamics:${gimp_data_dir}/dynamics")
+
+# This is a colon-separated list of folders to search.
+#
+# (dynamics-path-writable "${gimp_dir}/dynamics")
+
+# Sets the brush search path. This is a colon-separated list of folders to
+# search.
+#
+# (mypaint-brush-path "@mypaint_brushes_dir@:~/.mypaint/brushes")
+
+# This is a colon-separated list of folders to search.
+#
+# (mypaint-brush-path-writable "~/.mypaint/brushes")
+
+# Sets the pattern search path. This is a colon-separated list of folders to
+# search.
+#
+# (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
+
+# This is a colon-separated list of folders to search.
+#
+# (pattern-path-writable "${gimp_dir}/patterns")
+
+# Sets the palette search path. This is a colon-separated list of folders to
+# search.
+#
+# (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
+
+# This is a colon-separated list of folders to search.
+#
+# (palette-path-writable "${gimp_dir}/palettes")
+
+# Sets the gradient search path. This is a colon-separated list of folders
+# to search.
+#
+# (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
+
+# This is a colon-separated list of folders to search.
+#
+# (gradient-path-writable "${gimp_dir}/gradients")
+
+# Sets the dynamics search path. This is a colon-separated list of folders
+# to search.
+#
+# (tool-preset-path "${gimp_dir}/tool-presets:${gimp_data_dir}/tool-presets")
+
+# This is a colon-separated list of folders to search.
+#
+# (tool-preset-path-writable "${gimp_dir}/tool-presets")
+
+# Where to look for fonts in addition to the system-wide installed fonts.
+# This is a colon-separated list of folders to search.
+#
+# (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
+
+# Specify a default brush. The brush is searched for in the specified brush
+# path. This is a string value.
+#
+# (default-brush "2. Hardness 050")
+
+# Specify a default dynamics. The dynamics is searched for in the specified
+# dynamics path. This is a string value.
+#
+# (default-dynamics "Dynamics Off")
+
+# Specify a default MyPaint brush. This is a string value.
+#
+# (default-mypaint-brush "Fixme")
+
+# Specify a default pattern. This is a string value.
+#
+# (default-pattern "Pine")
+
+# Specify a default palette. This is a string value.
+#
+# (default-palette "Default")
+
+# Specify a default gradient. This is a string value.
+#
+# (default-gradient "FG to BG (RGB)")
+
+# Specify a default tool preset. The tool preset is searched for in the
+# specified tool prests path. This is a string value.
+#
+# (default-tool-preset "Current Options")
+
+# Specify a default font. This is a string value.
+#
+# (default-font "Sans-serif")
+
+# When enabled, the selected brush will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-brush yes)
+
+# When enabled, the selected dynamics will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-dynamics yes)
+
+# When enabled, the selected pattern will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-pattern yes)
+
+# When enabled, the selected palette will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-palette yes)
+
+# When enabled, the selected gradient will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-gradient yes)
+
+# When enabled, the selected font will be used for all tools. Possible
+# values are yes and no.
+#
+# (global-font yes)
+
+# Sets the default image in the "File/New" dialog. This is a parameter list.
+#
+# (default-image
+# (width 1920)
+# (height 1080)
+# (unit pixels)
+# (xresolution 300)
+# (yresolution 300)
+# (resolution-unit inches)
+# (image-type rgb)
+# (precision u8-gamma)
+# (color-managed yes)
+# (color-profile NULL)
+# (fill-type background)
+# (comment "Created with GIMP"))
+
+# Specify a default image grid. This is a parameter list.
+#
+# (default-grid
+# (style solid)
+# (fgcolor (color-rgba 0 0 0 1))
+# (bgcolor (color-rgba 1 1 1 1))
+# (xspacing 10)
+# (yspacing 10)
+# (spacing-unit inches)
+# (xoffset 0)
+# (yoffset 0)
+# (offset-unit inches))
+
+# Sets the minimal number of operations that can be undone. More undo levels
+# are kept available until the undo-size limit is reached. This is an
+# integer value.
+#
+# (undo-levels 5)
+
+# Sets an upper limit to the memory that is used per image to keep operations
+# on the undo stack. Regardless of this setting, at least as many undo-levels
+# as configured can be undone. The integer size can contain a suffix of 'B',
+# 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
+# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
+# size defaults to being specified in kilobytes.
+#
+# (undo-size 1g)
+
+# Sets the size of the previews in the Undo History. Possible values are
+# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
+# gigantic.
+#
+# (undo-preview-size large)
+
+# How many recently used filters and plug-ins to keep on the Filters menu.
+# This is an integer value.
+#
+# (plug-in-history-size 10)
+
+# Sets the pluginrc search path. This is a single filename.
+#
+# (pluginrc-path "${gimp_dir}/pluginrc")
+
+# Sets whether GIMP should create previews of layers and channels. Previews
+# in the layers and channels dialog are nice to have but they can slow things
+# down when working with large images. Possible values are yes and no.
+#
+# (layer-previews yes)
+
+# Sets whether GIMP should create previews of layer groups. Layer group
+# previews are more expensive than ordinary layer previews. Possible values
+# are yes and no.
+#
+# (group-layer-previews yes)
+
+# Sets the preview size used for layers and channel previews in newly created
+# dialogs. Possible values are tiny, extra-small, small, medium, large,
+# extra-large, huge, enormous and gigantic.
+#
+# (layer-preview-size medium)
+
+# Sets the size of the thumbnail shown in the Open dialog. Possible values
+# are none, normal and large.
+#
+# (thumbnail-size normal)
+
+# The thumbnail in the Open dialog will be automatically updated if the file
+# being previewed is smaller than the size set here. The integer size can
+# contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
+# size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
+# suffix is specified the size defaults to being specified in kilobytes.
+#
+# (thumbnail-filesize-limit 4M)
+
+# Defines the color management behavior. This is a parameter list.
+#
+# (color-management
+# (mode display)
+# (display-profile-from-gdk no)
+# (display-rendering-intent relative-colorimetric)
+# (display-use-black-point-compensation yes)
+# (display-optimize yes)
+# (simulation-rendering-intent perceptual)
+# (simulation-use-black-point-compensation no)
+# (simulation-optimize yes)
+# (simulation-gamut-check no)
+# (out-of-gamut-color (color-rgb 1 0 1))
+# (show-rgb-u8 no)
+# (show-hsv no)
+# (display-module "CdisplayLcms"))
+
+# Keep a permanent record of all opened and saved files in the Recent
+# Documents list. Possible values are yes and no.
+#
+# (save-document-history yes)
+
+# Sets the default quick mask color. The color is specified in the form
+# (color-rgba red green blue alpha) with channel values as floats in the
+# range of 0.0 to 1.0.
+#
+# (quick-mask-color (color-rgba 1 0 0 0.5))
+
+# Promote imported images to floating point precision. Does not apply to
+# indexed images. Possible values are yes and no.
+#
+# (import-promote-float no)
+
+# When promoting imported images to floating point precision, also add
+# minimal noise in order to distribute color values a bit. Possible values
+# are yes and no.
+#
+# (import-promote-dither yes)
+
+# Add an alpha channel to all layers of imported images. Possible values are
+# yes and no.
+#
+# (import-add-alpha no)
+
+# Which plug-in to use for importing raw digital camera files. This is a
+# single filename.
+#
+# (import-raw-plug-in "")
+
+# Export file type used by default. Possible values are png, jpg, ora, psd,
+# pdf, tif, bmp and webp.
+#
+# (export-file-type png)
+
+# Export the image's color profile by default. Possible values are yes and
+# no.
+#
+# (export-color-profile yes)
+
+# Export Exif metadata by default. Possible values are yes and no.
+#
+# (export-metadata-exif yes)
+
+# Export XMP metadata by default. Possible values are yes and no.
+#
+# (export-metadata-xmp yes)
+
+# Export IPTC metadata by default. Possible values are yes and no.
+#
+# (export-metadata-iptc yes)
+
+# Try generating debug data for bug reporting when appropriate. Possible
+# values are warning, critical, fatal and never.
+#
+# (debug-policy fatal)
+
+# Check for availability of GIMP updates through background internet queries.
+# Possible values are yes and no.
+#
+# (check-updates yes)
+
+# Timestamp of the last update check. (null)
+#
+# (check-update-timestamp 0)
+
+# The timestamp for the last known release date. (null)
+#
+# (last-release-timestamp 0)
+
+# The last known release version of GIMP as queried from official website.
+# This is a string value.
+#
+#
+
+# The timestamp for the last known release date. This is an integer value.
+#
+# (last-revision 0)
+
+# The last known release version of GIMP as queried from official website.
+# This is a string value.
+#
+#
+
+# Sets the size of the checkerboard used to display transparency. Possible
+# values are small-checks, medium-checks and large-checks.
+#
+# (transparency-size medium-checks)
+
+# Sets the manner in which transparency is displayed in images. Possible
+# values are light-checks, gray-checks, dark-checks, white-only, gray-only
+# and black-only.
+#
+# (transparency-type gray-checks)
+
+# This is the distance in pixels where Guide and Grid snapping activates.
+# This is an integer value.
+#
+# (snap-distance 8)
+
+# Speed of marching ants in the selection outline. This value is in
+# milliseconds (less time indicates faster marching). This is an integer
+# value.
+#
+# (marching-ants-speed 200)
+
+# When enabled, the image window will automatically resize itself when
+# zooming into and out of images. This setting only takes effect in
+# multi-window mode. Possible values are yes and no.
+#
+# (resize-windows-on-zoom no)
+
+# When enabled, the image window will automatically resize itself whenever
+# the physical image size changes. This setting only takes effect in
+# multi-window mode. Possible values are yes and no.
+#
+# (resize-windows-on-resize no)
+
+# Show full image content by default. Possible values are yes and no.
+#
+# (default-show-all no)
+
+# When enabled, this will ensure that each pixel of an image gets mapped to a
+# pixel on the screen. Possible values are yes and no.
+#
+# (default-dot-for-dot yes)
+
+# When enabled, this will ensure that the full image is visible after a file
+# is opened, otherwise it will be displayed with a scale of 1:1. Possible
+# values are yes and no.
+#
+# (initial-zoom-to-fit yes)
+
+# Sets the type of mouse pointers to use. Possible values are tool-icon,
+# tool-crosshair and crosshair.
+#
+# (cursor-mode tool-crosshair)
+
+# Context-dependent mouse pointers are helpful. They are enabled by default.
+# However, they require overhead that you may want to do without. Possible
+# values are yes and no.
+#
+# (cursor-updating yes)
+
+# When enabled, all paint tools will show a preview of the current brush's
+# outline. Possible values are yes and no.
+#
+# (show-brush-outline yes)
+
+# When enabled, the brush outline will snap to individual dabs while
+# painting. Possible values are yes and no.
+#
+# (snap-brush-outline no)
+
+# When enabled, the mouse pointer will be shown over the image while using a
+# paint tool. Possible values are yes and no.
+#
+# (show-paint-tool-cursor yes)
+
+# Sets the text to appear in image window titles. This is a format string;
+# certain % character sequences are recognised and expanded as follows:
+#
+# %% literal percent sign
+# %f bare filename, or "Untitled"
+# %F full path to file, or "Untitled"
+# %p PDB image id
+# %i view instance number
+# %t image type (RGB, grayscale, indexed)
+# %z zoom factor as a percentage
+# %s source scale factor
+# %d destination scale factor
+# %Dx expands to x if the image is dirty, the empty string otherwise
+# %Cx expands to x if the image is clean, the empty string otherwise
+# %B expands to (modified) if the image is dirty, the empty string otherwise
+# %A expands to (clean) if the image is clean, the empty string otherwise
+# %Nx expands to x if the image is export-dirty, the empty string otherwise
+# %Ex expands to x if the image is export-clean, the empty string otherwise
+# %l the number of layers
+# %L the number of layers (long form)
+# %m memory used by the image
+# %n the name of the active layer/channel
+# %P the PDB id of the active layer/channel
+# %w image width in pixels
+# %W image width in real-world units
+# %h image height in pixels
+# %H image height in real-world units
+# %M the image size expressed in megapixels
+# %u unit symbol
+# %U unit abbreviation
+# %x the width of the active layer/channel in pixels
+# %X the width of the active layer/channel in real-world units
+# %y the height of the active layer/channel in pixels
+# %Y the height of the active layer/channel in real-world units
+# %o the name of the image's color profile
+#
+#
+# (image-title-format "%D*%f-%p.%i (%t, %o, %L) %wx%h")
+
+# Sets the text to appear in image window status bars. This is a format
+# string; certain % character sequences are recognised and expanded as
+# follows:
+#
+# %% literal percent sign
+# %f bare filename, or "Untitled"
+# %F full path to file, or "Untitled"
+# %p PDB image id
+# %i view instance number
+# %t image type (RGB, grayscale, indexed)
+# %z zoom factor as a percentage
+# %s source scale factor
+# %d destination scale factor
+# %Dx expands to x if the image is dirty, the empty string otherwise
+# %Cx expands to x if the image is clean, the empty string otherwise
+# %B expands to (modified) if the image is dirty, the empty string otherwise
+# %A expands to (clean) if the image is clean, the empty string otherwise
+# %Nx expands to x if the image is export-dirty, the empty string otherwise
+# %Ex expands to x if the image is export-clean, the empty string otherwise
+# %l the number of layers
+# %L the number of layers (long form)
+# %m memory used by the image
+# %n the name of the active layer/channel
+# %P the PDB id of the active layer/channel
+# %w image width in pixels
+# %W image width in real-world units
+# %h image height in pixels
+# %H image height in real-world units
+# %M the image size expressed in megapixels
+# %u unit symbol
+# %U unit abbreviation
+# %x the width of the active layer/channel in pixels
+# %X the width of the active layer/channel in real-world units
+# %y the height of the active layer/channel in pixels
+# %Y the height of the active layer/channel in real-world units
+# %o the name of the image's color profile
+#
+#
+# (image-status-format "%n (%m)")
+
+# Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
+# forces the X server to be queried for both horizontal and vertical
+# resolution information. This is a float value.
+#
+# (monitor-xresolution 96)
+
+# Sets the monitor's vertical resolution, in dots per inch. If set to 0,
+# forces the X server to be queried for both horizontal and vertical
+# resolution information. This is a float value.
+#
+# (monitor-yresolution 96)
+
+# When enabled, GIMP will use the monitor resolution from the windowing
+# system. Possible values are yes and no.
+#
+# (monitor-resolution-from-windowing-system yes)
+
+# Sets the size of the navigation preview available in the lower right corner
+# of the image window. Possible values are tiny, extra-small, small, medium,
+# large, extra-large, huge, enormous and gigantic.
+#
+# (navigation-preview-size medium)
+
+# 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-canvas-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 1 1))
+# (padding-in-show-all no))
+
+# 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-canvas-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 1 1))
+# (padding-in-show-all no))
+
+# When enabled, an image will become the active image when its image window
+# receives the focus. This is useful for window managers using "click to
+# focus". Possible values are yes and no.
+#
+# (activate-on-focus yes)
+
+# What to do when the space bar is pressed in the image window. Possible
+# values are none, pan and move.
+#
+# (space-bar-action pan)
+
+# There's a tradeoff between speed and quality of the zoomed-out display.
+# Possible values are low and high.
+#
+# (zoom-quality high)
+
+# Bugs in event history buffer are frequent so in case of cursor offset
+# problems turning it off helps. Possible values are yes and no.
+#
+# (use-event-history no)
+
+# When enabled, non-visible layers can be edited as normal. Possible values
+# are yes and no.
+#
+# (edit-non-visible no)
+
+# If enabled, the move tool sets the edited layer or path as active. This
+# used to be the default behaviour in older versions. Possible values are
+# yes and no.
+#
+# (move-tool-changes-active no)
+
+# How many recent settings to keep around in filter tools. This is an
+# integer value.
+#
+# (filter-tool-max-recent 10)
+
+# Default to the last used settings in filter tools. Possible values are yes
+# and no.
+#
+# (filter-tool-use-last-settings no)
+
+# Show advanced color options in filter tools. Possible values are yes and
+# no.
+#
+# (filter-tool-show-color-options no)
+
+# When enabled, GIMP will not save an image if it has not been changed since
+# it was opened. Possible values are yes and no.
+#
+# (trust-dirty-flag no)
+
+# Remember the current tool, pattern, color, and brush across GIMP sessions.
+# Possible values are yes and no.
+#
+# (save-device-status yes)
+
+# When enabled, the same tool and tool options will be used for all input
+# devices. No tool switching will occur when the input device changes.
+# Possible values are yes and no.
+#
+# (devices-share-tool no)
+
+# Save the positions and sizes of the main dialogs when GIMP exits. Possible
+# values are yes and no.
+#
+# (save-session-info yes)
+
+# Let GIMP try to restore your last saved session on each startup. Possible
+# values are yes and no.
+#
+# (restore-session yes)
+
+# When enabled, GIMP will try to restore windows on the monitor they were
+# open before. When disabled, windows will appear on the currently used
+# monitor. Possible values are yes and no.
+#
+# (restore-monitor no)
+
+# Save the tool options when GIMP exits. Possible values are yes and no.
+#
+# (save-tool-options yes)
+
+# Use compact style for sliders. Possible values are yes and no.
+#
+# (compact-sliders yes)
+
+# Show a tooltip when the pointer hovers over an item. Possible values are
+# yes and no.
+#
+# (show-tooltips yes)
+
+# When enabled, menus can be torn off. Possible values are yes and no.
+#
+# (tearoff-menus yes)
+
+# When enabled, you can change keyboard shortcuts for menu items by hitting a
+# key combination while the menu item is highlighted. Possible values are
+# yes and no.
+#
+# (can-change-accels no)
+
+# Save changed keyboard shortcuts when GIMP exits. Possible values are yes
+# and no.
+#
+# (save-accels yes)
+
+# Restore saved keyboard shortcuts on each GIMP startup. Possible values are
+# yes and no.
+#
+# (restore-accels yes)
+
+# How many recently opened image filenames to keep on the File menu. This is
+# an integer value.
+#
+# (last-opened-size 10)
+
+# GIMP will warn the user if an attempt is made to create an image that would
+# take more memory than the size specified here. The integer size can
+# contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
+# size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
+# suffix is specified the size defaults to being specified in kilobytes.
+#
+# (max-new-image-size 128M)
+
+# Show the current foreground and background colors in the toolbox. Possible
+# values are yes and no.
+#
+# (toolbox-color-area yes)
+
+# Show the currently selected brush, pattern and gradient in the toolbox.
+# Possible values are yes and no.
+#
+# (toolbox-foo-area no)
+
+# Show the currently active image in the toolbox. Possible values are yes
+# and no.
+#
+# (toolbox-image-area no)
+
+# Show the GIMP mascot at the top of the toolbox. Possible values are yes
+# and no.
+#
+# (toolbox-wilber yes)
+
+# Use a single toolbox button for grouped tools. Possible values are yes and
+# no.
+#
+# (toolbox-groups yes)
+
+# Menu mode of grouped tools. Possible values are click, hover and
+# hover-single-column.
+#
+# (toolbox-group-menu-mode hover-single-column)
+
+# Sets the theme search path. This is a colon-separated list of folders to
+# search.
+#
+# (theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
+
+# The name of the theme to use. This is a string value.
+#
+# (theme "Dark")
+
+# Sets the icon theme search path. This is a colon-separated list of folders
+# to search.
+#
+# (icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons")
+
+# The name of the icon theme to use. This is a string value.
+#
+# (icon-theme "Symbolic")
+
+# The size of the icons to use. Possible values are auto, theme, small,
+# medium, large and huge.
+#
+# (icon-size auto)
+
+# When enabled, pressing F1 will open the help browser. Possible values are
+# yes and no.
+#
+# (use-help yes)
+
+# When enabled, dialogs will show a help button that gives access to the
+# related help page. Without this button, the help page can still be reached
+# by pressing F1. Possible values are yes and no.
+#
+# (show-help-button yes)
+
+# Specifies the language preferences used by the help system. This is a
+# colon-separated list of language identifiers with decreasing priority. If
+# empty, the language is taken from the user's locale setting. This is a
+# string value.
+#
+# (help-locales "")
+
+# Sets the browser used by the help system. Possible values are gimp and
+# web-browser.
+#
+# (help-browser web-browser)
+
+# When enabled, a search of actions will also return inactive actions.
+# Possible values are yes and no.
+#
+# (search-show-unavailable-actions no)
+
+# The maximum number of actions saved in history. This is an integer value.
+#
+# (action-history-size 100)
+
+# When enabled, the online user manual will be used by the help system.
+# Otherwise the locally installed copy is used. Possible values are yes and
+# no.
+#
+# (user-manual-online no)
+
+# The location of the online user manual. This is used if
+# 'user-manual-online' is enabled. This is a string value.
+#
+# (user-manual-online-uri "https://docs.gimp.org/2.10")
+
+# The window type hint that is set on dock windows and the toolbox window.
+# This may affect the way your window manager decorates and handles these
+# windows. Possible values are normal, utility and keep-above.
+#
+# (dock-window-hint utility)
+
+# Sets the handedness for cursor positioning. Possible values are left and
+# right.
+#
+# (cursor-handedness right)
+
+# Enable the N-Point Deformation tool. Possible values are yes and no.
+#
+# (playground-npd-tool no)
+
+# Enable the Seamless Clone tool. Possible values are yes and no.
+#
+# (playground-seamless-clone-tool no)
+
+# How to handle embedded color profiles when opening a file. Possible values
+# are ask, keep and convert.
+#
+# (color-profile-policy ask)
+
+# Sets the default folder path for all color profile file dialogs. This is a
+# single filename.
+#
+#
+
+# Sets the default rendering intent for the 'Convert to Color Profile'
+# dialog. Possible values are perceptual, relative-colorimetric, saturation
+# and absolute-colorimetric.
+#
+# (image-convert-profile-intent relative-colorimetric)
+
+# Sets the default 'Black Point Compensation' state for the 'Convert to Color
+# Profile' dialog. Possible values are yes and no.
+#
+# (image-convert-profile-black-point-compensation yes)
+
+# Sets the default layer dithering method for the 'Convert Precision' dialog.
+# Possible values are none, floyd-steinberg, bayer, random,
+# random-covariant, add, add-covariant, xor, xor-covariant, blue-noise and
+# blue-noise-covariant.
+#
+# (image-convert-precision-layer-dither-method none)
+
+# Sets the default text layer dithering method for the 'Convert Precision'
+# dialog. Possible values are none, floyd-steinberg, bayer, random,
+# random-covariant, add, add-covariant, xor, xor-covariant, blue-noise and
+# blue-noise-covariant.
+#
+# (image-convert-precision-text-layer-dither-method none)
+
+# Sets the default channel dithering method for the 'Convert Precision'
+# dialog. Possible values are none, floyd-steinberg, bayer, random,
+# random-covariant, add, add-covariant, xor, xor-covariant, blue-noise and
+# blue-noise-covariant.
+#
+# (image-convert-precision-channel-dither-method none)
+
+# Sets the default palette type for the 'Convert to Indexed' dialog.
+# Possible values are generate, web, mono and custom.
+#
+# (image-convert-indexed-palette-type generate)
+
+# Sets the default maximum number of colors for the 'Convert to Indexed'
+# dialog. This is an integer value.
+#
+# (image-convert-indexed-max-colors 256)
+
+# Sets the default 'Remove duplicate colors' state for the 'Convert to
+# Indexed' dialog. Possible values are yes and no.
+#
+# (image-convert-indexed-remove-duplicates yes)
+
+# Sets the default dithering type for the 'Convert to Indexed' dialog.
+# Possible values are none, fs, fs-lowbleed and fixed.
+#
+# (image-convert-indexed-dither-type none)
+
+# Sets the default 'Dither alpha' state for the 'Convert to Indexed' dialog.
+# Possible values are yes and no.
+#
+# (image-convert-indexed-dither-alpha no)
+
+# Sets the default 'Dither text layers' state for the 'Convert to Indexed'
+# dialog. Possible values are yes and no.
+#
+# (image-convert-indexed-dither-text-layers no)
+
+# Sets the default fill type for the 'Canvas Size' dialog. Possible values
+# are foreground, background, white, transparent and pattern.
+#
+# (image-resize-fill-type transparent)
+
+# Sets the default set of layers to resize for the 'Canvas Size' dialog.
+# Possible values are none, all, image-sized, visible and linked.
+#
+# (image-resize-layer-set none)
+
+# Sets the default 'Resize text layers' state for the 'Canvas Size' dialog.
+# Possible values are yes and no.
+#
+# (image-resize-resize-text-layers no)
+
+# Sets the default layer name for the 'New Layer' dialog. This is a string
+# value.
+#
+# (layer-new-name "Layer")
+
+# Sets the default mode for the 'New Layer' dialog. Possible values are
+# normal-legacy, dissolve, behind-legacy, multiply-legacy, screen-legacy,
+# overlay-legacy, difference-legacy, addition-legacy, subtract-legacy,
+# darken-only-legacy, lighten-only-legacy, hsv-hue-legacy,
+# hsv-saturation-legacy, hsl-color-legacy, hsv-value-legacy, divide-legacy,
+# dodge-legacy, burn-legacy, hardlight-legacy, softlight-legacy,
+# grain-extract-legacy, grain-merge-legacy, color-erase-legacy, overlay,
+# lch-hue, lch-chroma, lch-color, lch-lightness, normal, behind, multiply,
+# screen, difference, addition, subtract, darken-only, lighten-only, hsv-hue,
+# hsv-saturation, hsl-color, hsv-value, divide, dodge, burn, hardlight,
+# softlight, grain-extract, grain-merge, vivid-light, pin-light,
+# linear-light, hard-mix, exclusion, linear-burn, luma-darken-only,
+# luma-lighten-only, luminance, color-erase, erase, merge, split,
+# pass-through, replace and anti-erase.
+#
+# (layer-new-mode normal)
+
+# Sets the default blend space for the 'New Layer' dialog. Possible values
+# are auto, rgb-linear, rgb-perceptual and lab.
+#
+# (layer-new-blend-space auto)
+
+# Sets the default composite space for the 'New Layer' dialog. Possible
+# values are auto, rgb-linear, rgb-perceptual and lab.
+#
+# (layer-new-composite-space auto)
+
+# Sets the default composite mode for the 'New Layer' dialog. Possible
+# values are auto, union, clip-to-backdrop, clip-to-layer and intersection.
+#
+# (layer-new-composite-mode auto)
+
+# Sets the default opacity for the 'New Layer' dialog. This is a float
+# value.
+#
+# (layer-new-opacity 1)
+
+# Sets the default fill type for the 'New Layer' dialog. Possible values are
+# foreground, background, white, transparent and pattern.
+#
+# (layer-new-fill-type transparent)
+
+# Sets the default fill type for the 'Layer Boundary Size' dialog. Possible
+# values are foreground, background, white, transparent and pattern.
+#
+# (layer-resize-fill-type transparent)
+
+# Sets the default mask for the 'Add Layer Mask' dialog. Possible values are
+# white, black, alpha, alpha-transfer, selection, copy and channel.
+#
+# (layer-add-mask-type white)
+
+# Sets the default 'invert mask' state for the 'Add Layer Mask' dialog.
+# Possible values are yes and no.
+#
+# (layer-add-mask-invert no)
+
+# Sets the default merge type for the 'Merge Visible Layers' dialog.
+# Possible values are expand-as-necessary, clip-to-image,
+# clip-to-bottom-layer and flatten-image.
+#
+# (layer-merge-type expand-as-necessary)
+
+# Sets the default 'Active group only' for the 'Merge Visible Layers' dialog.
+# Possible values are yes and no.
+#
+# (layer-merge-active-group-only yes)
+
+# Sets the default 'Discard invisible' for the 'Merge Visible Layers' dialog.
+# Possible values are yes and no.
+#
+# (layer-merge-discard-invisible no)
+
+# Sets the default channel name for the 'New Channel' dialog. This is a
+# string value.
+#
+# (channel-new-name "Channel")
+
+# Sets the default color and opacity for the 'New Channel' dialog. The color
+# is specified in the form (color-rgba red green blue alpha) with channel
+# values as floats in the range of 0.0 to 1.0.
+#
+# (channel-new-color (color-rgba 0 0 0 0.5))
+
+# Sets the default path name for the 'New Path' dialog. This is a string
+# value.
+#
+# (path-new-name "Path")
+
+# Sets the default folder path for the 'Export Path' dialog. This is a
+# single filename.
+#
+#
+
+# Sets the default 'Export the active path' state for the 'Export Path'
+# dialog. Possible values are yes and no.
+#
+# (path-export-active-only yes)
+
+# Sets the default folder path for the 'Import Path' dialog. This is a
+# single filename.
+#
+#
+
+# Sets the default 'Merge imported paths' state for the 'Import Path' dialog.
+# Possible values are yes and no.
+#
+# (path-import-merge no)
+
+# Sets the default 'Scale imported paths to fit size' state for the 'Import
+# Path' dialog. Possible values are yes and no.
+#
+# (path-import-scale no)
+
+# Sets the default feather radius for the 'Feather Selection' dialog. This
+# is a float value.
+#
+# (selection-feather-radius 5)
+
+# Sets the default 'Selected areas continue outside the image' setting for
+# the 'Feather Selection' dialog. Possible values are yes and no.
+#
+# (selection-feather-edge-lock yes)
+
+# Sets the default grow radius for the 'Grow Selection' dialog. This is a
+# float value.
+#
+# (selection-grow-radius 1)
+
+# Sets the default shrink radius for the 'Shrink Selection' dialog. This is
+# a float value.
+#
+# (selection-shrink-radius 1)
+
+# Sets the default 'Selected areas continue outside the image' setting for
+# the 'Shrink Selection' dialog. Possible values are yes and no.
+#
+# (selection-shrink-edge-lock no)
+
+# Sets the default border radius for the 'Border Selection' dialog. This is
+# a float value.
+#
+# (selection-border-radius 5)
+
+# Sets the default border style for the 'Border Selection' dialog. Possible
+# values are hard, smooth and feathered.
+#
+# (selection-border-style smooth)
+
+# Sets the default 'Selected areas continue outside the image' setting for
+# the 'Border Selection' dialog. Possible values are yes and no.
+#
+# (selection-border-edge-lock no)
+
+# The default fill options for the fill dialogs. This is a parameter list.
+#
+# (fill-options
+# (style solid)
+# (antialias yes)
+# (feather no)
+# (feather-radius 10))
+
+# The default stroke options for the stroke dialogs. This is a parameter
+# list.
+#
+# (stroke-options
+# (style solid)
+# (antialias yes)
+# (feather no)
+# (feather-radius 10)
+# (method line)
+# (width 6)
+# (unit pixels)
+# (cap-style butt)
+# (join-style miter)
+# (miter-limit 10)
+# (dash-offset 0)
+# (dash-info 0)
+# (emulate-brush-dynamics no))
+
+# Where to search for fractals used by the Fractal Explorer plug-in. This is
+# a colon-separated list of folders to search.
+#
+# (fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
+
+# Where to search for Gfig figures used by the Gfig plug-in. This is a
+# colon-separated list of folders to search.
+#
+# (gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")
+
+# Where to search for gflares used by the GFlare plug-in. This is a
+# colon-separated list of folders to search.
+#
+# (gflare-path "${gimp_dir}/gflare:${gimp_data_dir}/gflare")
+
+# Where to search for data used by the Gimpressionist plug-in. This is a
+# colon-separated list of folders to search.
+#
+# (gimpressionist-path "${gimp_dir}/gimpressionist:${gimp_data_dir}/gimpressionist")
+
+# This path will be searched for scripts when the Script-Fu plug-in is run.
+# This is a colon-separated list of folders to search.
+#
+# (script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")
+
diff --git a/etc/gtkrc b/etc/gtkrc
new file mode 100644
index 0000000..6df187a
--- /dev/null
+++ b/etc/gtkrc
@@ -0,0 +1,37 @@
+# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
+#
+# include "rc-file"
+#
+# style <name> [= <name>]
+# {
+# <option>
+# }
+#
+# widget <widget_set> style <style_name>
+# class <widget_class_set> style <style_name>
+#
+# You can add your own GIMP-specific GTK styles here.
+
+
+#
+# Adjust the size of previews in plug-in dialogs:
+#
+style "gimp-large-preview"
+{
+ GimpPreview::size = 256
+}
+
+# class "GimpPreview" style "gimp-large-preview"
+
+#
+# Change the combo-box popup style:
+#
+# This only has effect if GTK is built with the patches
+# in the GIMP source-tree's build/patches/ directory.
+#
+style "combo-box-popup-style"
+{
+ GtkComboBox::popup-style = GTK_COMBO_BOX_POPUP_LIST
+}
+
+class "GtkComboBox" style "combo-box-popup-style"
diff --git a/etc/menurc b/etc/menurc
new file mode 100644
index 0000000..9f5dda0
--- /dev/null
+++ b/etc/menurc
@@ -0,0 +1,3 @@
+; gimp GtkAccelMap rc-file -*- scheme -*-
+;
+(gtk_accel_path "<Actions>/plug-in/file-print-gtk" "<Primary>p")
diff --git a/etc/sessionrc b/etc/sessionrc
new file mode 100644
index 0000000..6d7e939
--- /dev/null
+++ b/etc/sessionrc
@@ -0,0 +1,85 @@
+# 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-empty-image-window")
+ (position 200 100)
+ (size 640 480))
+(session-info "toplevel"
+ (factory-entry "gimp-single-image-window")
+ (position 200 100)
+ (size 1024 768)
+ (open-on-exit)
+ (aux-info
+ (left-docks-width "188")
+ (right-docks-width "205")
+ (maximized "no"))
+ (gimp-toolbox
+ (side left)
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-device-status"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-undo-history"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-image-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))))
+ (gimp-dock
+ (side right)
+ (book
+ (current-page 0)
+ (dockable "gimp-brush-grid"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-pattern-grid"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-font-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-document-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true"))))
+ (book
+ (position 336)
+ (current-page 0)
+ (dockable "gimp-layer-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-channel-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-vectors-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true"))))))
+
+(hide-docks no)
+(single-window-mode yes)
+(tabs-position 0)
+(last-tip-shown 0)
+
+# end of sessionrc
diff --git a/etc/templaterc b/etc/templaterc
new file mode 100644
index 0000000..60331f7
--- /dev/null
+++ b/etc/templaterc
@@ -0,0 +1,383 @@
+# GIMP templates
+#
+# A collection of image templates.
+
+(GimpTemplate "A0 (300 ppi)"
+ (width 9933)
+ (height 14043)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A1 (300 ppi)"
+ (width 7016)
+ (height 9933)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A2 (300 ppi)"
+ (width 4960)
+ (height 7016)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A3 (300 ppi)"
+ (width 3508)
+ (height 4960)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A4 (300 ppi)"
+ (width 2480)
+ (height 3508)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A5 (300 ppi)"
+ (width 1748)
+ (height 2480)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A6 (300 ppi)"
+ (width 1240)
+ (height 1748)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "A7 (300 ppi)"
+ (width 874)
+ (height 1240)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "B4 (300 ppi)"
+ (width 2953)
+ (height 4169)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "B5 (300 ppi)"
+ (width 2079)
+ (height 2953)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "B5-Japan (300 ppi)"
+ (width 2150)
+ (height 3035)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "US Letter (300 ppi)"
+ (width 2550)
+ (height 3300)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "US Legal (300 ppi)"
+ (width 2550)
+ (height 4200)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "88.9×50.8 US Business Card"
+ (icon-name "gimp-business-card")
+ (width 1050)
+ (height 600)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "85×55 Western Europe Business Card"
+ (icon-name "gimp-business-card")
+ (width 1004)
+ (height 650)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "90×50 Eastern Europe Business Card"
+ (icon-name "gimp-business-card")
+ (width 1063)
+ (height 591)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "90×55 Business Card (AU, IN etc.)"
+ (icon-name "gimp-business-card")
+ (width 1063)
+ (height 650)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "87×49 Vistaprint Business Card"
+ (icon-name "gimp-business-card")
+ (width 1028)
+ (height 579)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Toilet paper (US, 300 ppi)"
+ (icon-name "gimp-toilet-paper")
+ (width 1350)
+ (height 1350)
+ (unit inches)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "CD cover (300 ppi)"
+ (icon-name "media-optical")
+ (width 1429)
+ (height 1417)
+ (unit millimeters)
+ (xresolution 300.000000)
+ (yresolution 300.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Web banner leaderboard 728x90"
+ (icon-name "gimp-web")
+ (width 728)
+ (height 90)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Web banner large rectangle 336×280"
+ (icon-name "gimp-web")
+ (width 336)
+ (height 280)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Web banner medium rectangle 300×250"
+ (icon-name "gimp-web")
+ (width 300)
+ (height 250)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Web banner large mobile 320×100"
+ (icon-name "gimp-web")
+ (width 320)
+ (height 100)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Web banner large skyscraper 300×600"
+ (icon-name "gimp-web")
+ (width 300)
+ (height 600)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "1280×720 (HD 720p)"
+ (icon-name "gimp-video")
+ (width 1280)
+ (height 720)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "1920×1080 (Full HD 1080p)"
+ (icon-name "gimp-video")
+ (width 1920)
+ (height 1080)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "3840x2160 (4K UHD)"
+ (icon-name "gimp-video")
+ (width 3840)
+ (height 2160)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "4096×2160 (Digital Cinema Initiatives 4K)"
+ (icon-name "gimp-video")
+ (width 4096)
+ (height 2160)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "1366×768 HD"
+ (icon-name "gimp-display")
+ (width 1366)
+ (height 768)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "1920×1200 WUXGA"
+ (icon-name "gimp-display")
+ (width 1920)
+ (height 1200)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "2560x1600 WQXGA"
+ (icon-name "gimp-display")
+ (width 2560)
+ (height 1600)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "3840×2160 4K UHD"
+ (icon-name "gimp-display")
+ (width 3840)
+ (height 2160)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Apple iPhone 6/7"
+ (icon-name "gimp-smartphone")
+ (width 750)
+ (height 1334)
+ (unit millimeters)
+ (xresolution 326.000000)
+ (yresolution 326.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Apple iPhone 5"
+ (icon-name "gimp-smartphone")
+ (width 640)
+ (height 1136)
+ (unit millimeters)
+ (xresolution 326.000000)
+ (yresolution 326.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Apple iPad 3&4, Air"
+ (icon-name "gimp-smartphone")
+ (width 2048)
+ (height 2732)
+ (unit millimeters)
+ (xresolution 264.000000)
+ (yresolution 264.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Samsung Galaxy S6"
+ (icon-name "gimp-smartphone")
+ (width 1440)
+ (height 2560)
+ (unit millimeters)
+ (xresolution 577.000000)
+ (yresolution 577.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Samsung Galaxy S5"
+ (icon-name "gimp-smartphone")
+ (width 1080)
+ (height 1920)
+ (unit millimeters)
+ (xresolution 360.000000)
+ (yresolution 360.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+(GimpTemplate "Samsung Galaxy Tab 2&3 10,1 inch"
+ (icon-name "gimp-smartphone")
+ (width 800)
+ (height 1280)
+ (unit millimeters)
+ (xresolution 149.000000)
+ (yresolution 149.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type background))
+
+# end of templates
diff --git a/etc/toolrc b/etc/toolrc
new file mode 100644
index 0000000..81bb052
--- /dev/null
+++ b/etc/toolrc
@@ -0,0 +1,185 @@
+# GIMP toolrc
+
+(file-version 1)
+
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-move-tool")
+ (children
+ (GimpToolInfo "gimp-move-tool"
+ (icon-name "gimp-tool-move")
+ (visible yes))
+ (GimpToolInfo "gimp-align-tool"
+ (icon-name "gimp-tool-align")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-rect-select-tool")
+ (children
+ (GimpToolInfo "gimp-rect-select-tool"
+ (icon-name "gimp-tool-rect-select")
+ (visible yes))
+ (GimpToolInfo "gimp-ellipse-select-tool"
+ (icon-name "gimp-tool-ellipse-select")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-free-select-tool")
+ (children
+ (GimpToolInfo "gimp-free-select-tool"
+ (icon-name "gimp-tool-free-select")
+ (visible yes))
+ (GimpToolInfo "gimp-iscissors-tool"
+ (icon-name "gimp-tool-iscissors")
+ (visible yes))
+ (GimpToolInfo "gimp-foreground-select-tool"
+ (icon-name "gimp-tool-foreground-select")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-fuzzy-select-tool")
+ (children
+ (GimpToolInfo "gimp-fuzzy-select-tool"
+ (icon-name "gimp-tool-fuzzy-select")
+ (visible yes))
+ (GimpToolInfo "gimp-by-color-select-tool"
+ (icon-name "gimp-tool-by-color-select")
+ (visible yes))))
+(GimpToolInfo "gimp-crop-tool"
+ (icon-name "gimp-tool-crop")
+ (visible yes))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-unified-transform-tool")
+ (children
+ (GimpToolInfo "gimp-unified-transform-tool"
+ (icon-name "gimp-tool-unified-transform")
+ (visible yes))
+ (GimpToolInfo "gimp-rotate-tool"
+ (icon-name "gimp-tool-rotate")
+ (visible yes))
+ (GimpToolInfo "gimp-scale-tool"
+ (icon-name "gimp-tool-scale")
+ (visible yes))
+ (GimpToolInfo "gimp-shear-tool"
+ (icon-name "gimp-tool-shear")
+ (visible yes))
+ (GimpToolInfo "gimp-flip-tool"
+ (icon-name "gimp-tool-flip")
+ (visible yes))
+ (GimpToolInfo "gimp-perspective-tool"
+ (icon-name "gimp-tool-perspective")
+ (visible yes))
+ (GimpToolInfo "gimp-transform-3d-tool"
+ (icon-name "gimp-tool-transform-3d")
+ (visible yes))
+ (GimpToolInfo "gimp-handle-transform-tool"
+ (icon-name "gimp-tool-handle-transform")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-warp-tool")
+ (children
+ (GimpToolInfo "gimp-warp-tool"
+ (icon-name "gimp-tool-warp")
+ (visible yes))
+ (GimpToolInfo "gimp-cage-tool"
+ (icon-name "gimp-tool-cage")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-bucket-fill-tool")
+ (children
+ (GimpToolInfo "gimp-bucket-fill-tool"
+ (icon-name "gimp-tool-bucket-fill")
+ (visible yes))
+ (GimpToolInfo "gimp-gradient-tool"
+ (icon-name "gimp-tool-gradient")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-paintbrush-tool")
+ (children
+ (GimpToolInfo "gimp-paintbrush-tool"
+ (icon-name "gimp-tool-paintbrush")
+ (visible yes))
+ (GimpToolInfo "gimp-pencil-tool"
+ (icon-name "gimp-tool-pencil")
+ (visible yes))
+ (GimpToolInfo "gimp-airbrush-tool"
+ (icon-name "gimp-tool-airbrush")
+ (visible yes))
+ (GimpToolInfo "gimp-ink-tool"
+ (icon-name "gimp-tool-ink")
+ (visible yes))
+ (GimpToolInfo "gimp-mypaint-brush-tool"
+ (icon-name "gimp-tool-mypaint-brush")
+ (visible yes))))
+(GimpToolInfo "gimp-eraser-tool"
+ (icon-name "gimp-tool-eraser")
+ (visible yes))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-clone-tool")
+ (children
+ (GimpToolInfo "gimp-clone-tool"
+ (icon-name "gimp-tool-clone")
+ (visible yes))
+ (GimpToolInfo "gimp-perspective-clone-tool"
+ (icon-name "gimp-tool-perspective-clone")
+ (visible yes))
+ (GimpToolInfo "gimp-heal-tool"
+ (icon-name "gimp-tool-heal")
+ (visible yes))))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-smudge-tool")
+ (children
+ (GimpToolInfo "gimp-smudge-tool"
+ (icon-name "gimp-tool-smudge")
+ (visible yes))
+ (GimpToolInfo "gimp-convolve-tool"
+ (icon-name "gimp-tool-blur")
+ (visible yes))
+ (GimpToolInfo "gimp-dodge-burn-tool"
+ (icon-name "gimp-tool-dodge")
+ (visible yes))))
+(GimpToolInfo "gimp-vector-tool"
+ (icon-name "gimp-tool-path")
+ (visible yes))
+(GimpToolInfo "gimp-text-tool"
+ (icon-name "gimp-tool-text")
+ (visible yes))
+(GimpToolGroup "tool group"
+ (visible yes)
+ (active-tool "gimp-color-picker-tool")
+ (children
+ (GimpToolInfo "gimp-color-picker-tool"
+ (icon-name "gimp-tool-color-picker")
+ (visible yes))
+ (GimpToolInfo "gimp-measure-tool"
+ (icon-name "gimp-tool-measure")
+ (visible yes))))
+(GimpToolInfo "gimp-zoom-tool"
+ (icon-name "gimp-tool-zoom")
+ (visible yes))
+(GimpToolInfo "gimp-brightness-contrast-tool"
+ (icon-name "gimp-tool-brightness-contrast")
+ (visible no))
+(GimpToolInfo "gimp-threshold-tool"
+ (icon-name "gimp-tool-threshold")
+ (visible no))
+(GimpToolInfo "gimp-levels-tool"
+ (icon-name "gimp-tool-levels")
+ (visible no))
+(GimpToolInfo "gimp-curves-tool"
+ (icon-name "gimp-tool-curves")
+ (visible no))
+(GimpToolInfo "gimp-offset-tool"
+ (icon-name "gimp-tool-offset")
+ (visible no))
+(GimpToolInfo "gimp-gegl-tool"
+ (icon-name "gimp-gegl")
+ (visible no))
+
+# end of toolrc
diff --git a/etc/unitrc b/etc/unitrc
new file mode 100644
index 0000000..6b8472e
--- /dev/null
+++ b/etc/unitrc
@@ -0,0 +1,54 @@
+# GIMP unitrc
+# This file contains your user unit database. You can
+# modify this list with the unit editor. You are not
+# supposed to edit it manually, but of course you can do.
+# This file will be entirely rewritten every time
+# you quit GIMP.
+
+(unit-info "centimeters"
+ (factor 2.540000)
+ (digits 2)
+ (symbol "cm")
+ (abbreviation "cm")
+ (singular "centimeter")
+ (plural "centimeters"))
+
+(unit-info "meters"
+ (factor 0.025400)
+ (digits 4)
+ (symbol "m")
+ (abbreviation "m")
+ (singular "meter")
+ (plural "meters"))
+
+(unit-info "feet"
+ (factor 0.083333)
+ (digits 4)
+ (symbol "'")
+ (abbreviation "ft")
+ (singular "foot")
+ (plural "feet"))
+
+(unit-info "yards"
+ (factor 0.027778)
+ (digits 4)
+ (symbol "yd")
+ (abbreviation "yd")
+ (singular "yard")
+ (plural "yards"))
+
+(unit-info "typogr. points"
+ (factor 72.270000)
+ (digits 0)
+ (symbol "tpt")
+ (abbreviation "tpt")
+ (singular "typogr. point")
+ (plural "typogr. points"))
+
+(unit-info "typogr. picas"
+ (factor 6.022500)
+ (digits 1)
+ (symbol "tpc")
+ (abbreviation "tpc")
+ (singular "typogr. pica")
+ (plural "typogr. picas"))