/usr/share/config.kcfg/akregator.kcfg is in akregator 4:17.12.3-0ubuntu1.
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | <?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" >
<kcfgfile name="akregatorrc" />
<group name="View" >
<entry key="Hide Read Feeds" type="Bool">
<label>Hide feeds with no unread articles</label>
<whatsthis>Hides feeds with no unread articles</whatsthis>
<default>false</default>
</entry>
<entry key="Auto Expand Folders" type="Bool">
<label>Auto-Expand folders with unread articles</label>
<whatsthis>Auto-expand folders containing unread articles</whatsthis>
<default>false</default>
</entry>
<entry key="Show Quick Filter" type="Bool" >
<label>Show Quick Filter</label>
<whatsthis>Show Quick Filter Bar</whatsthis>
<default>true</default>
</entry>
<entry key="Status Filter" type="Int" >
<label>Status Filter</label>
<whatsthis>Stores the last status filter setting</whatsthis>
<default>0</default>
</entry>
<entry key="Text Filter" type="String" >
<label>Text Filter</label>
<whatsthis>Stores the last search line text</whatsthis>
</entry>
<entry key="View Mode" type="Int" >
<label>View Mode</label>
<whatsthis>Article display mode.</whatsthis>
<default>0</default>
</entry>
<entry key="Splitter 1 Sizes" type="IntList" >
<label>Sizes for first splitter</label>
<whatsthis>First (usually vertical) splitter widget sizes.</whatsthis>
<default>225,650</default>
</entry>
<entry key="Splitter 2 Sizes" type="IntList" >
<label>Sizes for second splitter</label>
<whatsthis>Second (usually horizontal) splitter widget sizes.</whatsthis>
<default>50,350</default>
</entry>
</group>
<group name="Security">
<entry name="CheckPhishingUrl" type="Bool">
<default>false</default>
</entry>
</group>
<group name="Appearance">
<entry key="Standard Font" type="String" />
<entry key="Fixed Font" type="String" />
<entry key="Serif Font" type="String" />
<entry key="Sans Serif Font" type="String" />
<entry key="UseCustomColors" type="Bool">
<default>false</default>
</entry>
<entry key="ColorUnreadArticles" type="Color">
<default>#0000FF</default>
</entry>
<entry key="ColorNewArticles" type="Color">
<default>#FF0000</default>
</entry>
<entry key="GrantleeDirectory" type="String" >
<default>5.2</default>
</entry>
</group>
<group name="HTML Settings" >
<entry key="Fonts" type="StringList" />
<entry key="MediumFontSize" type="Int">
<default>12</default>
</entry>
<entry key="MinimumFontSize" type="Int">
<default>8</default>
</entry>
<entry key="AccessKeyEnabled" type="Bool">
<default>true</default>
</entry>
</group>
<group name="Archive">
<entry key="ArchiveMode" type="Enum">
<label>Archive Mode</label>
<default>keepAllArticles</default>
<choices>
<choice name="keepAllArticles">
<label>Keep All Articles</label>
<whatsthis>Save an unlimited number of articles.</whatsthis>
</choice>
<choice name="limitArticleNumber">
<label>Limit Number of Articles</label>
<whatsthis>Limit the number of articles in a feed</whatsthis>
</choice>
<choice name="limitArticleAge">
<label>Delete Expired Articles</label>
<whatsthis>Delete expired articles</whatsthis>
</choice>
<choice name="disableArchiving">
<label>Disable Archiving</label>
<whatsthis>Do not save any articles</whatsthis>
</choice>
</choices>
</entry>
<entry key="Max Article Age" type="Int" >
<label>Expiry Age</label>
<whatsthis>Default expiry age for articles in days.</whatsthis>
<default>60</default>
</entry>
<entry key="Max Article Number" type="Int" >
<label>Article Limit</label>
<whatsthis>Number of articles to keep per feed.</whatsthis>
<default>1000</default>
</entry>
<entry key="Do Not Expire Important Articles" type="Bool">
<label>Do Not Expire Important Articles</label>
<whatsthis>When this option is enabled, articles you marked as important will not be removed when limit the archive size by either age or number of the articles.</whatsthis>
<default>true</default>
</entry>
</group>
<group name="Network" >
<entry key="Concurrent Fetches" type="Int" >
<label>Concurrent Fetches</label>
<whatsthis>Number of concurrent fetches</whatsthis>
<default>6</default>
</entry>
<entry key="Use HTML Cache" type="Bool" >
<label>Use HTML Cache</label>
<whatsthis>Use the KDE-wide HTML cache settings when downloading feeds, to avoid unnecessary traffic. Disable only when necessary.</whatsthis>
<default>true</default>
</entry>
<entry key="Custom UserAgent" type="String" >
<whatsthis>This option allows user to specify custom user-agent string instead of using the default one. This is here because some proxies may interrupt the connection because of having "gator" in the name.</whatsthis>
<default></default>
</entry>
</group>
<group name="General" >
<entry key="Fetch On Startup" type="Bool" >
<label>Fetch on startup</label>
<whatsthis>Fetch feedlist on startup.</whatsthis>
<default>false</default>
</entry>
<entry key="Mark All Feeds Read On Startup" type="Bool" >
<label>Mark all feeds as read on startup</label>
<whatsthis>Mark all feeds as read on startup.</whatsthis>
<default>false</default>
</entry>
<entry key="Use Interval Fetch" type="Bool" >
<label>Use interval fetching</label>
<whatsthis>Fetch all feeds every %1 minutes.</whatsthis>
<default>true</default>
</entry>
<entry key="Auto Fetch Interval" type="Int" >
<label>Interval for autofetching</label>
<whatsthis>Interval for autofetching in minutes.</whatsthis>
<default>30</default>
</entry>
<entry key="Use Notifications" type="Bool" >
<label>Use notifications</label>
<whatsthis>Specifies if the balloon notifications are used or not.</whatsthis>
<default>false</default>
</entry>
<entry key="Show Tray Icon" type="Bool" >
<label>Show tray icon</label>
<whatsthis>Specifies if the tray icon is shown or not.</whatsthis>
<default>true</default>
</entry>
<entry key="Disable Introduction" type="Bool" >
<default>false</default>
</entry>
</group>
<group name="Browser" >
<entry key="Always Show Tab Bar" type="Bool">
<label>Always show the tab bar</label>
<whatsthis>Always show the tab bar, even when only one tab is open</whatsthis>
<default>false</default>
</entry>
<entry key="Close Button On Tabs" type="Bool">
<label>Show close buttons on tabs</label>
<whatsthis>Show close buttons on tabs instead of icons</whatsthis>
<default>false</default>
</entry>
<entry key="New Window In Tab" type="Bool">
<label>Open links in new tab instead of in new window</label>
<whatsthis>Open a link which would normally open in a new window (external browser) in a new tab instead</whatsthis>
<default>false</default>
</entry>
<entry key="External Browser Use Kde Default" type="Bool" >
<label>Use default KDE web browser</label>
<whatsthis>Use KDE web browser when opening in external browser.</whatsthis>
<default>true</default>
</entry>
<entry key="External Browser Use Custom Command" type="Bool" >
<label>Use this command:</label>
<whatsthis>Use the specified command when opening in external browser.</whatsthis>
<default>false</default>
</entry>
<entry key="External Browser Custom Command" type="String" >
<whatsthis>Command to launch external browser. URL will substitute for %u.</whatsthis>
<default>firefox %u</default>
</entry>
<entry key="LMB Behaviour" type="Enum" >
<whatsthis>What the click with left mouse button should do.</whatsthis>
<default>OpenInInternalBrowser</default>
<choices>
<choice name="OpenInInternalBrowser" />
<choice name="OpenInBackground" />
<choice name="OpenInExternalBrowser" />
</choices>
</entry>
<entry key="MMB Behaviour" type="Enum" >
<whatsthis>What the click with middle mouse button should do.</whatsthis>
<default>OpenInExternalBrowser</default>
<choices>
<choice name="OpenInInternalBrowser" />
<choice name="OpenInBackground" />
<choice name="OpenInExternalBrowser" />
</choices>
</entry>
</group>
<group name="Columns" >
<entry key="Feedlist Header States" type="IntList" ><!-- move back to type String, when the saveState()-Qt-Bug is fixed -->
<default></default>
</entry>
<entry key="Articlelist Header States" type="IntList" ><!-- move back to type String, when the saveState()-Qt-Bug is fixed -->
<default></default>
</entry>
<entry key="Articlelist Sort Column" type="Int" >
<default>0</default>
</entry>
<entry key="Articlelist Sort Order" type="Int" >
<default>0</default>
</entry>
</group>
<group name="Advanced" >
<entry key="Archive Backend" type="String" >
<label>Archive Backend</label>
<default>metakit</default>
</entry>
<entry key="Delay Mark Read" name="UseMarkReadDelay" type="Bool" >
<whatsthis>Whether to delay before marking an article as read upon selecting it.</whatsthis>
<default>true</default>
</entry>
<entry key="Mark Read Delay" name="MarkReadDelay" type="Int" >
<whatsthis>Configurable delay between selecting an article and it being marked as read.</whatsthis>
<default>0</default>
</entry>
<entry key="Reset Quick Filter On Node Change" type="Bool" >
<whatsthis>Resets the quick filter when changing feeds.</whatsthis>
<default>false</default>
</entry>
</group>
</kcfg>
|