diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0eb36a69f..b4b353e79 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,5 @@ ecm_optional_add_subdirectory(klipper) +ecm_optional_add_subdirectory(kcontrol) if(POLKITQT_FOUND) ecm_optional_add_subdirectory(PolicyKit-kde) endif() diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt new file mode 100644 index 000000000..732ccd2c6 --- /dev/null +++ b/doc/kcontrol/CMakeLists.txt @@ -0,0 +1 @@ +ecm_optional_add_subdirectory(screenlocker) diff --git a/doc/kcontrol/screenlocker/CMakeLists.txt b/doc/kcontrol/screenlocker/CMakeLists.txt new file mode 100644 index 000000000..bead22899 --- /dev/null +++ b/doc/kcontrol/screenlocker/CMakeLists.txt @@ -0,0 +1,2 @@ +########### install files ############### +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/screenlocker) diff --git a/doc/kcontrol/screenlocker/index.docbook b/doc/kcontrol/screenlocker/index.docbook new file mode 100644 index 000000000..2949e517f --- /dev/null +++ b/doc/kcontrol/screenlocker/index.docbook @@ -0,0 +1,53 @@ + + + +]> + +
+ +Screen Locking + +&Mike.McBride; &Mike.McBride.mail; + + + +2015-05-20 +Plasma 5.3 + + +KDE +systemsettings +screenlocker +screen locker + + + +Using this module, you can determine +how much time must pass before the screen locker is activated, and add +or remove password protection to your screen locker. + +At the top is a check box to have the screen locker Lock screen automatically after, +and a spin box which determines the period of inactivity before the screen locker should be started. +You can enter any positive number of minutes in this box. + +Below that is a spinbox labeled Require password +after locking. If it is checked, when you click a key +or click a mouse button to end the screen locker after the time in the spinbox and return to your +work, you must enter a password. The password used is the same +password you used to login to your machine. + +Locking the screen manually causes the password protection to engage immediately. + +The default shortcut &Ctrl;&Alt;L provides a quick +way to lock the screen manually. + +Check Lock screen on resume if you want a password protected system +when waking up from suspension. + +If you would like to change the background in locked status click on the image button right +to Custom Background to opel a menu with actions to load an image from +file or clear the currently used image. + +
diff --git a/ksmserver/screenlocker/kcm/screenlocker.desktop b/ksmserver/screenlocker/kcm/screenlocker.desktop index 19caa3bc3..87d41a0ff 100644 --- a/ksmserver/screenlocker/kcm/screenlocker.desktop +++ b/ksmserver/screenlocker/kcm/screenlocker.desktop @@ -5,6 +5,7 @@ Icon=preferences-system Exec=kcmshell5 screenlocker X-KDE-Library=screenlocker_kcm X-KDE-ParentApp=kcontrol +X-DocPath=kcontrol/screenlocker/index.html X-KDE-System-Settings-Parent-Category=desktopbehavior X-KDE-Weight=60