1
0
Fork 0

Setting default-font to "DejaVu Sans".

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 01:01:18 +02:00
parent d67bea442d
commit b5e730bf07
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting default-font to "DejaVu Sans".
diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in
--- gimp.orig/etc/gimprc.in
+++ gimp/etc/gimprc.in
@@ -193,7 +193,7 @@
# Specify a default font. This is a string value.
#
-# (default-font "Sans-serif")
+(default-font "DejaVu Sans")
# When enabled, the selected brush will be used for all tools. Possible
# values are yes and no.

View file

@ -0,0 +1 @@
progress-linux/0001-default-font.patch