What OS?
I fear this kind of icon is more complicated than just a theme. It may be linked to how the contrast is rendered in dark mode themes for such icons.
Personally, on my Xubuntu machine, I tweak the LO launcher (soffice in /usr/lib) to set the generic display and avoid the dark theme from my desktop manager to apply.
I don't know why but for The Gimp I have no problem with the dark theme but for LO I'm lost with the dark theme. Moreover there are glitches that I can't stand with LO using dark themes (icons in menus are not aligned).
LibreOffice 24.8 on Xubuntu 24.10 and 7.6.4.1 portable on Windows 10
Hagar Delest wrote: ↑Wed Jun 26, 2024 8:08 am
What OS?
I fear this kind of icon is more complicated than just a theme. It may be linked to how the contrast is rendered in dark mode themes for such icons.
Personally, on my Xubuntu machine, I tweak the LO launcher (soffice in /usr/lib) to set the generic display and avoid the dark theme from my desktop manager to apply.
I don't know why but for The Gimp I have no problem with the dark theme but for LO I'm lost with the dark theme. Moreover there are glitches that I can't stand with LO using dark themes (icons in menus are not aligned).
How Did you do that? I don't like how do the icons render in dark mode too.
Hagar Delest wrote: ↑Sun Aug 11, 2024 9:06 pm
You have to edit the exec file:
sudo mousepad /usr/lib/libreoffice/program/soffice
Then add this line:
export SAL_USE_VCLPLUGIN=gen
Please add [Solved] at the beginning of the title in your first post (top of the topic) with the 🖉button if your issue has been fixed.
# file locking now enabled by default
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING
Note however that this change will be lost next time you upgrade OpenOffice. A longer term solution is to edit the OpenOffice entry in your application launcher and insert the string at the beginning of the command to start OpenOffice.
Slackware 15 64 bit
Apache OpenOffice 4.1.15
LibreOffice 24.8.2.1; SlackBuild for 24.8.2 by Eric Hameleers
---------------------
Roses are Red, Violets are Blue
Unexpected '{' on line 32
# file locking now enabled by default
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING
Note however that this change will be lost next time you upgrade OpenOffice. A longer term solution is to edit the OpenOffice entry in your application launcher and insert the string at the beginning of the command to start OpenOffice.
What command-line options should I paste? I use fuzzel as my application launcher.
I tried to add gen before SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING, it changed my theme, but now I have problems with scaling .
robleyd wrote: ↑Sun Aug 18, 2024 1:47 am
Note however that this change will be lost next time you upgrade OpenOffice. A longer term solution is to edit the OpenOffice entry in your application launcher and insert the string at the beginning of the command to start OpenOffice.
I tried that too but the problem is with default applications that use directly the soffice file instead of the custom launcher.
What is the problem with scaling exactly? Fuzziness or too small interface?
LibreOffice 24.8 on Xubuntu 24.10 and 7.6.4.1 portable on Windows 10