Warning, /plasma/plasma-workspace/applets/lock_logout/contents/config/main.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name=""/>
0007 
0008   <group name="General">
0009     <entry name="show_requestShutDown" type="Bool">
0010       <label>Show an option to shut down the system.</label>
0011       <default>true</default>
0012     </entry>
0013     <entry name="show_requestReboot" type="Bool">
0014       <label>Show an option to reboot the system.</label>
0015       <default>false</default>
0016     </entry>
0017     <entry name="show_requestLogout" type="Bool">
0018       <label>Show an option to logout.</label>
0019       <default>false</default>
0020     </entry>
0021     <entry name="show_lockScreen" type="Bool">
0022       <label>Show an option to lock the system.</label>
0023       <default>true</default>
0024     </entry>
0025     <entry name="show_switchUser" type="Bool">
0026       <label>Show an option to switch user.</label>
0027       <default>false</default>
0028     </entry>
0029     <entry name="show_suspendToDisk" type="Bool">
0030       <label>Show an option to suspend the system to disk (hibernate).</label>
0031       <default>false</default>
0032     </entry>
0033     <entry name="show_suspendToRam" type="Bool">
0034       <label>Show an option to suspend the system suspend.</label>
0035       <default>false</default>
0036     </entry>
0037   </group>
0038 
0039 </kcfg>