Warning, /plasma/kdeplasma-addons/applets/webbrowser/package/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="url" type="String"> 0010 <default>https://www.kde.org/</default> 0011 </entry> 0012 <entry name="useMinViewWidth" type="Bool"> 0013 <default>true</default> 0014 </entry> 0015 <entry name="minViewWidth" type="Int"> 0016 <default>600</default> 0017 </entry> 0018 <entry name="constantZoomFactor" type="Int"> 0019 <default>100</default> 0020 </entry> 0021 <entry name="icon" type="String"> 0022 <label>The name of the icon used in the compact representation (e.g. on a small panel).</label> 0023 <default></default> 0024 </entry> 0025 <entry name="favIcon" type="String"> 0026 <label>The url of the website's favicon that is saved in the last session.</label> 0027 <default></default> 0028 </entry> 0029 <entry name="useFavIcon" type="Bool"> 0030 <label>Use the website's favicon instead of a system icon</label> 0031 <default>true</default> 0032 </entry> 0033 </group> 0034 </kcfg>