+ <entry name="SortingChoice" type="Enum">
+ <choices>
+ <choice name="NaturalSorting" />
+ <choice name="CaseInsensitiveSorting" />
+ <choice name="CaseSensitiveSorting" />
+ </choices>
+ <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items</label>
+ <default>0</default>
+ <emit signal="sortingChoiceChanged" />
+ </entry>
+ <entry name="HideXTrashFile" type="Bool">
+ <label>Also hide files with application/x-trash mimetype</label>
+ <default>false</default>
+ </entry>
+ <entry name="DynamicView" type="Bool">
+ <label>Enable dynamic view</label>
+ <default>false</default>
+ </entry>
+ </group>
+ <group name="Notification Messages">
+ <entry name="ConfirmOpenManyFolders" type="Bool">
+ <label>Ask for confirmation when opening many folders at once.</label>
+ <default>true</default>
+ </entry>
+ <entry name="ConfirmOpenManyTerminals" type="Bool">
+ <label>Ask for confirmation when opening many terminals at once.</label>
+ <default>true</default>
+ </entry>