summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@gmail.com>2021-07-14 20:10:29 +0100
committerGunnar Beutner <gunnar@beutner.name>2021-07-14 21:17:56 +0200
commitfa7a6fbeddf5ecfe43e796f0b038b0be51241389 (patch)
tree0e065e01a8ba791fda8c95509e12d205894b588c /Meta
parent7fa71fb7ebacb821996f283664bfd0f5b76d40f1 (diff)
downloadserenity-fa7a6fbeddf5ecfe43e796f0b038b0be51241389.zip
Meta: Fix SPICE detection in run.sh
The previous fix did not work for me, but this does. :^) Credit goes to @X-yl for actually figuring it out.
Diffstat (limited to 'Meta')
-rwxr-xr-xMeta/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/run.sh b/Meta/run.sh
index ad908d9282..48398a25f0 100755
--- a/Meta/run.sh
+++ b/Meta/run.sh
@@ -148,7 +148,7 @@ $SERENITY_SPICE_SERVER_CHARDEV
-device ich9-ahci,bus=bridge3
"
-if "${SERENITY_QEMU_BIN}" --help | grep -iq spice; then
+if "${SERENITY_QEMU_BIN}" -chardev help | grep -iq spice; then
SERENITY_COMMON_QEMU_ARGS="$SERENITY_COMMON_QEMU_ARGS
-spice port=5930,agent-mouse=off,disable-ticketing=on
-device virtserialport,chardev=vdagent,nr=1