[Libreoffice-bugs] [Bug 123265] Show menu icons by default in GTK3 Backend
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 5 18:26:36 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=123265
--- Comment #62 from hellwoodfire <hellwoodfire at gmail.com> ---
Sorry. I just discovered that works only if the ShowIconsInMenues option was
previously set in a previous version of LibreOffice, when the option was there
(eg 6.3.4)
There is a workaround for users with the GTK3 rendering:
Edit the registrymodifications.xcu file
It's here for the PPA or DED version (~ is your home folder):
~/.config/libreoffice/4/user/registrymodifications.xcu
or It's here for a flatpak:
~/.var/app/org.libreoffice.LibreOffice/config/libreoffice/4/user/registrymodifications.xcu
Edit (or add) the following lines.
<item oor:path="/org.openoffice.Office.Common/View/Menu"><prop
oor:name="IsSystemIconsInMenus"
oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/View/Menu"><prop
oor:name="ShowIconsInMenues" oor:op="fuse"><value>true</value></prop></item>
As you can see, with LO version 7.0.3, the logic is weird:
IsSystemIconsInMenus must be set to false.
ShowIconsInMenues must be set to true.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201105/8e4675c7/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list