Shalom Bhooshi
Shalom Bhooshi
Seems it is `udev` that's invoking `autorandr` the second time and almost always 10 seconds later .. not sure why. ``` # cat /lib/udev/rules.d/40-monitor-hotplug.rules ACTION=="change", SUBSYSTEM=="drm", RUN+="/home/unop/.bin/autorandr-systemctl-proxy" ``` ``` $...
> found that running the launcher works best for me. I suggest you give that a try! @phillipberndt What do you mean by launcher? do you mean invoking `autorandr --change`...
@alexellis - Thanks for `arkade` and the effort put it to it - I can see it's use as a time-saving/convenience tool but it's not been a smooth user-experience for...
It's not apparent immediately why the checks failed -- I'll try and work out why when I get some time.
@chouseknecht, @mvk - Sorry, this skipped my attention and it's been a while since I worked on ansible-container so forgive me if I'm a bit rusty on the details around...
@mvk - I think if `ansible-container` can support full jinja2 templating for `container.yml` - we have our problem solved :). We'd favour that over anything else as it's consistent with...
@chouseknecht - I see. I'm struggling to find a clean way to pass envvars in .. right now, I mangle a `env.yml` and then do this ``` ansible-container --vars-files env.yml...
@chouseknecht - That would be very practical indeed!! It'd be a big time and complexity saver for us! I had a go at seeing if I could try and make...
Thanks @stevearc for the quick reply. So yes, that covered it - I upgraded and got past that first issue .. But it seems like i've bumped into another .....
Thanks @jbinnography - I hadn't realized `feature delete` existed as a _feature_ :)