2023-08-16 02:14:12 +00:00
|
|
|
diff --git a/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh.orig b/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh
|
|
|
|
index 76e0227..268cb00 100755
|
|
|
|
--- a/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh.orig
|
2023-08-14 03:34:16 +00:00
|
|
|
+++ b/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh
|
2023-08-16 02:14:12 +00:00
|
|
|
@@ -25,7 +25,7 @@ if [ -n "$debug_mode" ] && [ "$debug_mode" -gt 0 ]; then
|
2023-08-14 03:34:16 +00:00
|
|
|
gui_opts="$gui_opts -vv"
|
|
|
|
fi
|
|
|
|
|
|
|
|
-echo "GUI_OPTS=$gui_opts" >> /var/run/qubes-service-environment
|
|
|
|
+echo "GUI_OPTS=\"$gui_opts\"" >> /var/run/qubes-service-environment
|
2023-08-16 02:14:12 +00:00
|
|
|
|
|
|
|
# 2**30
|
|
|
|
echo 1073741824 > /sys/module/xen_gntalloc/parameters/limit
|