[Epiphany] urk- mozilla as default viewer for a lot of thingsinstead of epiphany



I clicked on a mrproject file today in nautilus and got... mozilla. 

1) gnome-vfs.mime lists only .mrp as the mrproject extension, when
mrproject seems to currently default to .mrproject. 

2) looking through gnome-vfs.keys.in, text/html and text/xml still
default to mozilla. I've switched that to epiphany,galeon,mozilla [etc.]
Can someone take a look at the attached patch and make sure that it is
correct?

3) the two webdav types are serviced /only/ by mozilla- is that right?
Can epiphany handle those?

Anyway, I think these clearly ought to be fixed before release- it would
be pretty embarassing to send out #2 in particular. :) Attached is a
patch for the first two- can I commit?

Luis
? epiphany_and_mrp.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-mime-data/ChangeLog,v
retrieving revision 1.178
diff -u -r1.178 ChangeLog
--- ChangeLog	13 Aug 2003 10:27:24 -0000	1.178
+++ ChangeLog	18 Aug 2003 23:54:19 -0000
@@ -1,3 +1,9 @@
+2003-08-18  Luis Villa <louie@ximian.com>
+
+	* gnome-vfs.mime: add 'mrproject' extension for mrproject files
+	* gnome-vfs.keys.in: make epiphany and galeon preferred over
+	mozilla where appropriate
+
 2003-08-13  Christian Neumair  <chris@gnome-de.org>
 
 	* gnome-vfs.applications: Use AbiWord 2.0 executable.
Index: gnome-vfs.keys.in
===================================================================
RCS file: /cvs/gnome/gnome-mime-data/gnome-vfs.keys.in,v
retrieving revision 1.101
diff -u -r1.101 gnome-vfs.keys.in
--- gnome-vfs.keys.in	13 Aug 2003 10:27:24 -0000	1.101
+++ gnome-vfs.keys.in	18 Aug 2003 23:54:22 -0000
@@ -1723,9 +1723,9 @@
 	short_list_component_iids_for_novice_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
 	short_list_component_iids_for_intermediate_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
 	short_list_component_iids_for_advanced_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
-	short_list_application_ids_for_novice_user_level=mozilla,netscape,galeon
-	short_list_application_ids_for_intermediate_user_level=mozilla,netscape,galeon
-	short_list_application_ids_for_advanced_user_level=mozilla,netscape,lynx,galeon
+	short_list_application_ids_for_novice_user_level=epiphany,galeon,mozilla,netscape
+	short_list_application_ids_for_intermediate_user_level=epiphany,galeon,mozilla,netscape
+	short_list_application_ids_for_advanced_user_level=epiphany,galeon,mozilla,netscape,lynx
 	_category=Documents/World Wide Web
 	use_category_default=yes
 
@@ -2033,9 +2033,9 @@
 	short_list_component_iids_for_novice_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
 	short_list_component_iids_for_intermediate_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
 	short_list_component_iids_for_advanced_user_level=OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1,OAFIID:nautilus_text_view:fa466311-17c1-435c-8231-c9fc434b6437
-	short_list_application_ids_for_novice_user_level=mozilla
-	short_list_application_ids_for_intermediate_user_level=mozilla
-	short_list_application_ids_for_advanced_user_level=mozilla
+	short_list_application_ids_for_novice_user_level=epiphany,galeon,mozilla
+	short_list_application_ids_for_intermediate_user_level=epiphany,galeon,mozilla
+	short_list_application_ids_for_advanced_user_level=epiphany,galeon,mozilla
 	_category=Documents/Extended Markup Language (XML)
 	use_category_default=yes
 
Index: gnome-vfs.mime
===================================================================
RCS file: /cvs/gnome/gnome-mime-data/gnome-vfs.mime,v
retrieving revision 1.76
diff -u -r1.76 gnome-vfs.mime
--- gnome-vfs.mime	1 Aug 2003 15:26:19 -0000	1.76
+++ gnome-vfs.mime	18 Aug 2003 23:54:22 -0000
@@ -274,7 +274,7 @@
 	ext: mif
 
 application/x-mrproject
-	ext: mrp
+	ext: mrp mrproject
 
 application/x-ms-dos-executable
 	ext: exe


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]