From a1c8189f02ee694f049b2e04b9baffab3fafea22 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov 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. --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 130726976..4b8c9055d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2909,7 +2909,7 @@ Indicates whether icons in the office menus should shown/hidden by following the System theme. - true + false -- 2.20.1