22 lines
820 B
Diff
22 lines
820 B
Diff
From 7f7914fc2d0957012f1c4b130b0e442d43110c7d Mon Sep 17 00:00:00 2001
|
|
From: "build@apk-groulx" <build@apk-groulx.praxis>
|
|
Date: Sat, 5 Mar 2022 00:59:30 +0000
|
|
Subject: [PATCH 1/1] initd fix
|
|
|
|
---
|
|
appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh b/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh
|
|
index dc0a578..4c9623a 100755
|
|
--- a/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh
|
|
+++ b/appvm-scripts/usr/lib/qubes/qubes-gui-agent-pre.sh
|
|
@@ -23,4 +23,4 @@ if [ -n "$debug_mode" ] && [ "$debug_mode" -gt 0 ]; then
|
|
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
|
|
--
|
|
2.34.1
|
|
|