diff options
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. |