Results 399 comments of refi64

> Upgrades for user installed packages should be possible through SSH because it is possible by running flatpak update directly in a gnome-terminal. If you want to do only user...

Afaik `flatpak update` *does* need to authenticate to update the metadata (which is required to check if any updates are available), it just doesn't show an auth prompt because tells...

This is actually interesting, I had run into something similar and had done some research into it. What I found was: - Only certain fonts are affected, e.g. Noto Sans...

My font configuration is the standard out-of-the-box Fedora config, I doubt it's anything weird on that end.

This would be a flatpak-builder bug, but you actually just need to set `make-install-args` as done [here](https://github.com/flathub/de.akaflieg_freiburg.enroute/blob/235550ba021405e407ab24f87aacac8b87b27ccd/de.akaflieg_freiburg.enroute.json#L20). (Not sure if this something that f-b should be doing, though.)

Looking at this again, it seems like there [is already a Flatpak of this application](https://github.com/flathub/de.akaflieg_freiburg.enroute/blob/master/de.akaflieg_freiburg.enroute.json) that solves the issue by setting `Qt5WebView_DIR`. (If you want to take ownership if the...

So I actually tried this a while back, just as an ugly hack to avoid rebuilding Chromium from scratch while doing quick tests. However, it turned out to be surprisingly...messy,...

debs can just be extracted using ar, that's the underlying format. If this were to be a first class thing in flatpak-builder, you could just use ar to extract the...

I believe extensions generally specify appstream-compose: false anyway... On Sun, Nov 22, 2020 at 4:10 PM Weng Xuetian wrote: > Linux distribution and version > > Archlinux > Flatpak-builder version...

Could this be what #390 fixed? It does seem like it [using `disable-submodules` at the time](https://github.com/flathub/net.unvanquished.Unvanquished/commit/d3febee6631a13346059da2dcb59eac3c099536c#diff-692769ca7c8c725fbd8d0a80cdbb763bcff11fd48adc06c4f161d98005dc908d), and the error message matches with what I recall seeing.