Open quentin9696 opened 5 months ago
https://github.com/coreos/butane/pull/508 might help here.
@travier yes, but since XDG will requires a lot of folder at the same folder will improve a bit the number of folder declaration in butane but not resolve the main issue
Podman strongly push to use quadlets to run containers via systemd units (https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html) When I want to create my units and my .container file, I need to always create my XDG structure first. For every user, I need to create the XDG structure, like
I'm thinking to a way to automate the creation, but it seam that skel cannot be used (https://discussion.fedoraproject.org/t/etc-skel-not-used-for-core-user-in-fedora-coreos/36973/4?replies_to_post_number=4)
Do you have any plan to integrate the XDG folder structure when adding a new user in butane?