diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-11-28 16:51:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-11-28 16:51:55 +0100 |
commit | 5a726a42fa5aaeb706e1c28682c5db6ffe58e2d9 (patch) | |
tree | 7663b78726e808d6ac3ad0468b44e86924c666e7 /debian | |
parent | c0e583272f1116ba35cfbc88e0b8ece90032ee80 (diff) | |
download | arctica-greeter-5a726a42fa5aaeb706e1c28682c5db6ffe58e2d9.tar.gz arctica-greeter-5a726a42fa5aaeb706e1c28682c5db6ffe58e2d9.tar.bz2 arctica-greeter-5a726a42fa5aaeb706e1c28682c5db6ffe58e2d9.zip |
Remote Login Only sessions require show-remote-login to be true in SeatDefaults.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/90-unity-greeter-x2go.conf | 3 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/90-unity-greeter-x2go.conf b/debian/90-unity-greeter-x2go.conf index e2908e4..c80afcf 100644 --- a/debian/90-unity-greeter-x2go.conf +++ b/debian/90-unity-greeter-x2go.conf @@ -16,6 +16,9 @@ greeter-session=unity-greeter # user-session parameter, see below) allow-guest=false +# enforce showing remote login feature +show-remote-login=true + # if Unity is not installed, this is a minimal user session type for # default (guest) sessions (sudo apt-get install openbox) #user-session=openbox diff --git a/debian/changelog b/debian/changelog index 3d6dfd3..f950d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,8 @@ unity-greeter-x2go (14.04.10-0x2go1) UNRELEASED; urgency=medium - Apply patch 01_x2go+rls.patch. Natively support X2Go Session. - Allow UCCS logins that are not email addresses (but usernames). - Make lightdm-xsession the default session to launch. - - If normal user sessions _and_ guest sessions are disabled, - make sure the remote login services gets activated. + - Remote Login Only sessions require show-remote-login to be + true in SeatDefaults. - We also allow usernames for UCCS login. - 90-unity-greeter-x2go.conf: Override all known LightDM setups that we know of in Ubuntu. |