summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:25:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:25:53 +0000
commit62fca685d3e0fa70181c0f875210d55ba244b940 (patch)
tree49dfb45374d68d34d819e4be42c9766887fd9f1e /debian
parentDisable saving doc viewport. (diff)
downloadinkscape-62fca685d3e0fa70181c0f875210d55ba244b940.tar.xz
inkscape-62fca685d3e0fa70181c0f875210d55ba244b940.zip
Setting theme to "system".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/progress-linux/0005-theme.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0005-theme.patch b/debian/patches/progress-linux/0005-theme.patch
new file mode 100644
index 0000000..af9a3ab
--- /dev/null
+++ b/debian/patches/progress-linux/0005-theme.patch
@@ -0,0 +1,22 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting theme to "system".
+
+diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h
+--- inkscape.orig/src/preferences-skeleton.h
++++ inkscape/src/preferences-skeleton.h
+@@ -508,12 +508,12 @@ static char const preferences_skeleton[]
+ flattening="0" />
+ <group
+ id="theme"
+- defaultPreferDarkTheme="1"
++ defaultPreferDarkTheme="0"
+ defaultIconTheme="multicolor"
+ defaultGtkTheme="Adwaita"
+ narrowSpinButton="1"
+- preferDarkTheme="1"
+- darkTheme="1"
++ preferDarkTheme="0"
++ darkTheme="0"
+ symbolicIcons="1"
+ symbolicDefaultBaseColors="1"
+ symbolicDefaultHighColors="0"/>
diff --git a/debian/patches/series b/debian/patches/series
index d2becab..d1321d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ progress-linux/0001-enable-sort-attributes.patch
progress-linux/0002-disable-savewindowgeometry.patch
progress-linux/0003-disable-savedialogposition.patch
progress-linux/0004-disable-savedocviewport.patch
+progress-linux/0005-theme.patch