this post was submitted on 03 Aug 2026
53 points (100.0% liked)

Linux

66797 readers
493 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

GNOME Boxes lead developer Felipe Borges has been overhauling the application with a major rewrite and today announced the new beta release. GNOME Boxes has migrated to using the GTK4 toolkit and libadwaita. The new GNOME Boxes code can also handle installing Microsoft Windows 11 now without needing any manual workarounds for Secure Boot or TPM requirements.

The new GNOME Boxes code also introduces a VSOCK device for accessing VM contexts and other improvements. With the revamped GNOME Boxes, it's also shifting to a Flatpak-first and only model for distributing of new GNOME Boxes releases.

top 18 comments
sorted by: hot top controversial new old
[–] IanTwenty@piefed.social 5 points 15 hours ago

A gave up with boxes many years ago as it would not restore vms from snapshot reliably, something I use a lot.

[–] thestrike@lemmy.blahaj.zone 3 points 18 hours ago
[–] SocialistVibes01@lemmy.ml 2 points 17 hours ago (2 children)

This rewriting almost killed the project and I still fear for Bottles.

[–] InFerNo@lemmy.ml 2 points 2 hours ago

I avoid Bottles out of principle because one of the devs doesn't understand what open source means and harasses distros to remove older versions.

https://github.com/bottlesdevs/Bottles/issues/2345

Also referring to "inferior package manager" in that post.

Same dev harassed Mint for shipping Gnome Calendar in their repositories.

https://gitlab.com/linuxmint/pins/mint/gnome-calendar/-/work_items/1

[–] hirihit640@sh.itjust.works 1 points 5 hours ago (1 children)

what's going on with Bottles?

[–] SocialistVibes01@lemmy.ml 1 points 4 hours ago* (last edited 4 hours ago)

Bottles Next, the successor of the current Bottles is in development. Of course it's a Rust rewrite. 🤦‍♂️ The project has slowed down since then considerably.

[–] jollyrogue@lemmy.ml 1 points 15 hours ago

What was wrong with the old Boxes?

It didn’t support containers or the more advanced features of libvirtd like virt-manager does, but it seemed fine for what it was the couple of times I tried it out.

[–] eldavi@lemmy.ml 2 points 18 hours ago (1 children)

i REALLY needed this when my everything server was running since i managed it headlessly using vnc w a minimal installation of gnome.

virt-manager works okay, but it would be nicer not to have to install more than what's needed for a headless setup.

[–] jodanlime@midwest.social 9 points 18 hours ago (1 children)

You can use virt-manager over ssh, and you only need libvirt installed so probably already good if it's a vm host. It works better for me than a full gui over vnc.

[–] eldavi@lemmy.ml 1 points 18 hours ago (2 children)

i tried that with x forwarding over ssh and it didn't work all that well; what's why i switched to vnc.

[–] Arsecroft@lemmy.sdf.org 6 points 17 hours ago (1 children)

you can use ssh to forward the port and then use virt-manages locally to manage the remote server

[–] eldavi@lemmy.ml 1 points 16 hours ago

i gave that a shot too. it works, it's just that the vm management was only part of what i needed since it also controlled the sdn.

[–] jodanlime@midwest.social 3 points 17 hours ago (1 children)

Like arsecroft says, virt manager has this ability built into the application itself. You add another session to the ui and choose ssh. No X forwarding needed, no gui needed on the server at all, don't need the virt manager app on the server just the client. Cockpit also works as a web based ui.

[–] eldavi@lemmy.ml 1 points 16 hours ago (1 children)

NICE! i didn't catch that part and thank you for making me aware.

i did try cockpit and i had better luck with it too.

[–] jodanlime@midwest.social 1 points 16 hours ago (1 children)

If you give it a shot make sure you use an ssh key, it doesn't like passwords.

[–] eldavi@lemmy.ml 2 points 16 hours ago* (last edited 16 hours ago) (1 children)

the server itself died a little while ago so it's going to be while before it try and i planned on using cli only to manage the vm's and the sdn's; but i'll give this a try before doing that.

[–] jodanlime@midwest.social 1 points 16 hours ago

Hopefully the rebuild goes well!

[–] brokenwing@discuss.tchncs.de 2 points 18 hours ago

Great. Love the improvement.