From 76cd01c12764ce7e503cc085a1fba39e6d4d7f08 Mon Sep 17 00:00:00 2001 From: Michael Carbone Date: Sat, 26 Aug 2017 17:57:14 -0400 Subject: [PATCH] add missing closing quote otherwise you get an error and the program doesn't run. --- customization/dispvm-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/dispvm-customization.md b/customization/dispvm-customization.md index 9c3be657..f99fe932 100644 --- a/customization/dispvm-customization.md +++ b/customization/dispvm-customization.md @@ -77,7 +77,7 @@ For added convenience, arbitrary programs can be added to the Application Menu o [Desktop Entry] Version=1.0 Type=Application - Exec=sh -c 'echo arbitrary | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red + Exec=sh -c 'echo arbitrary | /usr/lib/qubes/qfile-daemon-dvm qubes.VMShell dom0 DEFAULT red' Icon=dispvm-red Terminal=false Name=DispVM: Arbitrary Name