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/xsession.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xsession.h') diff --git a/src/xsession.h b/src/xsession.h index 5f78bff..87283c9 100644 --- a/src/xsession.h +++ b/src/xsession.h @@ -30,7 +30,9 @@ class XSession : public Session { QString description() const { return this->comment_; } - + QString execCommand() const { + return this->exec_; + } QIcon icon() const; bool run() const; -- cgit v1.2.3-55-g7522