Please adjust your system clock, you are exactly one day behind.

> > > How do I make Firebird my default browser while using Evolution?
> > 
> > Once again, the most requested FAQ... ;-)
> > 
> > Adjust the Command to launch Firebird. I never tried it, but I assume
> > even adjusting the script to use Firebird should be easy.
> > 
> > ...guenther
> > 
> > 
> > Evolution 1.4 / Gnome 2.x
> > -------------------------
> > 
> > Open the "Gnome Control Center" > Preferred Applications > Web Browser
> > or simply run:
> > # gnome-default-applications-properties
> 
> 
> dwarf# gnome-default-applications-properties
> gnome-default-applications-properties: Command not found.
> 
> Isn't there a config file I can edit?

You will need GConf (and the gcond daemon running) to set this.

If you do not have the Gnome Control Center installed, there is a way to
set this using GConf directly:


See, which values are stored in that sub-tree. Save the output to a
file, so you can revert to those settings!

$ gconftool-2 -R /desktop/gnome/url-handlers/unknown
 command = mozilla %s
 need-terminal = false
 enabled = true


Now, this should enter all those values (at least, they work for me):

$ gconftool-2 --set --type=string /desktop/gnome/url-handlers/unknown/command 'mozilla 
%s'
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/unknown/need-terminal false
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/unknown/enabled true


As you want Firebird rather than Mozilla, adjust the above command.


> I am running FreeBSD if it matters.  I also checked the FAQ's at Ximian
> and that was not one of them.

Yep. This is the most requested FAQ on this mailing list...

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to