blob: 37ebade8e25dfb939946e804aa55c335cb6b8846 (
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
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Timo Eskola <timo@tolleri.net>
Project's homepage: http://www.tolleri.net/vdr
Latest version available at: http://www.tolleri.net/vdr
See the file COPYING for license information.
Description:
Plugin prevents shutdown if there are active X or terminal users.
Plugin also implements the following SVDRP commands.
GETI
Display minimum user inactivity in minutes.
LSTU
Display a list of users.
SETA
Set VDR user activity.
SETI <minutes>
Set minimum user inactivity in minutes.
Requirements:
- utmp
- X11 Screen Saver extension (optional)
Xauthority:
Depending on the way you start VDR, you might need to setup Xauthority
in order to get idle the time from X window.
Converter for po files (po2i18n):
- Written by Udo Richter <udo_richter@gmx.de>
- Project's homepage http://www.udo-richter.de/vdr/scripts.html#po2i18n
http://www.udo-richter.de/vdr/scripts.en.html#po2i18n
|