From that (and the other cannot) I’d deduce you’re using a Snap build. For those, restricted permissions seem normal (despite no font labels sounding like a missing permission bug). You’d probably have to define extra permissions for the Snap package (don’t ask me if and how that would work). Or, you could use the distribution’s (older) release, or for a fresh release download and install the TDF build from Download LibreOffice | LibreOffice - Free Office Suite - Based on OpenOffice - Compatible with Microsoft which installs to /opt/.
Thanks for link. I have tried experimental builds before, with terrible results. But I shall keep an open eye and mind.
I like LO, but it has been too buggy these past 2 years, and has zero support. Not even a list of dependencies is provided, so users like me have no starting point to begin the process of deducing possible causes.
Here is a real example… I have 2 machines. Both are loaded with the exact same releases for Ubuntu 22.04 and LO 7.3. LO is installed from repositories (not snaps) on both machines. On machine A, font labels appear in the dropdown box. On machine B, no fonts appear.
The list of dependencies is provided by the Linux distribution you use to install the packages. Specifically on Ubuntu as it is based on Debian it’s nailed in the .deb packages and the package manager takes care of installing required (and optionally suggested) packages. You can list dependencies with
apt-cache showpkg libreoffice
(note it may list information for more than one version if the distribution provides multiple versions) and then dive down deeper into Dependencies listed packages like for Writer
apt-cache showpkg libreoffice-writer
and so on until satisfied.
If you also want to see suggested packages you may use
apt-cache show libreoffice | grep -E '^(Depends|Suggests):'
Is it indeed exactly the same installation (and not even the window managers or installed fonts or other packages differ)? Or do desktop integrations differ, like libreoffice-kde5 vs libreoffice-gnome vs libreoffice-gtk3? Did you try to reset your profile or start in safe mode on the machine where font labels don’t appear? Help → Restart in Safe Mode…
Unfortunately, my comment holds true. I receive comments from other people, but not solutions. LO has zero support. I have yet to reach the LO developers. I do not see why I should pay for pro help to resolve a basic feature, when others receive the feature freely.
Respectfully, yours are comments, not solutions. Listing installed packages or dependencies is not a solution. I need a list of what must be installed, then compare to what I have.
Yes, both machines have exactly the same releases of LO and Ubuntu 22.04. The LO is not installed from the snaps.
The disappearing fonts labels have been a problem with Ubuntu 21, also.
Invoking LO from the command line, to override GTK, results in a microscopic LO GUI on a 4K monitor. The colour scheme changes by default, with the result the font drop down box shows labels, the highlighter is blue, and the highlighted text is white. But this method is simply not workable.
The result tells me the problematic LO has defaulted to a white text on a white background, for the drop down box only. The issue is how to resolve this anomaly? Deleting the user profile does nothing. Reinstalling LO from repository does nothing.
Unfortunately, reviewing installed and suggested pkgs did not resolve the problem. Per the lists, I seem to have all dependencies. I was hoping a missing dependency would resolve the problem, but alas no.
The core issue is the disappearance of font labels in the font dropdown box for LO Writer.
Purely by chance, with no inkling at all, I resolved the core issue by changing the windowing. On the laptop, I wanted to alter the monitor gamma by issuing a command at startup. This caused me to switch windowing from Wayland to X11.
Voila, This simple change resolves the core issue. LO Writer now displays black text against a white background in the dropdown box.