Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a problem with Launching firefox from quick launch bar after update on CentOS. It just didn't work. But I can launch it in terminal by typing:~$: firefox

I updated firefox by doing works below:

   yum remove firefox  
   wget http://download.firefox.com.cn/releases/firefox/9.0/en-US/Firefox-latest.tar.bz2
   tar jxvf firefox*.tar.bz2
   mv firefox /usr/local
   ln -s /usr/local/firefox/firefox /usr/bin/ /usr/sbin
share|improve this question

migrated from stackoverflow.com Sep 25 '12 at 8:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.