I have a problem when running snapcraft. After snapcraft has finished I can not launch virtual machines via Virtualbox:
In order to launch a virtual machine I need to issue first
$ snapcraft clean
after which virtual machines can be started as normal. This works but is very annoying since I use virtual machines for testing modified snaps. So when I make modifications to the snap and re-run snapcraft it needs to re-create the snap from scratch which takes ages.
Is there a simpler way to release the hypervisor from snapcraft so I can launch virtual machines without having to clean the whole snap?