Skip to content

libvirt-machine: Bind "name" property to GVirConfig.Domain.name

Felipe Borges requested to merge fix-preferences-box-renaming into main

This way the Preferences dialog can simply bind to the LibvirtMachine "name" property to keep the name entry synced with the backend.

This fixes the issue where users are unable to rename the VM in the new Preferences dialog, since the name changes weren't properly getting reflected on the backend side.

Fixes #792 (closed)

Merge request reports