• Leaflet@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 hours ago

    The virt-manager flatpak doesn’t work out of the box, you need to do some setup on the host. At that point you may as well use the deb of virt-manager.

  • user_naa@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    11 hours ago

    If you install virt-manager on Debian via apt it will have full system acres and also automatically install and configure libvirt, so this method is preferred.

  • liliumstar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    18
    ·
    15 hours ago

    I would use the native version. For something like this, it makes sense that it should have less restricted/sandboxed access to the underlying system.

    • deadcade@lemmy.deadca.de
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      12 hours ago

      virt-manager only requires access to the libvirtd socket, as long as the flatpak.has that as default configuration (which I imagine would be the case), there’s zero difference beteween flatpak and native.

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    10 hours ago

    I recommend using a QEMU guest session with libvirt. This works in both versions.

    The standard session requires root, and for some reason this means that VMs couls harm your system more or something

    Guest sessions are usable within Flatpaks, GNOME boxes has a Flatpak too. Is the virt-manager flatpak from Flathub? Fedora had one before.

    Pretty cool, on debian you may want to use that to get newer versions. Even though virt-manager is pretty slow in updates

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      The standard session requires root, and for some reason this means that VMs couls harm your system more or something

      VMs don’t have access to the host, so even if the virtual machine emulator Qemu and libvirt require root access, the encapsulated guest virtual machine have no access to the host. They can’t harm your system.