How do you change the default browser in Evolution 1.4 I run fvwm2 as a window manager and am running Red Hat Linux 7.3 The change needed for 1.2.2 and 1.2.4 don't work.
go to the Preffered Applications properties, by [user host]$ gnome-default-applications-properties tab: Web Browser check 'Custom Web Browser' Command: gnome-moz-remote --newwin "%s" This will present every link (clicked in a Gnome 2 app) in a new mozilla window. You can adjust this string to your preferred browser. If you prefer tabs (instead of new windows) like me: Command: mozilla-remote.sh "%s" This will open links in new tabs, if mozilla is already running. Have the attached script in your path (or change the command to have the whole path) and make the script executable. ...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; }}}
Attachment:
mozilla-remote.sh
Description: Text Data