blob: 3276142e3b6770edcb07e705627959a80ed92f28 (
plain)
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
38
39
40
41
42
43
|
Source: desktop-autoloader
Section: misc
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Standards-Version: 4.1.3
Build-Depends:
debhelper (>= 10),
cdbs,
Vcs-Git: https://anonscm.debian.org/git/debian-edu/pkg-team/desktop-autoloader.git
Vcs-Browser: https://anonscm.debian.org/git/debian-edu/pkg-team/desktop-autoloader.git
Homepage: https://anonscm.debian.org/git/debian-edu/pkg-team/desktop-autoloader/README.md
Package: desktop-autoloader
Architecture: all
Depends:
${misc:Depends},
adduser,
Description: Accelerate Diskless Workstation systems by pre-loading a dummy Desktop Session
This package is for diskless Linux clients as you often find them in
school class rooms running an LTSP based fat client environment.
.
The logon into and the initial session startup on such diskless
workstations can be considerably slow, because all applications need to
be fetch from one server hosting the fat clients' filesystem.
.
The situation gets worse, if 24 computers in the same class room get
switched on simultaneously or the teacher tells the students to open the
same application (e.g. Libreoffice) at the same time.
.
However, this issue only occurs to the first student using a diskless
workstation that day. Other students see all applications launch within
a fraction of a second.
.
Reason: once an application has been launched, it ends up in the
diskless machine's filesystem cache in RAM.
.
This package, thus, pre-loads a desktop session of the admins choice and
some popular applications. It does it before 7:30 in the morning only.
So, combine this package with Wake-On-LAN to make sure systems are up
and the desktop session has been autoloaded (and quit) already before
the first students come into the class room.
|