Alexander Larsson

Results 462 comments of Alexander Larsson

@crosbymichael Its not really required for current docker. It was needed when i used dbus to talk to the dockerinit. Still, I think it is the right thing to do.

Well, obviously a property is not very useful if never gets exposed on a connection. However it is still useful to be able to have a property object that is...

Given things like https://gitlab.gnome.org/GNOME/gtk/-/commit/30ab8b3ecac15e22436f6c38c1149e54f42f0d50 it seems existing code relies on the current behaviour. So, is it safe to change this?

Its using the FlatpakXml stuff which is a GMarkup helper.

So, the original eos-photos appdata have localized screenshots: ``` https://raw.githubusercontent.com/endlessm/eos-photos/master/data/assets/screenshot1-es.png https://raw.githubusercontent.com/endlessm/eos-photos/master/data/assets/screenshot1-pt.png https://raw.githubusercontent.com/endlessm/eos-photos/master/data/assets/screenshot1-C.png ... ``` And it has other localized things too: ``` Photo Editor محرر الصور ফটো সম্পাদনা Foto-Editor ......

I believe this is happening because flathub uses `flatpak-builder '--mirror-screenshots-url=URL` which launches: `appstream-util mirror-screenshots` on the xml. Possible issues are either, mirror-screenshots still being broken, or the old version of...

So, I took a short initial look at this from the perspective of supporting nvidia in silverblue. There are two major suppliers of the nvidia driver in rpm form, rpmfusion...

I guess the question is, do we take a dependency on podman & co for the build container, or do we use rpm-ostree itself to construct the image for building...

> > So, the way I propose this would work is that you can layer srpms as well as rpms: > > Thanks for the analysis; you went a bit...