You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
15 years ago
|
<?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="HalBackendEnabled" type="Bool">
|
||
|
<label>Enable HAL backend</label>
|
||
13 years ago
|
<whatsthis>When HAL (Hardware Abstraction Layer) support is enabled, TDE will use it to gather information on the storage media available in your system.</whatsthis>
|
||
15 years ago
|
<default>true</default>
|
||
|
</entry>
|
||
13 years ago
|
<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>
|
||
15 years ago
|
<entry name="CdPollingEnabled" type="Bool">
|
||
|
<label>Enable CD polling</label>
|
||
13 years ago
|
<whatsthis>Allows TDE to poll CD-Rom or DVD-Rom drives itself in order to detect medium insert.</whatsthis>
|
||
15 years ago
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="AutostartEnabled" type="Bool">
|
||
|
<label>Enable medium application autostart after mount</label>
|
||
13 years ago
|
<whatsthis>Allows TDE to autostart application after a medium mount if it contains an Autostart or an Autoopen file.</whatsthis>
|
||
15 years ago
|
<default>true</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|