Enable System File Dialogs in LibreOffice
LibreOffice includes built-in file picker dialogs by default, but many users prefer their operating system’s native file management windows for better integration, bookmarks, and familiarity. This guide explains how to configure LibreOffice to use standard system file dialogs on Linux and macOS to streamline opening and saving documents.
General Configuration (Linux and macOS)
The main setting to switch between LibreOffice dialogs and native system dialogs is located in the application preferences.
- Open LibreOffice.
- Open the Options window:
- Linux: Go to Tools >
Options (or press
Alt + F12). - macOS: Go to LibreOffice >
Preferences (or press
Cmd + ,).
- Linux: Go to Tools >
Options (or press
- In the left sidebar, expand the LibreOffice category and select General.
- Locate the Open/Save dialogs section on the right.
- Uncheck the box labeled Use LibreOffice dialogs.
- Click Apply and then OK.
Once this option is unchecked, LibreOffice will default to your operating system’s native file picker when opening or saving files.
Additional Steps for Linux
On Linux distributions, LibreOffice relies on specific UI integration packages to communicate with desktop environments such as GNOME (GTK) or KDE Plasma (Qt/KDE). If native dialogs do not appear after changing the general setting, you may need to install the appropriate integration package.
For GNOME, XFCE, and GTK-based Desktops
Install the GTK3 integration package using your distribution’s package manager:
Debian/Ubuntu/Mint:
sudo apt install libreoffice-gtk3Fedora/RHEL:
sudo dnf install libreoffice-gtk3Arch Linux:
sudo pacman -S libreoffice-fresh(Arch includes GTK/Qt plugins in the main package or via
libreoffice-still/libreoffice-freshdependencies).
For KDE Plasma / Qt-based Desktops
Install the Qt/KDE integration package:
Debian/Ubuntu/Kubuntu:
sudo apt install libreoffice-kf5Fedora:
sudo dnf install libreoffice-kf5
Restart LibreOffice after installing the corresponding package for the changes to take effect.
macOS Considerations
macOS generally defaults to native Finder-style Open and Save sheets. If LibreOffice displays its custom Java/cross-platform dialogs on macOS, unchecking Use LibreOffice dialogs under LibreOffice > Preferences > LibreOffice > General restores standard Finder integration with support for macOS tags, sidebar shortcuts, and iCloud Drive access.