Displaying 1 result from an estimated 1 matches for "myfirefoxmailtohandler".
2009 Dec 04
2
CentOS/RHEL's build of firefox hardwired to evolution -- how to change this
...ox is hardwired to use evolution as its mailto client.  With FF
2.<mumble> this was fixable with an about:config setting.  With
3.0.<mumble>, it seems not.  What is the proper way of fixing this?
*I* ended up doing a 'sudo rpm -e evolution' and then doing a 
'sudo ln -s <myfirefoxmailtohandler> /usr/bin/evolution'.  This is a
truely ugly/bad solution, but it is the only one I know of. Please tell
be of a better solution.  (Hopefully not one that requires me to
download the firefox SRPM and hacking the .spec file -- re-building building
firefox from sources is non-trivial -- I'...