mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
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.
This commit is contained in:
parent
7fa71fb7eb
commit
fa7a6fbedd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ $SERENITY_SPICE_SERVER_CHARDEV
|
||||||
-device ich9-ahci,bus=bridge3
|
-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
|
SERENITY_COMMON_QEMU_ARGS="$SERENITY_COMMON_QEMU_ARGS
|
||||||
-spice port=5930,agent-mouse=off,disable-ticketing=on
|
-spice port=5930,agent-mouse=off,disable-ticketing=on
|
||||||
-device virtserialport,chardev=vdagent,nr=1
|
-device virtserialport,chardev=vdagent,nr=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue