[-] ByteBovine@lemmy.ml 5 points 2 months ago

I'm running uBlue's AuroraOS. Have been very happy with it so far.

[-] ByteBovine@lemmy.ml 1 points 3 months ago

Dioxus desktop and fullstack worked out of the box. Bevy isn't working because some Nvidia libraries aren't in the container. I might need to switch to a different 'GPU enabled' image.

[-] ByteBovine@lemmy.ml 2 points 3 months ago

How did you go with the VPN? I will be looking at that next. I'm using Proton VPN which has an rpm package, but if that doesn't work I can fallback to manually setting up the WireGuard config.

[-] ByteBovine@lemmy.ml 2 points 3 months ago

Are you accessing that through the browser? It might just be bridging the networking in that case.

[-] ByteBovine@lemmy.ml 7 points 3 months ago

The executable that I would be running is cargo (the rust build tool) but I want that inside of a container. I could cargo build inside the container and then execute the output binary on the host but then I lose things like hot-reload.

30
submitted 3 months ago by ByteBovine@lemmy.ml to c/linux@lemmy.ml

So I'm looking at trying am Immutable Linux Desktop (uBlue Aurora probably). One thing I'm not clear on is how to run GUI apps during development. From what I understand I should create a container with distrobox, install my toolchains in it and start developing. I'm used to containers for CLI and server work, but I'm not sure how it applies to the GUI (Wayland / KDE).

If I do a cargo run inside distrobox for a Rust GUI project will it just work? I saw that I can 'export' apps, but that is for already built executables whereas I will be building and rebuilding them.

ByteBovine

joined 7 months ago