Alexander Larsson
Alexander Larsson
So, as a user, now that you have figured this out, is there anything flatpak could do that would have helped you here?
Multi-line output isn't great, as it breaks e.g. grep. I was gonna recommend using the --column option, but that seems to not work for the search command.
Yeah, that really tricky to figure out though. --supported arches is basically based on `uname -m`, i.e. the actual hardware architecture. Do you really need it to list emulated architecures...
I think we could take some kind of commandline argument which makes it also consider emulated architectures supported (because i don't really think this is right by default for regular...
True, in the case of locally installed files we can just not filter by arch. However, I was thinking of all that the supported arches is used for, which involves...
Its unclear to me exactly what the issue is with listing. For example: ``` $ flatpak --user list | grep org.freedesktop.Platform.*1\.6 org.freedesktop.Platform/arm/1.6 runtime org.freedesktop.Platform/i386/1.6 runtime org.freedesktop.Platform/x86_64/1.6 runtime ``` This seem...
Just because the version doesn't update doesn't mean its just a rebuild though. A flatpak is generally made up of many modules, and the version in the appdata only talks...
I'm not fundamentally against exposing usb as a device class, if we can make it work. But it seems tricky, although honestly I don't really know it well enough to...
https://github.com/osbuild/images/pull/2037 has been merged and released in osbuild-images 0.226.0 which is built into bc-i-b here: https://github.com/osbuild/bootc-image-builder/pull/1162 So, closing this.
Yeah, the problem is that containers-storage: transport reference can contain options. Something like this seems to fix it: ``` diff --git a/ostree-ext/src/container/mod.rs b/ostree-ext/src/container/mod.rs index 5b12a432..9d15e6ca 100644 --- a/ostree-ext/src/container/mod.rs +++ b/ostree-ext/src/container/mod.rs...