[gimp] Installer: remove Thai locale temporarily (causes crash on Windows 7)
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Installer: remove Thai locale temporarily (causes crash on Windows 7)
- Date: Mon, 10 May 2021 16:40:13 +0000 (UTC)
commit f959726b5dd501e21a28847a91f4e67447fcfab3
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date: Fri Nov 9 22:39:08 2018 +0100
Installer: remove Thai locale temporarily (causes crash on Windows 7)
(cherry picked from commit e40a5b9d4cfcc732609391e89c10e4305c1c5891)
build/windows/installer/gimp3264.iss | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index beee964304..42940dc7f6 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -554,6 +554,9 @@ Type: files; Name: "{commondesktop}\GIMP 2.lnk"
;get previous GIMP icon name from uninstall name in Registry
Type: files; Name:
"{commonprograms}\{reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1,DisplayName|GIMP
2}.lnk"; Check:
CheckRegValueExists('SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1','DisplayName')
Type: files; Name:
"{commondesktop}\{reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1,DisplayName|GIMP
2}.lnk"; Check:
CheckRegValueExists('SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1','DisplayName')
+;temporary: thai locale causes a crash on Windows 7 (https://p.0au.de/4cd14fde/)
+Type: filesandordirs; Name: "{app}\share\locale\th\*"
+Type: dirifempty; Name: "{app}\share\locale\th"
[Registry]
;fix broken toolbox icons
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]