Fedora 17 + Firefox + Wrong Dictionary Settings
My Fedora 17 x86_64 Firefox always defaulted to using the English (Zimbabwe) version no matter what I tried.
I decided to go nuclear to fix this:
restart firefox.
Update, newer instructions:
cd /usr/lib64/xulrunner/dictionaries
sudo rm -vf ./en_AG.aff ./en_AG.dic ./en_AU.aff ./en_AU.dic ./en_BS.aff ./en_BS.dic ./en_BW.aff ./en_BW.dic ./en_BZ.aff ./en_BZ.dic ./en_CA.aff ./en_CA.dic ./en_DK.aff ./en_DK.dic ./en_GB.aff ./en_GB.dic ./en_GH.aff ./en_GH.dic ./en_HK.aff ./en_HK.dic ./en_IE.aff ./en_IE.dic ./en_IN.aff ./en_IN.dic ./en_JM.aff ./en_JM.dic ./en_MW.aff ./en_MW.dic ./en_NA.aff ./en_NA.dic ./en_NG.aff ./en_NG.dic ./en_NZ.aff ./en_NZ.dic ./en_PH.aff ./en_PH.dic ./en_SG.aff ./en_SG.dic ./en_TT.aff ./en_TT.dic ./en_ZA.aff ./en_ZA.dic ./en-ZM.aff ./en-ZM.dic ./en_ZW.aff ./en_ZW.dic
restart firefox
I decided to go nuclear to fix this:
- cd /usr/lib64/xulrunner-2/dictionaries/
- sudo mkdir ../test
- sudo chmod 755 ../test
- sudo mv * ../test
- sudo mv ../test/en_US* .
restart firefox.
Update, newer instructions:
cd /usr/lib64/xulrunner/dictionaries
sudo rm -vf ./en_AG.aff ./en_AG.dic ./en_AU.aff ./en_AU.dic ./en_BS.aff ./en_BS.dic ./en_BW.aff ./en_BW.dic ./en_BZ.aff ./en_BZ.dic ./en_CA.aff ./en_CA.dic ./en_DK.aff ./en_DK.dic ./en_GB.aff ./en_GB.dic ./en_GH.aff ./en_GH.dic ./en_HK.aff ./en_HK.dic ./en_IE.aff ./en_IE.dic ./en_IN.aff ./en_IN.dic ./en_JM.aff ./en_JM.dic ./en_MW.aff ./en_MW.dic ./en_NA.aff ./en_NA.dic ./en_NG.aff ./en_NG.dic ./en_NZ.aff ./en_NZ.dic ./en_PH.aff ./en_PH.dic ./en_SG.aff ./en_SG.dic ./en_TT.aff ./en_TT.dic ./en_ZA.aff ./en_ZA.dic ./en-ZM.aff ./en-ZM.dic ./en_ZW.aff ./en_ZW.dic
restart firefox
Comments
Post a Comment