Showing posts with label libreoffice. Show all posts
Showing posts with label libreoffice. Show all posts

Friday, February 27, 2026

NixOS: Libreoffice in distrobox does not use Adwaita dark theme

GTK_THEME=Adwaita:dark libreoffic
or set in fish config:
set -x GTK_THEME Adwaita:dark

Tuesday, October 28, 2025

LibreOffice: Use XLOOKUP instead of VLOOKUP

=IFERROR(XLOOKUP(C2,'file:///mnt/marks.ods'#$Sheet1.$C$2:$C$115,'file:///mnt/marks.ods'#$Sheet1.$AC$2:$AC$115,""),"")

Monday, March 20, 2023

LibreOffice freezes on logo

Disable opengl: SAL_DISABLE_OPENCL=1 libreoffice

Wednesday, January 11, 2017

Libreoffice: Batch convert word files (docx) to pdf

soffice --headless -convert-to pdf *.docx --outdir some_output_folder