summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2013-12-13 16:22:05 +0100
committerSimon Rettberg2013-12-13 16:22:05 +0100
commit75b304546e1bd98bdeb1745c5c849e2ccac11c0f (patch)
treef4c3f7ebd4c70cc73f66e6d989e99d98b19cdbd2 /src/globals.cpp
parentfix problems with unreadable files (diff)
downloadvmchooser-75b304546e1bd98bdeb1745c5c849e2ccac11c0f.tar.gz
vmchooser-75b304546e1bd98bdeb1745c5c849e2ccac11c0f.tar.xz
vmchooser-75b304546e1bd98bdeb1745c5c849e2ccac11c0f.zip
Add support for a session start script that gets run right before the session is started
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp1
1 files changed, 1 insertions, 0 deletions
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");