Omer Zak wrote: >>Beni Cherniavsky wrote:
I didn't check but it should respect Gnome's global settings of preferred application which you can set with ``gnome-default-applications-properties``.
How do I change 'gnome-default-applications-properties'?
Just run 'gnome-default-applications-properties' from the command line.
I found no such entry when trying gconf (Debian Testing, GDM, menu Applications/System Tools/Configuration Editor).
In gconf I think it alters the url-handlers:
$ grep -Ri firefox .gconf
[snipped panel icons...]
gconf/desktop/gnome/url-handlers/ftp/%gconf.xml: <stringvalue>/usr/local/firefox/firefox "%s"</stringvalue>
gconf/desktop/gnome/url-handlers/http/%gconf.xml: <stringvalue>/usr/local/firefox/firefox "%s"</stringvalue>
gconf/desktop/gnome/url-handlers/about/%gconf.xml: <stringvalue>firefox %s</stringvalue>
gconf/desktop/gnome/url-handlers/https/%gconf.xml: <stringvalue>/usr/local/firefox/firefox "%s"</stringvalue>
gconf/desktop/gnome/url-handlers/chrome/%gconf.xml: <stringvalue>/usr/local/firefox/firefox "%s"</stringvalue>
gconf/desktop/gnome/url-handlers/gopher/%gconf.xml: <stringvalue>/usr/local/firefox/firefox "%s"</stringvalue>
gconf/desktop/gnome/url-handlers/unknown/%gconf.xml: <stringvalue>firefox %s</stringvalue>
-- Beni Cherniavsky <[EMAIL PROTECTED]>, who can only read email on weekends.
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]