diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 21:03:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 21:03:59 +0100 |
commit | 491dda565b50c17cd80e958190ed8b93fcebb4c1 (patch) | |
tree | 852b0ceac2036f2b474f7f02abc3c2c18fec5caf | |
parent | 1adda0d4f194e76cbb84db4d14c6d1e5e73d4968 (diff) | |
download | lightdm-remote-session-arctica-491dda565b50c17cd80e958190ed8b93fcebb4c1.tar.gz lightdm-remote-session-arctica-491dda565b50c17cd80e958190ed8b93fcebb4c1.tar.bz2 lightdm-remote-session-arctica-491dda565b50c17cd80e958190ed8b93fcebb4c1.zip |
Be a drop-in replacement for lightdm-remote-session-freerdp for now until Canonical offers X2Go sessions on https://uccs.landscape.canonical.com.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/lightdm-remote-session-x2go.links | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 12027fa..ec79ba6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ lightdm-remote-session-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low * Initial upstream release. Forked from Canonical's lightdm-remote-session-freerdp (by Ted Gould <ted@canonical.com>). + * Be a drop-in replacement for lightdm-remote-session-freerdp for now + until Canonical offers X2Go sessions on + https://uccs.landscape.canonical.com. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 08 Nov 2012 22:27:37 +0100 - diff --git a/debian/control b/debian/control index e59624c..6faa8f2 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,12 @@ Depends: pyhoca-cli, libpam-x2go, lightdm (>= 1.3.3-0~) +Conflicts: + lightdm-remote-session-freerdp, +Replaces: + lightdm-remote-session-freerdp, Suggests: apparmor, Description: Log into X2Go sessions via LightDM The configuration files needed and scripts required to login - to a full screen X2Go session using LightDM and PyHoca / Python X2Go.
\ No newline at end of file + to a full screen X2Go session using LightDM and PyHoca / Python X2Go. diff --git a/debian/lightdm-remote-session-x2go.links b/debian/lightdm-remote-session-x2go.links new file mode 100644 index 0000000..c427b8c --- /dev/null +++ b/debian/lightdm-remote-session-x2go.links @@ -0,0 +1 @@ +/etc/pam.d/lightdm-remote-x2go /etc/pam.d/lightdm-remote-freerdp
\ No newline at end of file |