From 94462d7efb50d4219f940da40cb35c60e5c4ceb5 Mon Sep 17 00:00:00 2001 From: Mikhail N Date: Sun, 7 Jun 2020 09:37:49 +0000 Subject: [PATCH] Restore lost patch description --- 0001-Force-icons-in-menus-in-GTK-3-VCLs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/0001-Force-icons-in-menus-in-GTK-3-VCLs.patch b/0001-Force-icons-in-menus-in-GTK-3-VCLs.patch index b6c3e17..951f23f 100644 --- a/0001-Force-icons-in-menus-in-GTK-3-VCLs.patch +++ b/0001-Force-icons-in-menus-in-GTK-3-VCLs.patch @@ -1,3 +1,15 @@ +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. + 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