Timothée Ravier

Results 550 comments of Timothée Ravier

I've encountered the same issue. That happened while building https://github.com/flathub/com.valvesoftware.Steam.Utility.gamescope on Fedora Kinoite 37 in a Fedora 36 toolbox. Using `--disable-rofiles-fuse` worked too as a wokraround. Will investigate more.

This will become progressively required for all rpm-ostree based systems as more packages rely on this interface.

It's now becoming an interface used by more than authselect but kdump, and other packages too.

Current plan: Add new options to `rpm-ostree compose image` command line to make it easier to use the `ostree-layers` & `ostree-override-layers` options in [manifests](https://coreos.github.io/rpm-ostree/treefile/). Current code in COSA to migrate...

General packaging rules: - Use `/usr` for all the content of the RPM (binaries, default config files, etc.) - Use `/etc` for user/admin configs that override the defaults - Use...

> SDDM does not necessarily need support for multiple theme directories, but for having theme.conf.user in a separate location. I don't understand. On some systems (Fedora Kinoite for example), the...

From https://pagure.io/fedora-kde/SIG/issue/282#comment-916293: > If we change the default config to point to `/var/lib/sddm/themes`, then we need all the defaults themes to be there as well. > > Say we copy...

Just as FYI, here is the implementation in rpm-ostree that does not have this issue: https://github.com/coreos/rpm-ostree/blob/main/rust/src/countme/cookie.rs

This should test for `/run/ostree-booted` instead and only that. `bootc` or `rpm-ostree` being installed on the system does not mean that we are using a Image Based system.