/usr/share/kde4/config.kcfg/knotesglobalconfig.kcfg is in knotes 4:4.8.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<group name="Actions">
<entry name="MailAction" type="String">
<default>kmail --subject %t --body %f</default>
</entry>
</group>
<group name="Alarms">
<entry name="CheckInterval" type="UInt">
<default>60</default>
</entry>
<entry name="AlarmsLastChecked" type="DateTime"/>
</group>
<group name="Network">
<entry name="ReceiveNotes" type="Bool">
<default>false</default>
</entry>
<entry name="Port" type="UInt">
<label>The port KNotes will listen on and send notes to.</label>
<default>24837</default>
</entry>
<entry name="SenderID" type="String"/>
<entry name="KnownHosts" type="StringList"/>
</group>
<group name="Style">
<entry name="Style" type="Enum">
<default>Plain</default>
<choices>
<choice name="Plain"/>
</choices>
</entry>
</group>
</kcfg>
|