[gimp/gimp-2-10] Issue #1521 - First time start: GIMP-Error: Error while parsing templaterc



commit dca5d1377ddba445c6b876d20a7d94946efa080b
Author: Michael Natterer <mitch gimp org>
Date:   Tue May 29 00:03:20 2018 +0200

    Issue #1521 - First time start: GIMP-Error: Error while parsing templaterc
    
    Don't use deprecated "fill-type" value names in the defailt templaterc.
    
    (cherry picked from commit a0805e460a3d9879fd0c0153300b7fe73cfc5f18)

 etc/templaterc | 78 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)
---
diff --git a/etc/templaterc b/etc/templaterc
index ab3d7d089b..60331f7fbc 100644
--- a/etc/templaterc
+++ b/etc/templaterc
@@ -10,7 +10,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A1 (300 ppi)"
     (width 7016)
     (height 9933)
@@ -19,7 +19,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A2 (300 ppi)"
     (width 4960)
     (height 7016)
@@ -28,7 +28,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A3 (300 ppi)"
     (width 3508)
     (height 4960)
@@ -37,7 +37,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A4 (300 ppi)"
     (width 2480)
     (height 3508)
@@ -46,7 +46,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A5 (300 ppi)"
     (width 1748)
     (height 2480)
@@ -55,7 +55,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A6 (300 ppi)"
     (width 1240)
     (height 1748)
@@ -64,7 +64,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "A7 (300 ppi)"
     (width 874)
     (height 1240)
@@ -73,7 +73,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "B4 (300 ppi)"
     (width 2953)
     (height 4169)
@@ -82,7 +82,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "B5 (300 ppi)"
     (width 2079)
     (height 2953)
@@ -91,7 +91,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "B5-Japan (300 ppi)"
     (width 2150)
     (height 3035)
@@ -100,7 +100,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "US Letter (300 ppi)"
     (width 2550)
     (height 3300)
@@ -109,7 +109,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "US Legal (300 ppi)"
     (width 2550)
     (height 4200)
@@ -118,7 +118,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "88.9×50.8 US Business Card"
     (icon-name "gimp-business-card")
     (width 1050)
@@ -128,7 +128,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "85×55 Western Europe Business Card"
     (icon-name "gimp-business-card")
     (width 1004)
@@ -138,7 +138,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "90×50 Eastern Europe Business Card"
     (icon-name "gimp-business-card")
     (width 1063)
@@ -148,7 +148,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "90×55 Business Card (AU, IN etc.)"
     (icon-name "gimp-business-card")
     (width 1063)
@@ -158,7 +158,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "87×49 Vistaprint Business Card"
     (icon-name "gimp-business-card")
     (width 1028)
@@ -168,7 +168,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Toilet paper (US, 300 ppi)"
     (icon-name "gimp-toilet-paper")
     (width 1350)
@@ -178,7 +178,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "CD cover (300 ppi)"
     (icon-name "media-optical")
     (width 1429)
@@ -188,7 +188,7 @@
     (yresolution 300.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Web banner leaderboard 728x90"
     (icon-name "gimp-web")
     (width 728)
@@ -198,7 +198,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Web banner large rectangle 336×280"
     (icon-name "gimp-web")
     (width 336)
@@ -208,7 +208,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Web banner medium rectangle 300×250"
     (icon-name "gimp-web")
     (width 300)
@@ -218,7 +218,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Web banner large mobile 320×100"
     (icon-name "gimp-web")
     (width 320)
@@ -228,7 +228,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Web banner large skyscraper 300×600"
     (icon-name "gimp-web")
     (width 300)
@@ -238,7 +238,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "1280×720 (HD 720p)"
     (icon-name "gimp-video")
     (width 1280)
@@ -248,7 +248,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "1920×1080 (Full HD 1080p)"
     (icon-name "gimp-video")
     (width 1920)
@@ -258,7 +258,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "3840x2160 (4K UHD)"
     (icon-name "gimp-video")
     (width 3840)
@@ -268,7 +268,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "4096×2160 (Digital Cinema Initiatives 4K)"
     (icon-name "gimp-video")
     (width 4096)
@@ -278,7 +278,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "1366×768 HD"
     (icon-name "gimp-display")
     (width 1366)
@@ -288,7 +288,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "1920×1200 WUXGA"
     (icon-name "gimp-display")
     (width 1920)
@@ -298,7 +298,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "2560x1600 WQXGA"
     (icon-name "gimp-display")
     (width 2560)
@@ -308,7 +308,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "3840×2160 4K UHD"
     (icon-name "gimp-display")
     (width 3840)
@@ -318,7 +318,7 @@
     (yresolution 72.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Apple iPhone 6/7"
     (icon-name "gimp-smartphone")
     (width 750)
@@ -328,7 +328,7 @@
     (yresolution 326.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Apple iPhone 5"
     (icon-name "gimp-smartphone")
     (width 640)
@@ -338,7 +338,7 @@
     (yresolution 326.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Apple iPad 3&4, Air"
     (icon-name "gimp-smartphone")
     (width 2048)
@@ -348,7 +348,7 @@
     (yresolution 264.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Samsung Galaxy S6"
     (icon-name "gimp-smartphone")
     (width 1440)
@@ -358,7 +358,7 @@
     (yresolution 577.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Samsung Galaxy S5"
     (icon-name "gimp-smartphone")
     (width 1080)
@@ -368,7 +368,7 @@
     (yresolution 360.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 (GimpTemplate "Samsung Galaxy Tab 2&3 10,1 inch"
     (icon-name "gimp-smartphone")
     (width 800)
@@ -378,6 +378,6 @@
     (yresolution 149.000000)
     (resolution-unit inches)
     (image-type rgb)
-    (fill-type background-fill))
+    (fill-type background))
 
 # end of templates


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