meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sw:libreoffice [2020/03/18 08:37] – niziak | sw:libreoffice [2025/10/13 10:37] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Libre Office ====== | ||
| + | |||
| + | ===== remote save and close ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | xdotool search --name Untitled key ctrl+s | ||
| + | xdotool search --name Untitled key ctrl+q | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Column/Row Highlighting ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | The functionality is built-in in LibreOffice since version 24.2. | ||
| + | | ||
| + | The option can be enabled through: | ||
| + | Tools ▸ Options ▸ LibreOffice Calc ▸ View, or through the menu entry View ▸ Column/Row Highlighting. | ||
| + | |||
| + | It is avail in '' | ||
| + | |||
| ====== Issues ====== | ====== Issues ====== | ||
| + | |||
| + | ===== paper format ===== | ||
| + | |||
| + | By default libre office checks (in that order): | ||
| + | * checks '' | ||
| + | * checks envs: '' | ||
| + | * defaults to '' | ||
| + | |||
| + | Solution to set A4: | ||
| + | |||
| + | <code bash>apt install libpaper-utils</ | ||
| + | |||
| + | <file conf / | ||
| + | a4 | ||
| + | </ | ||
| + | or | ||
| + | <code bash> | ||
| + | |||
| ===== Ugly look ===== | ===== Ugly look ===== | ||
| - | <code bash> | + | In general UI integration is missing, ie. libreoffice-kde , |
| + | Also icon set is needeed, i.e. libreoffice-style-tango | ||
| + | |||
| + | <code bash> | ||
| + | # Debian Jessie: | ||
| + | sudo apt-get install libreoffice-gtk3 gtk2-engines-oxygen libreoffice-style-oxygen | ||
| + | |||
| + | # Debian Buster | ||
| + | sudo apt-get install libreoffice-gtk3 libreoffice-style-tango | ||
| + | </ | ||
| + | |||
| ===== An error has occurred in LanguageTool 3.2 ==== | ===== An error has occurred in LanguageTool 3.2 ==== | ||
| + | {{: | ||
| < | < | ||
| java.lang.NoClassDefFoundError: | java.lang.NoClassDefFoundError: | ||