Jan Klepek

Results 1 comments of Jan Klepek

for macosx: well, connections are stored in "defaults read python3" ie, ~/Library/Preferences/python3.plist. To manipulate with this, you should use "defaults" command, examples: `defaults write python3 "/org/virt-manager/virt-manager/connections/uris" -array-add "qemu+ssh://user@server/system?socket=/var/run/libvirt/libvirt-sock"` if you...