1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Source: remote-logon-service
Section: misc
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: dbus-test-runner,
debhelper (>= 9),
dpkg-dev (>= 1.16.1.1),
intltool (>= 0.35.0),
libdbus-1-dev,
libdbustest1-dev,
libgcrypt20-dev,
libglib2.0-dev (>= 2.29.19),
libjson-glib-dev,
libnm-dev,
libsoup2.4-dev,
dh-autoreconf,
libgtest-dev,
python,
python3,
Standards-Version: 4.1.3
Homepage: http://arctica-project.org
Vcs-Git: git://cgit.arctica-project.org/remote-logon-service.git
Vcs-Browser: https://cgit.arctica-project.org/remote-logon-service.git/
Package: remote-logon-service
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
Recommends: remote-logon-config-agent,
Description: DBus service for tracking available remote logon servers
The 'remote-logon-service' DBus service obtains its data from the Python
script 'remote-logon-config-agent'. The retrieved information is then
handed over to Arctica Greeter.
.
In Arctica Greeter, the logon information is presented to the user for
starting up remote desktop sessions on Arctica, X2Go or RDP / Citrix
servers.
|