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 /debian/control | |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
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. |