blob: 6d03aa8ffffe2a7ec7468afcd1e465df6257a9b0 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
mate-screensaver
=================
mate-screensaver is a screen saver and locker that aims to have
simple, sane, secure defaults and be well integrated with the desktop.
It is designed to support:
* the ability to lock down configuration settings
* translation into many languages
* user switching
Known Issues
============
Installation
============
See the file 'INSTALL'
./autogen.sh --prefix=/usr --sysconfdir=/etc
make
sudo make install
How to report bugs
==================
Bugs should be reported to the MATE bug tracking
system:
https://github.com/perberos/mate-screensaver/issues
You will need to create an account if you don't have one already.
Please read the following page on how to prepare a useful
bug report:
http://bugzilla.gnome.org/bug-HOWTO.html
In the bug report please include information about your system, if possible:
- What operating system and version
- What version of mate-screenaver
The output of the "mate-screensaver-command --version" command.
How to submit patches
=====================
Patches should also be submitted to bugzilla.gnome.org. If the
patch fixes an existing bug, add the patch as an attachment
to that bug report.
Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.
Patches should be in unified diff form. (The -u -p options to GNU
diff.)
|