为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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!