Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] LibreOffice Menus gone in Bullseye

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ajvok
Posts: 20
Joined: 2014-11-18 10:06

[SOLVED] LibreOffice Menus gone in Bullseye

#1 Post by ajvok »

Not a problem in previous versions of Debian but after my recent install of Bullseye, menus (File/Edit/View...) in LibreOffice have all gone.
Removing the package libreoffice-gtk3 gets the menus back but also has a significant negative impact on the look/feel of the app.
Is there anyway to get the menus to show without removing this package?
Thanks for any help.
Last edited by ajvok on 2021-09-03 14:58, edited 1 time in total.

ajvok
Posts: 20
Joined: 2014-11-18 10:06

Re: LibreOffice Menus gone in Bullseye

#2 Post by ajvok »

A lot of digging and fixed by adding these 2 lines:
<item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="ForceOpenGL" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseOpenGL" oor:op="fuse"><value>true</value></prop></item>
to ~/.config/libreoffice/4/user/registrymodifications.xcu
Thanks to: https://wiki.documentfoundation.org/OpenGL

Post Reply