Closed issue by Aicaya on void-packages repository https://github.com/void-linux/void-packages/issues/46317 Description: ### Is this a new report? Yes ### System Info Void 5.15.131_1 x86_64 AuthenticAMD notuptodate rrmDFFFFFFFFFFFF ### Package(s) Affected xdg-desktop-portal-1.18.0_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? None that I could find. ### Expected behaviour The file chooser should open when needed. ### Actual behaviour It works correctly with GTK2, GTK4 and Qt apps, but on GTK3 apps it gives a `Can't open portal file chooser` error. Forgot to copy the exact message, but the last bit says `No such interface “org.freedesktop.portal.FileChooser” on object at path /org/freedesktop/portal/desktop/`. Downgrading back to version `1.16.0_2` fixes the issue (hence the `notuptodate` bit of the `xuname` output). ### Steps to reproduce Test 1: 1. Open a program that uses GTK3 dialogs via the terminal (e.g. Firefox). 2. `Ctrl+O` to open up the file dialog (or go to "File > Open file" on the menu bar). 3. Doesn't open, error shows on terminal. Test 2 (with zenity): 1. Run `zenity --file-selection` on the terminal. 2. File chooser doesn't pop up, error shows on terminal.