A backend implementation for xdg-desktop-portal that is using Qt/KF5/libfm-qt.
$ mkdir build && cd build
$ cmake .. [your_options]
$ make
# make install
about:config
, search for "portal" and set both widget.use-xdg-desktop-portal.file-picker
and widget.use-xdg-desktop-portal.mime-handler
from 2
to 1
.widget.use-xdg-desktop-portal
has to be set to 1
.GTK_USE_PORTAL=1 application
A general use of GTK_USE_PORTAL=1
in ~/.profile
or /etc/profile
can lead to issues and
is not recommended.