Re: [Evolution] Change Default Browser in Evolution 1.4



While it is true the evolution 1.4 runs with gnome-2.0 it doesn't
require gnome-2.0 to run. The current version of gnome for Red Hat 7.3
is gnome-1.4. I assume that red-carpet wouldn't allow me to install if
my system didn't meet the requirements.

Sure...

As you said, the Evo 1.2.x way (actually, Gnome 1.4) of setting the
default browser does not work. So Evo 1.4 does not respect old Gnome 1.4
settings -- true.

You do not have the apps to change the Gnome 2 settings to make Evo 1.4
happy. Thus, there are only limited possibilities left...

I don't know, where Evo 1.4 gets those settings from, but I suppose
GConf -- at least there are my settings stored.


As Jeff said, you need the control center. However, the following should
do the trick using CLI, bypassing all those neat looking graphical
tools. It was about time to learn about GConf... ;-)


Seems, these settings are stored under

# gconftool -R /desktop/gnome/url-handlers/unknown
 command = mozilla-remote.sh %s
 need-terminal = false
 enabled = true

Now, this should enter all those values:

# gconftool --set --type=string /desktop/gnome/url-handlers/unknown/command 'mozilla-remote.sh %s'
# gconftool --set --type=bool /desktop/gnome/url-handlers/unknown/need-terminal false
# gconftool --set --type=bool /desktop/gnome/url-handlers/unknown/enabled true


No guarantee, though...

...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; }}}




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