Warning, /plasma/plasma-desktop/applets/kicker/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="icon" type="String"> 0010 <label>The name of the icon to use for the compact representation (e.g. on a small panel).</label> 0011 <default>start-here-kde-symbolic</default> 0012 </entry> 0013 <entry name="useCustomButtonImage" type="Bool"> 0014 <label>Whether to use a custom image instead of an icon in the compact representation (e.g. on a small panel).</label> 0015 <default>false</default> 0016 </entry> 0017 <entry name="customButtonImage" type="Url"> 0018 <label>The URL of the custom image to use instead of an icon in the compact representation (e.g. on a small panel).</label> 0019 <default></default> 0020 </entry> 0021 0022 <entry name="appNameFormat" type="Int"> 0023 <label>The format used in the display of application names: 0 = NameOnly, 1 = GenericNameOnly, 2 = NameAndGenericName, 3 = GenericNameAndName</label> 0024 <default>0</default> 0025 </entry> 0026 <entry name="limitDepth" type="Bool"> 0027 <label>Whether to flatten top-level menu categories to a single level instead of displaying sub-categories.</label> 0028 <default>false</default> 0029 </entry> 0030 <entry name="alphaSort" type="Bool"> 0031 <label>Whether to sort menu contents alphabetically or use manual/system sort order.</label> 0032 <default>false</default> 0033 </entry> 0034 0035 <entry name="recentOrdering" type="Int"> 0036 <label>How should the previously used apps/docs be ordered: 0 = RecentFirst, 1 = PopularFirst</label> 0037 <default>0</default> 0038 </entry> 0039 <entry name="favoriteApps" type="StringList"> 0040 <label>List of general favorites. Supported values are menu id's (usually .desktop file names), special URLs that expand into default applications (e.g. preferred://browser), document URLs and KPeople contact URIs.</label> 0041 <default>preferred://browser,org.kde.kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.discover</default> 0042 </entry> 0043 <entry name="favoriteSystemActions" type="StringList"> 0044 <label>List of system action favorites.</label> 0045 <default>logout,reboot,shutdown</default> 0046 </entry> 0047 <entry name="favoritesPortedToKAstats" type="Bool"> 0048 <label>Are the favorites ported to use KActivitiesStats to allow per-activity favorites</label> 0049 <default>false</default> 0050 </entry> 0051 <entry name="hiddenApplications" type="StringList"> 0052 <label>List of menu id's (usually .desktop file names) of apps that should not be shown in the menu.</label> 0053 <default></default> 0054 </entry> 0055 0056 <entry name="showRecentApps" type="Bool"> 0057 <label>Whether to show the "Recent Applications" category.</label> 0058 <default>true</default> 0059 </entry> 0060 <entry name="showRecentDocs" type="Bool"> 0061 <label>Whether to show the "Recent Files" category.</label> 0062 <default>true</default> 0063 </entry> 0064 0065 <entry name="useExtraRunners" type="Bool"> 0066 <label>Whether to use additional KRunner plugins to produce results in the search.</label> 0067 <default>true</default> 0068 </entry> 0069 <entry name="extraRunners" type="StringList"> 0070 <label>The plugin id's of additional KRunner plugins to use. Only used if useExtraRunners is true.</label> 0071 <default>krunner_shell,krunner_bookmarksrunner,baloosearch,locations</default> 0072 </entry> 0073 <entry name="alignResultsToBottom" type="Bool"> 0074 <label>Whether to align search results to the bottom of the menu representation (e.g. panel popup) instead of the top.</label> 0075 <default>true</default> 0076 </entry> 0077 <entry name="showIconsRootLevel" type="Bool"> 0078 <label>Whether to show icons on the root level of the menu.</label> 0079 <default>false</default> 0080 </entry> 0081 0082 </group> 0083 </kcfg>