Results 164 comments of tinywrkb

> XFCE does not start GNOME Xsettings as it uses it's own provider, I'm not sure if that matters though thought I'd ask? No, you don't need the Gnome Settings...

I'm not sure if this going to help, but `XDG_CURRENT_DESKTOP` is not set correctly by XFCE. Export `XDG_CURRENT_DESKTOP=XFCE:GNOME`, and then restart the portals. Also run the tested app with this...

> Also it seems XFCE does set it properly? In a fresh terminal: > > ``` > $ set | grep ^XDG_CURRENT_DESKTOP > XDG_CURRENT_DESKTOP=XFCE > ``` XFCE does not provide...

It should be pointed out that in Arch Linux, distro font packages do not install config snippets into `/etc/fonts/conf.d`, and this folder has mostly symlinks to `/usr`. **In more detail...

Can this be behind a make configure option? This adds a libpoppler (&-glib) requirement to a minimal base system. CUPS is removing printing filters support, so no libpoppler there anymore.

> Fixed by [ee2cc51](https://github.com/flatpak/xdg-desktop-portal-gtk/commit/ee2cc5127128777418bff6d1956e7ae849d391c5) Thanks!

@maxhille > Falling back to gtk.portal for org.freedesktop.impl.portal.FileChooser I'm guessing here that you don't have `XDG_CURRENT_DESKTOP` set in the dbus environment, so try the usual `systemctl --user import-environment` and `dbus-update-activation-environment...

p.s. my current solution is to use `eval`. ``` x-golang-offline-build-options: &golang-offline-build-options env: GO111MODULE: off GOVARS: GOBIN=${FLATPAK_DEST}/bin GOPATH=${FLATPAK_BUILDER_BUILDDIR} x-golang-online-build-options: &golang-online-build-options build-args: - --share=network env: GO111MODULE: off GOVARS: GOBIN=${FLATPAK_DEST}/bin GOPATH=${FLATPAK_BUILDER_BUILDDIR} ... -...

Also, if you have a later module setting `strip` to `true`, then it will strip everything that's already in `${FLATPAK_DEST}`, doesn't matter which module installed it. ``` ... modules: -...

Maybe add an `autoreconf` property that when set as `true` will imply `rm-configure: true`, and will execute `autoreconf -fiv`.