diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | src/user-list.vala | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c138d06..727999a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ unity-greeter-x2go (14.04.10-0x2go1) UNRELEASED; urgency=medium * First forked/upstream release (1.0.0.1): - 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. * debian/control: + Add to S: lightdm-remote-session-x2go. + Drop from S: lightdm-remote-session-uccsconfigure. diff --git a/src/user-list.vala b/src/user-list.vala index 7ebc41b..b2b13b1 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -108,7 +108,7 @@ public class UserList : GreeterList } } - private string _default_session = "ubuntu"; + private string _default_session = "lightdm-xsession"; public string default_session { get |