It's possible that some of your files in ~/.gaim are now owned by root. Fixor that with `chown -R yerusername ~/.gaim` and cross your fingers.
(BTW, if gaim is built carefully and told about Firefox at compile time, this problem doesn't happen. It "just works".)
If the above is correct, you need to start using `su - root`, not just `su root`. The dash is actually important--it makes the new login a proper login instead of just an euid change for getting extra permissions.
|