From 75b304546e1bd98bdeb1745c5c849e2ccac11c0f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 13 Dec 2013 16:22:05 +0100 Subject: Add support for a session start script that gets run right before the session is started --- src/globals.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.cpp') diff --git a/src/globals.cpp b/src/globals.cpp index 31e54d5..8026752 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -13,6 +13,7 @@ QString runVmScript(binPath + "/run-virt.sh"); QString filterScript(binPath + "/xmlfilter.sh"); QString printerScript(etcPath + "/printer.sh"); QString scannerScript(etcPath + "/scanner.sh"); +QString sessionStartScript(VMCHOOSER_SESSION_START_SCRIPT); const QString globalConfFile(etcPath + "/vmchooser.conf"); const QString userConfFile(userPath + "/vmchooser.conf"); -- cgit v1.2.3-55-g7522