netlex
netlex
Thanks, it worked.
Don't really care about it, because it's just wallpaper, but I probably should change it to relative path. It would be enough to fix it?
The same happens to me - `flatpak-managed-install.service` fails with same way. I have `nix-flatpak.url = "github:gmodena/nix-flatpak";` in my `flake.nix`, so presumably I use latest version. `services.flatpak.update.onActivation` isn't specified, so it...
Thanks for fast response. Unfortunatelly, if I modify the script according to your instructions - like this: ``` diff --git a/dockcheck.sh b/dockcheck.sh index 28ba27d..fc3a27c 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@...
On my second system (Ubuntu 24.04 on ARM) everything works fine. Only impactful diffrence that I could think about is that it uses xargs 4.9.0 instead of 4.8.0
> This is the logic used with **xargs** if anyone wanna troubleshoot with just a oneliner. Will only print each name of container with an arrow prefix like `-> homer`...
Removing one the `-e` flag seems to fix the issue. (Same with whole line.) Replacing ```bash xargs $XargsAsync -I {} bash -c 'check_image "{}"' \ ``` with ```bash xargs $XargsAsync...
Yes, with `pipefail`, but without `e`. Nothing else is modified. I'm still trying to guess what can be specific about my setup that it fails. Does anybody with the same...