Re: Preferred Applications dialog (+ PATCH)



This reminds me that I have the following patch for the Preferred
Browser option so that it actually uses the right URL handler gconf key.
Is it ok to commit that?

Also, I think the schemas for this should be modified so that there is a
file:// url handler key that is set to nautilus by default and the
unknown handler should also be set to nautilus by default. I would like
to modify the schemas but I can't figure out where in CVS they are
stored. Any pointers?

- Frank


On Tue, 2002-07-30 at 10:39, Steve Fox wrote:
> Is the Preferred Applications dialog supposed to affect GNOME 1.x
> applications? It doesn't seem to have any affect on Evolution. I also
> tried setting the File Types and Programs dialog for Internet Services
> -> World Wide Web and that didn't have any effect.
> 
> Are GNOME 1.x applications being left out in the cold? Any idea if this
> would be something possible to fix for 2.0.1 or 2.0.2? I assume this is
> a gnome-vfs problem?
> 
> -- 
> 
> Steve Fox
> http://k-lug.org
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/default-applications/ChangeLog,v
retrieving revision 1.42
diff -u -p -r1.42 ChangeLog
--- ChangeLog	17 Jun 2002 22:09:02 -0000	1.42
+++ ChangeLog	25 Jul 2002 06:08:55 -0000
@@ -1,3 +1,8 @@
+2002-07-24  Frank Worsley  <fworsley shaw ca>
+
+	* gnome-default-applications-properties.c:
+	change default web browser url-handler key from unknown to http
+
 2002-06-17  Jody Goldberg <jody gnome org>
 
 	* Release 2.0.0
Index: gnome-default-applications-properties.c
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/default-applications/gnome-default-applications-properties.c,v
retrieving revision 1.16
diff -u -p -r1.16 gnome-default-applications-properties.c
--- gnome-default-applications-properties.c	29 May 2002 04:14:29 -0000	1.16
+++ gnome-default-applications-properties.c	25 Jul 2002 06:08:56 -0000
@@ -39,8 +39,8 @@
 #include "capplet-util.h"
 #include "gconf-property-editor.h"
 
-#define DEFAULT_APPS_KEY_BROWSER_NEEDS_TERM "/desktop/gnome/url-handlers/unknown/need-terminal"
-#define DEFAULT_APPS_KEY_BROWSER_EXEC       "/desktop/gnome/url-handlers/unknown/command"
+#define DEFAULT_APPS_KEY_BROWSER_NEEDS_TERM "/desktop/gnome/url-handlers/http/need-terminal"
+#define DEFAULT_APPS_KEY_BROWSER_EXEC       "/desktop/gnome/url-handlers/http/command"
 
 #define DEFAULT_APPS_KEY_HELP_VIEWER_NEEDS_TERM "/desktop/gnome/applications/help_viewer/needs_term"
 #define DEFAULT_APPS_KEY_HELP_VIEWER_ACCEPTS_URLS "/desktop/gnome/applications/help_viewer/accepts_urls"


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