From b4a171f1783221d7b994a5553aa32a432e6720ad Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 17 Jul 2023 22:04:34 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20:=20ligne=20enfor=C3=A7ant=20la?= =?UTF-8?q?=20biblioth=C3=A8que=20GTK=20dans=20le=20script=20de=20lancemen?= =?UTF-8?q?t=20de=20la=20VM=20Windows=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- share/qemu/bin/windows10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qemu/bin/windows10 b/share/qemu/bin/windows10 index de9ddb0..e758bf4 100755 --- a/share/qemu/bin/windows10 +++ b/share/qemu/bin/windows10 @@ -2,7 +2,7 @@ name="$(basename "$0")" cd "$(dirname "$(readlink -f "$0")")/.." exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \ - -monitor stdio -enable-kvm -display gtk,zoom-to-fit=on \ + -monitor stdio -enable-kvm \ -bios /usr/share/edk2/x64/OVMF_CODE.fd \ -usb -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,vendorid=1452 \ -cpu host -smp "$(nproc)" \