Similar projects exist for gaming for example Looking Glass, which also uses a Windows VM on KVM (the "Windows in Docker" thing is a bit of a lie, Windows doesn't run in the container, Windows runs on KVM on the host kernel).
UX wise, this is similar to RAIL.
That's not to say that this isn't neat, but it's also not something new (we still have two flavours: API simulation/re-implementation and running the OS [windows]). If this was a new, third flavour, that would be quite the news (in-place ABI translation?).
If you don't want the latter part, you'd be better served with the dockur/windows image + FreeRDP
This project looks like it does that, but I could be wrong.
That's what "rootless" mode does.
It's reminiscent of rootless mode in Parallels, just as janky, too.
trying it out just now, seems like a great idea !
I really hope this is correct. If there were any justice in the world....
But, oh my aching head, the IT industry seems to be fill of people barely holding on, hoping and preying nobody calls their bluff.
To these people, who hold a death grip on middle management, "nobody gets fired for buying microsoft" is a real thing
Quality be dammed, job security rules the roost
> Yes. :)
I mean, great. I've never actually tried since going all in on Linux. Figured I'd just abandon the Windows world. This would be useful though.
Does anyone here actually do this, with Winboat or any other tool? Every time I've tried it's been too flaky to be worthwhile, but it's been a good few years.
I'd chuffing love to have Affinity back.
I'm currently using a similar setup for Office. You lose drag and drop, and you will be restarting the RDP client over and over again.
It's a "solution" if you're willing to put up with jank.
Affinity is something I use occasionally enough to be able to put up with a bit of jank.
Appreciate the response, good to know what I'm getting into before diving into something.
I am a game dev and avid gamer, so that was the only thing keeping me on Windows, but with stuff like Wine, Bottles, Proton, Lutris, + stuff like this coming out that reason is fading away.
westurner•1h ago
Vinegar wraps WINE in a Flatpak.
The vscode flatpak works with podman-remote packaged at a flatpak too; or you can call `host-spawn` or `flatpak-spawn` like there's no container/flatpak boundary there.
Nested rootless containers do work somehow; presumably with nested /etc/subuids for each container?
Distrobox passes a number of flags necessary to run GUI apps in rootless containers with Podman. Unfortunately the $XAUTHORITY path varies with each login on modern systemd distros.