MateuszKrawczuk / QtEmu

GNU General Public License v2.0
35 stars 5 forks source link

Can't create disk if I change name when create new VM. #9

Open phikveath opened 4 months ago

phikveath commented 4 months ago
  1. I has issue if I change disk name when create new disk in Create a new Machine page. The issue is double directory add to disk creating command. I think you should see picture on below to understand it. Solution that I can avoid this issue by:

    • Using default name that get from machine name then I go to rename the image file later.
    • Or don't create disk in Create a new Machine page then go to edit that VM and create new disk. Cant create disk if I change name when create new VM
  2. The main point is 1. So this is just additional request. I hope you can make it remember the directory location. For example, I change default VM directory to "D:\VM\Qemu" and when I create VM name "test", it should be "D:\VM\Qemu\test". So I create new disk or anything relate to "test" VM, it should use this "D:\VM\Qemu\test" by default. Otherwise, if "D:\VM\Qemu\test" is already created, should be show option to use existed directory or overwrite it.

Finally, thank you so much for make this project a live. It help me to make custom image for my GNS3 lab.