summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-14 13:17:36 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-14 13:17:36 +0000
commit2761f4f92f13d99855b2a8f9daf679f1f6750608 (patch)
treee1601a72debfadc102ecaada6c96e6330288bf33 /data
parent7884f1341ced0996c3f2e4c231fc23f79975ea62 (diff)
downloadnautilus-2761f4f92f13d99855b2a8f9daf679f1f6750608.tar.gz
Add check_trash arg to nautilus_file_operations_unmount_mount. Add
2008-01-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.[ch]: Add check_trash arg to nautilus_file_operations_unmount_mount. Add nautilus_file_operations_mount_volume(). * libnautilus-private/nautilus-desktop-icon-file.c: * src/nautilus-places-sidebar.c: * src/file-manager/fm-tree-view.c: Update to API change. * data/nautilus.xml.in: * libnautilus-private/Makefile.am: * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.[ch]: Added. * libnautilus-private/nautilus-global-preferences.[ch]: * src/nautilus-application.c: * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: Add new autorun setup (by David Zeuthen) svn path=/trunk/; revision=13594
Diffstat (limited to 'data')
-rw-r--r--data/nautilus.xml.in70
1 files changed, 70 insertions, 0 deletions
diff --git a/data/nautilus.xml.in b/data/nautilus.xml.in
index 744d0d481..5d6a312d7 100644
--- a/data/nautilus.xml.in
+++ b/data/nautilus.xml.in
@@ -5,4 +5,74 @@
<_comment>Saved search</_comment>
<glob pattern="*.savedSearch"/>
</mime-type>
+
+
+ <!-- this section lists definitions for x-content/* types; this should be
+ standardized on xdg-list (TODO: davidz)
+ -->
+
+ <mime-type type="x-content/video-vcd">
+ <!-- http://en.wikipedia.org/wiki/Video_CD -->
+ <_comment>VCD Video</_comment>
+ </mime-type>
+ <mime-type type="x-content/video-svcd">
+ <!-- http://en.wikipedia.org/wiki/Super_Video_CD -->
+ <_comment>SVCD Video</_comment>
+ </mime-type>
+ <mime-type type="x-content/video-dvd">
+ <!-- http://en.wikipedia.org/wiki/DVD-Video -->
+ <_comment>DVD Video</_comment>
+ </mime-type>
+
+ <mime-type type="x-content/image-dcf">
+ <!-- http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system -->
+ <_comment>Digital Photos</_comment>
+ </mime-type>
+
+ <mime-type type="x-content/audio-cdda">
+ <!-- http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) -->
+ <_comment>Compact Disc Audio</_comment>
+ </mime-type>
+
+ <mime-type type="x-content/blank-media">
+ <!-- http://en.wikipedia.org/wiki/Compact_Disc -->
+ <!-- http://en.wikipedia.org/wiki/DVD -->
+ <_comment>Blank Media</_comment>
+ </mime-type>
+
+ <mime-type type="x-content/software-autostart">
+ <!-- http://www.freedesktop.org/wiki/Specifications/autostart-spec -->
+ <_comment>Software</_comment>
+ </mime-type>
+
+ <!-- TODO:
+
+ - Blu-Ray video : http://en.wikipedia.org/wiki/Blu-ray_Disc
+ - HD-DVD video : http://en.wikipedia.org/wiki/HD_DVD
+ - DVD-Audio : http://en.wikipedia.org/wiki/DVD-Audio
+
+ - Photo CD : http://en.wikipedia.org/wiki/Photo_CD
+ - Picture CD : http://en.wikipedia.org/wiki/Picture_CD
+
+ - SACD : http://en.wikipedia.org/wiki/Super_Audio_CD
+ - This might be dead and appear to be totally unsupported anyway
+
+ - Enhanced Audio CD (see link 1. below)
+ - http://en.wikipedia.org/wiki/Enhanced_CD
+ - Enhanced DVD Movie (see link 1. below)
+ - ??
+
+ - music player (x-content/music-player)
+
+ - picture files
+ - audio files
+ - video files
+ - for these three; launch a given program when detecting such files in the root
+ directory. Should default to "Don't do anything" since it's a bit crackful
+
+ See also
+ 1. http://www.phdcc.com/shellrun/autorun.htm
+
+ -->
+
</mime-info>