Create shortcuts to flatpaked virtmanager vm
I would like to create shortcut in my app menu that starts a vm and directly goes into the viewer.
with the system installed virtmanger you could do this
sh -c 'virsh start Windows >/dev/null 2>&1; virt-viewer --connect qemu:///system Windows'
but I cant figure out how to do the equivlent with the flatpak virtmanger acording to chatgpt this is a limition of the flaptak (no way to directly call the viewer)0 Replies