From 08ca25dbb84a936df5c597a45fd08b98bb942a98 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 26 Jan 2016 15:18:50 +0100 Subject: reworked session information sent to the session process exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE --- src/vsession.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index 49bde75..dab0fd8 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -40,7 +40,9 @@ class VSession : public Session { QString description() const { return getAttribute("long_description"); } - + QString execCommand() const { + return NULL; + } QIcon icon() const; QString os() const { -- cgit v1.2.3-55-g7522