| 1 | # XDG Desktop Portal configuration for gar desktop environment |
| 2 | # |
| 3 | # This file tells xdg-desktop-portal to prefer garfield for file chooser dialogs. |
| 4 | # Install to: /usr/share/xdg-desktop-portal/gar-portals.conf |
| 5 | # or: ~/.config/xdg-desktop-portal/gar-portals.conf |
| 6 | # |
| 7 | # The desktop environment is detected from XDG_CURRENT_DESKTOP. |
| 8 | # For gar, set: XDG_CURRENT_DESKTOP=gar |
| 9 | |
| 10 | [preferred] |
| 11 | # Use garfield for file dialogs, fall back to gtk if garfield unavailable |
| 12 | default=garfield;gtk |
| 13 | |
| 14 | # Explicitly prefer garfield for FileChooser interface |
| 15 | org.freedesktop.impl.portal.FileChooser=garfield |
| 16 |