Activate symbols in LibreOffice menus | Symbole im LibreOffice Menu aktivieren

×

Statusmeldung

You are not a member of this team. If you want to be part of this team, click on 'Subscribe to this team'.

(Thank you Thomsen, Hub Rhein-Ruhr for finding and testing the solution)

Since our Labdoo images are based on GTK3 (MATE), icons in the LibreOffice menus are not supported by default. But you can achieve this by starting LibreOffice with the KDE Framework 5 (kf5). To do this, carry out these steps for all users (labdoo and student):

  • Login as user labdoo, then run sudo apt install libreoffice-kf5 (Enter) in a terminal (this also installs a whole bunch of required libraries of the KDE Framework 5)
  • Start LibreOffice in the terminal with the command SAL_USE_VCLPLUGIN=kf5 libreoffice to check, if icons are shown
  • Open the files /labdoo/.profile and /student/.profile in an editor for both users labdoo and student in both home directories: add the line export SAL_USE_VCLPLUGIN=kf5. LibreOffice is now always starting with VCL:kf5. Log out and log in again or restart the computer, then the icons should be shown in the menus.

Note: The VCL kf5 also causes a different icon style to become active by default. If necessary, select a different symbol style under Extras -> Options -> View -> Selection list: Symbol style.

Da unsere Labdoo-Images auf GTK3 (MATE) basieren werden Icons in den Menüs von LibreOffice standardmäßig nicht unterstützt. Man kann dies aber erreichen, indem man LibreOffice mit dem KDE Frameworks 5 (kf5) startet. Hierzu diese Schritte für alle User (labdoo und student) durchführen:

  • Anmelden als User labdoo, dann im Terminal ausführen sudo apt install libreoffice-kf5 (Enter) (dies installiert zusätzlich eine ganze Reihe benötigter Bibliotheken des KDE Frameworks 5)
  • LibreOffice im Terminal mit dem Befehl SAL_USE_VCLPLUGIN=kf5 libreoffice starten, um zu prüfen, ob die Icons angezeigt werden.
  • Bei beiden Usern labdoo und student in in beiden Homeverzeichnissen in die Dateien /labdoo/.profile bzw. /student/.profile als neue Zeile eintragen: export SAL_USE_VCLPLUGIN=kf5. Damit wird LibreOffice stets mit dem VCL:kf5 gestartet. Abmelden und neu anmelden oder Neustart des Rechners, dann sollten die Icons in den Menüs dabei sein.

Anmerkung: Das VCL kf5 führt auch dazu, dass ein anderer Symbolstil defaultmäßig aktiv wird. Gegebenenfalls unter Extras -> Optionen -> Ansicht -> Auswahlliste: Symbolstil einen anderen Symbolstil wählen.

(Based on https://ask.libreoffice.org/t/symbole-im-menu-aktivieren-version-6-4-4-2..., thank you)