summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/libmediacommon/mediamanagersettings.kcfg
blob: 8136ecd793b56e8a97ab6e61f886a27a3943579b (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">

<kcfg>
  <kcfgfile name="mediamanagerrc"/>
  <group name="Global">
    <entry name="TdeHardwareBackendEnabled" type="Bool">
      <label>Enable TDE hardware library backend</label>
      <whatsthis>When TDE hardware library support is enabled, TDE will use it to gather information on the storage media available in your system.</whatsthis>
      <default>true</default>
    </entry>
    <entry name="CdPollingEnabled" type="Bool">
      <label>Enable CD polling</label>
      <whatsthis>Allows TDE to poll CD-Rom or DVD-Rom drives itself in order to detect medium insert.</whatsthis>
      <default>true</default>
    </entry>
    <entry name="AutostartEnabled" type="Bool">
      <label>Enable medium application autostart after mount</label>
      <whatsthis>Allows TDE to autostart application after a medium mount if it contains an Autostart or an Autoopen file.</whatsthis>
      <default>true</default>
    </entry>
    <entry name="NotificationPopupsEnabled" type="Bool">
      <label>Enable notification dialogs popups</label>
      <whatsthis>Deselect this if you do not want action request dialog popups to be generated when devices are plugged in.</whatsthis>
      <default>true</default>
    </entry>
    <entry name="DeviceMonitorPopupsEnabled" type="Bool">
      <label>Enable device monitor notification popups</label>
      <whatsthis>Deselect this if you do not want device monitoring popups to be generated when devices are added, modified or removed.</whatsthis>
      <default>true</default>
    </entry>
  </group>
</kcfg>