diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:32:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:32:59 +0000 |
commit | 5063c69d01143fbaad0976603761aa0c47e32a12 (patch) | |
tree | 87aec4703872e95d8c38b86ab509833a0c47cd24 /debian | |
parent | Setting default-font to "DejaVu Sans". (diff) | |
download | gimp-5063c69d01143fbaad0976603761aa0c47e32a12.tar.xz gimp-5063c69d01143fbaad0976603761aa0c47e32a12.zip |
Setting global-font to yes.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0002-global-font.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-global-font.patch b/debian/patches/progress-linux/0002-global-font.patch new file mode 100644 index 0000000..6ca939a --- /dev/null +++ b/debian/patches/progress-linux/0002-global-font.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting global-font to yes. + +diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in +--- gimp.orig/etc/gimprc.in ++++ gimp/etc/gimprc.in +@@ -223,7 +223,7 @@ + # When enabled, the selected font will be used for all tools. Possible + # values are yes and no. + # +-# (global-font yes) ++(global-font yes) + + # Sets the default image in the "File/New" dialog. This is a parameter list. + # diff --git a/debian/patches/series b/debian/patches/series index fc211fa..8709182 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch plug-ins-Additional-fixes-for-DDS-Import.patch progress-linux/0001-default-font.patch +progress-linux/0002-global-font.patch |