Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

One solution for missing Linux search bar options in Debian-based distros.

  • 3 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: ski_phreak

more options

All search options and the ability to add/remove/edit and get more disappeared.

I uninstalled Firefox for politcal reasons in April, then reinstalled it (after a bit of research convinced me my protest was better aimed elsewhere.) The search bar failed to work.

These all failed: > sudo apt-get remove firefox > sudo apt-get install firefox > sudo dpkg-reconfigure firefox > rm -Rvf ~/mozilla/firefox* menu-->help-->troubleshooting [reset Firefox] nor [open profile directory]

SOLUTION: When searching for version numbers in dpkg, I noticed two packages for firefox > dpkg -l | grep firefox ii firefox 29.0.1 amd64 The Firefox web browser rc firefox-solydxk-adjustments 29.0.1 all Firefox adjustments for SolydXK

> man dpkg confirmed my suspicion that the solydxk tweaks to firefox may have been broken by removing and installing firefox. (rc indicated neither properly installed, nor uninstalled.)

> sudo apt-get remove firefox-solydxk-adjustments > sudo apt-get install firefox-solydxk-adjustments

Everythings working now. dpkg shows both packages installed correctly. > dpkg -l | grep firefox ii firefox 29.0.1 amd64 The Firefox web browser ii firefox-solydxk-adjustments 29.0.1 all Firefox adjustments for SolydXK

I don't know how many Debian forks (Mint, Solyd, Ubuntu, Librenet, etc) might be similarly affected, but I thought I'd get this out there since I know at least one Mint user has seen it this past March.

All search options and the ability to add/remove/edit and get more disappeared. I uninstalled Firefox for politcal reasons in April, then reinstalled it (after a bit of research convinced me my protest was better aimed elsewhere.) The search bar failed to work. These all failed: > sudo apt-get remove firefox > sudo apt-get install firefox > sudo dpkg-reconfigure firefox > rm -Rvf ~/mozilla/firefox* menu-->help-->troubleshooting [reset Firefox] nor [open profile directory] SOLUTION: When searching for version numbers in dpkg, I noticed two packages for firefox > dpkg -l | grep firefox ii firefox 29.0.1 amd64 The Firefox web browser rc firefox-solydxk-adjustments 29.0.1 all Firefox adjustments for SolydXK > man dpkg confirmed my suspicion that the solydxk tweaks to firefox may have been broken by removing and installing firefox. (rc indicated neither properly installed, nor uninstalled.) > sudo apt-get remove firefox-solydxk-adjustments > sudo apt-get install firefox-solydxk-adjustments Everythings working now. dpkg shows both packages installed correctly. > dpkg -l | grep firefox ii firefox 29.0.1 amd64 The Firefox web browser ii firefox-solydxk-adjustments 29.0.1 all Firefox adjustments for SolydXK I don't know how many Debian forks (Mint, Solyd, Ubuntu, Librenet, etc) might be similarly affected, but I thought I'd get this out there since I know at least one Mint user has seen it this past March.

선택된 해결법

Hi ski_phreak. Thank you for your post, and welcome back. Many debian users will benefit from this post.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

선택된 해결법

Hi ski_phreak. Thank you for your post, and welcome back. Many debian users will benefit from this post.

more options

Note that Firefox 30.0 has be out since Tuesday June 10 from Mozilla.org so there may be a Firefox 30.0 now from your Linux distro if you choose to use those builds instead.

글쓴이 James 수정일시

more options

You're very fast, James.

My update manager just barely found these today. Installing as I type. Thanks for the heads-up!