> That's pretty much it. Clicking on a http: link works > fine. Clicking on a https: link doesn't (it tries to > start the default browser rather than my preferred one). > > gnome-control-center -> Preferred Apps -> Browser doesn't > make any distinction between http: and https:. Is this > settable somewhere? > > Evo 1.4.5, KDE 3.1.4, Fedora Core 1.
As you are running FC1, you are using Gnome 2.4. [1] I haven't used Gnome 2.4 a lot so far, but AFAIK there are different GConf keys used for http and https protocol. Check out if the info provided in some of my recent posts regarding the default browser will solve this issue: http://lists.ximian.com/archives/public/evolution/2004-February/035164.html Especially check the GConf keys in /desktop/gnome/url-handlers/http and /desktop/gnome/url-handlers/https. The GUI only sets the former. Something like the following commands should get you going (untested though, as I don't have Gnome 2.4 here): $ gconftool-2 --set --type=string /desktop/gnome/url-handlers/https/command 'mozilla %s' $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/https/need-terminal false $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/https/enabled true HTH ...guenther [1] Actually using KDE as a desktop doesn't matter here, cause Evolution as a Gnome app only respects Gnome settings. Same for KDE vice versa... -- 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
