main-- / windows-gaming

This project makes it easy and straightforward to set up PCI/VGA passthrough on your system. - OR AT LEAST IT WOULD, IF IT WASNT DEAD
6 stars 1 forks source link

Check what optional dependencies are actually installed #14

Open oberien opened 7 years ago

oberien commented 7 years ago

Right now, we just blindly assume that they exist if the user attempts to use them. Obviously, this is bad.

(Issue was renamed - original text below)


A dependency of windows-gaming-git is qemu-headless. From its description:

QEMU without GUI

Therefore running qemu with a visual setup does not work resulting in qemu-system-x86_64: -display gtk: GTK support is disabled.

main-- commented 7 years ago

Right now, the code just assumes that if you're running a graphical environment you would actually install qemu instead of qemu-headless. But yes, actually checking this is definitely much better.