Max Gautier
Max Gautier
So I implemented this in fuzzel : https://codeberg.org/dnkl/fuzzel/pulls/145 I now use this script as the `launch-prefix` for fuzzel : systemd-run-desktop-id ```bash #!/bin/bash systemd-run --user \ --unit=app-fuzzel-${FUZZEL_DESKTOP_FILE_ID%.desktop}@${RANDOM} \ --slice=app-${FUZZEL_DESKTOP_FILE_ID%.desktop}-${RANDOM} \ --...
I'm also wondering if this could help with #6 , by using the launcher to set environment variable :thinking: ... It will still only works in fuzzel (yet) ofc...
delegate_to mess up with the "Copy binary to system path for kubeadm" ... I'm gonna try to take that opportunity to refactor the download role a bit (read: a lot)...
I'm focusing on the DNS issue (after I'm back from vacation), this is the next item on my to-do list. Proper fix needs some refactor of the download role, mainly...
> the template parameter containerd_extra_args is currently limited to the TOML global table, which is not versatile enough. It can be adjusted to be under the global table. It's not...
Ok that's clearer ! Could you add that explanation (that you can only place thing in the root table in a toml document before the first table heading) in your...
/lgtm Thanks.
/label tide/merge-method-merge
I'm actually contemplating using poetry (only in the dev workflow, mind you) to export a "cross-platform" (poetry cross-platform stuff has some caveats, from what I understand) requirements.txt instead of killing...
/assign @mzaian Re-testing email reply.