1
0
Fork 0

Setting icon-theme to "system".

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

View file

@ -0,0 +1,21 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting icon-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
@@ -533,12 +533,12 @@ static char const preferences_skeleton[]
<group
id="theme"
defaultPreferDarkTheme="0"
- defaultIconTheme="multicolor"
+ defaultIconTheme="Adwaita"
defaultGtkTheme="Adwaita"
narrowSpinButton="1"
preferDarkTheme="0"
darkTheme="0"
- symbolicIcons="1"
+ symbolicIcons="0"
symbolicDefaultBaseColors="1"
symbolicDefaultHighColors="0"/>
</inkscape>

View file

@ -14,3 +14,4 @@ progress-linux/0002-disable-savewindowgeometry.patch
progress-linux/0003-disable-savedialogposition.patch
progress-linux/0004-disable-savedocviewport.patch
progress-linux/0005-dark-theme.patch
progress-linux/0006-icon-theme.patch