[Evolution] Clicking on https: links doesn't work
Aaron Weber
aaron@ximian.com
Mon, 09 Feb 2004 15:29:42 -0500
--=-MQIosAD2pJPn1GrRQPCN
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
I had a similar problem at one point:
https:// links opened in Mozilla and http:// links in Galeon.
It turned out that GNOME was treating "https" as "unknown" in the
Internet services--
Open the control center, open the file-associations tool, go to the last
category, (Web Services or whatever it is) and look in the "Unknown
service types" one to see if there's anything there.
Hope this helps...
a.
On Sun, 2004-02-08 at 22:09 +0100, guenther wrote:
> On Tue, 2004-02-03 at 16:09, Patrick O'Callaghan wrote:
> > On Tue, 2004-02-03 at 00:26, guenther wrote:
> >
> > > 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
> >
> > OK, did all that. However Gnome seems to have decided to ignore
> > anything I say to it. The gconftool-2 tool does correctly set
> > .gconf/desktop/gnome/url-handlers/http/%gconf.xml (NOTE: at the
> > moment I'm trying to get http working again, before moving on
> > to https). I can verify this via:
> >
> > gconftool-2 -R /desktop/gnome/url-handlers
> >
> > However if I look at it via gnome-control-center, I just get the
> > same old values as before and no amount of clicking, typing, closing,
> > opening, restarting etc. makes any difference.
>
> Well, sounds like an issue not related to Evolution at least. ;)
>
> Have you tried setting the value using the Gnome Control Center and
> grepping for that string? Where does it end up?
>
>
> > I know little of the architecture of Gnome, but maybe there's a demon
> > that's supposed to load the file and report to Gnome apps via CORBA
> > or whatever, and the demon has died for some reason.
>
> GConf daemon and some Gnome settings daemon, IIRC. But I am not sure
> about this. It actually is Gnome 2.4, right?
>
> Have you ever tried running a Gnome Desktop? Does it work then?
>
> ...guenther
>
>
> --
> char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
> 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 - evolution@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/evolution
--=-MQIosAD2pJPn1GrRQPCN
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.1.7">
</HEAD>
<BODY>
I had a similar problem at one point: <BR>
https:// links opened in Mozilla and http:// links in Galeon. <BR>
<BR>
It turned out that GNOME was treating "https" as "unknown" in the Internet services-- <BR>
Open the control center, open the file-associations tool, go to the last category, (Web Services or whatever it is) and look in the "Unknown service types" one to see if there's anything there.<BR>
<BR>
Hope this helps...<BR>
<BR>
a.<BR>
<BR>
On Sun, 2004-02-08 at 22:09 +0100, guenther wrote:</FONT><BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#000000">On Tue, 2004-02-03 at 16:09, Patrick O'Callaghan wrote:</FONT></FONT>
<FONT COLOR="#000000">> On Tue, 2004-02-03 at 00:26, guenther wrote:</FONT></FONT>
<FONT COLOR="#000000">> </FONT></FONT>
<FONT COLOR="#000000">> > Especially check the GConf keys in /desktop/gnome/url-handlers/http and</FONT></FONT>
<FONT COLOR="#000000">> > /desktop/gnome/url-handlers/https. The GUI only sets the former.</FONT></FONT>
<FONT COLOR="#000000">> > </FONT></FONT>
<FONT COLOR="#000000">> > Something like the following commands should get you going (untested</FONT></FONT>
<FONT COLOR="#000000">> > though, as I don't have Gnome 2.4 here):</FONT></FONT>
<FONT COLOR="#000000">> > </FONT></FONT>
<FONT COLOR="#000000">> > $ gconftool-2 --set --type=string /desktop/gnome/url-handlers/https/command 'mozilla %s'</FONT></FONT>
<FONT COLOR="#000000">> > $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/https/need-terminal false</FONT></FONT>
<FONT COLOR="#000000">> > $ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/https/enabled true</FONT></FONT>
<FONT COLOR="#000000">> </FONT></FONT>
<FONT COLOR="#000000">> OK, did all that. However Gnome seems to have decided to ignore</FONT></FONT>
<FONT COLOR="#000000">> anything I say to it. The gconftool-2 tool does correctly set </FONT></FONT>
<FONT COLOR="#000000">> .gconf/desktop/gnome/url-handlers/http/%gconf.xml (NOTE: at the</FONT></FONT>
<FONT COLOR="#000000">> moment I'm trying to get http working again, before moving on</FONT></FONT>
<FONT COLOR="#000000">> to https). I can verify this via:</FONT></FONT>
<FONT COLOR="#000000">> </FONT></FONT>
<FONT COLOR="#000000">> gconftool-2 -R /desktop/gnome/url-handlers</FONT></FONT>
<FONT COLOR="#000000">> </FONT></FONT>
<FONT COLOR="#000000">> However if I look at it via gnome-control-center, I just get the</FONT></FONT>
<FONT COLOR="#000000">> same old values as before and no amount of clicking, typing, closing,</FONT></FONT>
<FONT COLOR="#000000">> opening, restarting etc. makes any difference.</FONT></FONT>
<FONT COLOR="#000000">Well, sounds like an issue not related to Evolution at least. ;)</FONT></FONT>
<FONT COLOR="#000000">Have you tried setting the value using the Gnome Control Center and</FONT></FONT>
<FONT COLOR="#000000">grepping for that string? Where does it end up?</FONT></FONT>
<FONT COLOR="#000000">> I know little of the architecture of Gnome, but maybe there's a demon</FONT></FONT>
<FONT COLOR="#000000">> that's supposed to load the file and report to Gnome apps via CORBA</FONT></FONT>
<FONT COLOR="#000000">> or whatever, and the demon has died for some reason.</FONT></FONT>
<FONT COLOR="#000000">GConf daemon and some Gnome settings daemon, IIRC. But I am not sure</FONT></FONT>
<FONT COLOR="#000000">about this. It actually is Gnome 2.4, right?</FONT></FONT>
<FONT COLOR="#000000">Have you ever tried running a Gnome Desktop? Does it work then?</FONT></FONT>
<FONT COLOR="#000000">...guenther</FONT></FONT>
<FONT COLOR="#000000">-- </FONT></FONT>
<FONT COLOR="#000000">char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";</FONT></FONT>
<FONT COLOR="#000000">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:</FONT></FONT>
<FONT COLOR="#000000">(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}</FONT></FONT>
<FONT COLOR="#000000">_______________________________________________</FONT></FONT>
<FONT COLOR="#000000">evolution maillist - </FONT></FONT><A HREF="mailto:evolution@lists.ximian.com">evolution@lists.ximian.com</FONT></A>
<A HREF="http://lists.ximian.com/mailman/listinfo/evolution">http://lists.ximian.com/mailman/listinfo/evolution</FONT></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>
--=-MQIosAD2pJPn1GrRQPCN--