Milan Kladivko
Milan Kladivko
By the way, tried to install both distrobox and podman with sudo (on Fedora w/ dnf) and, on `create` it hangs. If I add `--verbose`, it stays at `Adding mount...
Is there anything I could do to resolve / test it further? > Until then, I'll just keep everything I install as a "startup script" to catch up. I don't...
Same issue, running `distrobox version > 1.4.1` via curl install on a Steam Deck: ``` curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~/.local curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/extras/install-podman | sh -s...
(still on 1.4.1 not latest git) Tried `podman system migrate` and tried to enter right after: ``` Container work_image is not running. Starting container work_image run this command to follow...
Nevermind, I guess it's not supported by the proxy lib. https://github.com/villadora/express-http-proxy/issues/28 Feel free to close this, I'll just hack it into the frontend itself then.
+1. Wanted to take a look myself and do a quick PR, but I cannot even install the deps on this to give it a shot. It is huge for...
Might've found some solution for now: https://stackoverflow.com/questions/70892173/how-can-i-get-the-font-family-name-from-a-ttf-file-in-golang So I'll `.List()` all the fonts to get the paths, parse those without a `.Name` by `.Filename` with the `truetype` package, and modify...
I'd have to try on other computers, but Xfce seems to not work. After those two weeks I've also noticed that Steam doesn't respond to any input through xmouseless either....
Uuuu, that's great! The xdotool works nicely on Xfce. Might be worth a try to track cursor deltas for movement and call this every frame -- who knows though, might...