mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
24 lines
1.3 KiB
Diff
24 lines
1.3 KiB
Diff
From a1c8189f02ee694f049b2e04b9baffab3fafea22 Mon Sep 17 00:00:00 2001
|
|
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
|
|
Date: Sun, 5 Apr 2020 20:53:46 +0300
|
|
Subject: [PATCH] Force icons in menus in GTK+3 VCLs
|
|
|
|
By default both IsSystemIconsInMenus and ShowIconsInMenues are true,
|
|
but IsSystemIconsInMenus being true forces taking GTK 3 default to not show icons.
|
|
|
|
I beleive that icons help people to use menus.
|
|
Also, we are migrating users from libreoffice-kde4 to libreoffice-gtk3-kde5,
|
|
kde4 did show icons, so we would better keep them on.
|
|
|
|
diff -urN libreoffice-6.4.4.2/officecfg/registry/schema/org/openoffice/Office/Common.xcs libreoffice-6.4.4.2-patched/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
|
--- libreoffice-6.4.4.2/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2020-05-13 14:19:20.000000000 +0300
|
|
+++ libreoffice-6.4.4.2-patched/officecfg/registry/schema/org/openoffice/Office/Common.xcs 2020-06-03 11:29:32.879527737 +0300
|
|
@@ -2875,7 +2875,7 @@
|
|
<desc>Indicates whether icons in the office menus should
|
|
shown/hidden by following the System theme.</desc>
|
|
</info>
|
|
- <value>true</value>
|
|
+ <value>false</value>
|
|
</prop>
|
|
<prop oor:name="ShowIconsInMenues" oor:type="xs:boolean" oor:nillable="false">
|
|
<!-- OldPath: General/View -->
|