diff options
author | Perberos <[email protected]> | 2011-11-04 22:16:15 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-04 22:16:15 -0300 |
commit | fff4ecc82f2bcfa7427596e7ad9c3769fcab040b (patch) | |
tree | ac4f1812a7991609c9c32c776daede2d8492f7b5 /README | |
download | mate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.bz2 mate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.xz |
first commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 59 |
1 files changed, 59 insertions, 0 deletions
@@ -0,0 +1,59 @@ +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' + + +How to report bugs +================== + +Bugs should be reported to the MATE bug tracking +system: + http://bugzilla.gnome.org/simple-bug-guide.cgi?product=mate-screensaver + +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.) + + |