chrisawi

Results 59 comments of chrisawi
trafficstars

For context, what is the practical consequence of this? I don't know exactly why, but flatpak copies `/usr/share/icons/hicolor/index.theme` into the exports directory in `gtk-icon-cache.trigger`. Presumably the intent is to make...

The provided command works as expected here on 1.15.6. This bug is a bit unclear. Does it require that `XDG_MUSIC_DIR` is a symlink?

This is reasonable, but I think moving the implementation of `--delete-data` into libflatpak should happen before adding any more features so it can be shared between frontends. I think GNOME...

This is similar to https://github.com/flatpak/flatpak/issues/3917

GNOME Software reads `flathub::verification::verified` from the appstream metadata. I'm not sure adding that to flatpak itself would be appropriate, at least as long as it's Flathub-specific. Verification is currently only...

> This is a computer to which I access exclusively via Remote Desktop (xRDP) This seems like the key detail. Flatpak wants `XDG_DATA_DIRS` to include its export dirs (e.g. `/var/lib/flatpak/exports/share`)....

> XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/ That's what I expected to see. I don't really know anything about xrdp, but I do see that `/etc/xrdp/startwm.sh` sources `/etc/profile`, which seems like it should be enough...

I wonder how the flatpak exports got added twice there. The profile drop-in is meant to be idempotent. > I don't use bash as login shell (I use powershell) Using...

I don't think it's directly related. The only action flatpak could take would be to add support for setting `XDG_DATA_DIRS` for powershell, as it already does for sh, csh, and...

Presumably you could set `XDG_DATA_DIRS` in whatever the equivalent of a profile script is for powershell. It needs to include `~/.local/share/flatpak/exports/share` and `/var/lib/flatpak/exports/share` in addition to the default directories.