<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Show menu icons by default in GTK3 Backend"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123265#c62">Comment # 62</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Show menu icons by default in GTK3 Backend"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123265">bug 123265</a>
from <span class="vcard"><a class="email" href="mailto:hellwoodfire@gmail.com" title="hellwoodfire <hellwoodfire@gmail.com>"> <span class="fn">hellwoodfire</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>