mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #1171] [BUG] Firefox on Linux doesn't start a query when using the search bar. Takes me to Whoogle home page instead #706
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#706
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @motoridersd on GitHub (Jul 27, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1171
Describe the bug
Configured Whoogle as described in the Readme. Did the "Firefox Containers" process as well. I use containers, but I don't use Whoogle in a container, nor is the issue happening only in containers.
To Reproduce
Type in a search in the address bar while having Whoogle as the default search engine
You are taken to the Whoogle Home page where I have to type in the query again
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
Whoogle works fine on Edge on Windows and Firefox on Android, and on Chrome/Chromium on the same Linux installation
@kevinsivic commented on GitHub (Aug 22, 2024):
I was having this same problem on a mac and it turned out that for some reason Firefox was refusing to load the up to date opensearch.xml file and kept pushing me to http which my proxy redirected to https and subsequently lost the POST data.
In my case the easiest fix was to install the mozlz4-edit extension to manually edit the search file (in <firefox_profile>/search.json.mozlz4) and update the url templates to https.
@Akitash commented on GitHub (Oct 15, 2024):
Did you re-add Whoogle as a search engine and clear the cache?
I hadn't re-added Whoogle as a search engine at first and had the same problem in the past. But after I re-added the search engine and cleared the cache, it started working.
@exenza commented on GitHub (Jul 11, 2025):
Same issue on Firefox on OSX, works normally on Chrome Android using same self hosted installation.
@kevinsivic - tried your workaround but can't really understand how that add-on works...