diff options
Diffstat (limited to 'drivemount/drivemount.schemas.in')
-rw-r--r-- | drivemount/drivemount.schemas.in | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/drivemount/drivemount.schemas.in b/drivemount/drivemount.schemas.in new file mode 100644 index 00000000..b078de25 --- /dev/null +++ b/drivemount/drivemount.schemas.in @@ -0,0 +1,64 @@ +<mateconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/interval</key> + <owner>drivemount-applet</owner> + <type>int</type> + <default>10</default> + <locale name="C"> + <short>Interval timeout to check mount point status</short> + <long>Time in seconds between status updates</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/pixmap</key> + <owner>drivemount-applet</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/scale</key> + <owner>drivemount-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/auto_eject</key> + <owner>drivemount-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/mount_point</key> + <owner>drivemount-applet</owner> + <type>string</type> + <default>/mnt/floppy</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + <schema> + <key>/schemas/apps/drivemount-applet/prefs/autofs_friendly</key> + <owner>drivemount-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + </schemalist> +</mateconfschemafile> |