-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support waterfox #195
Comments
waterfox & co should work as long as they read the standard Also I need to know if they use any sandboxing mechanism (snap/flatpak/apparmor). Here is a simple test:
If this works, I'll add support for waterfox. |
How about for Windows builds? VDH worked for Waterfox up until 2.0.10, since which it can't find the newly-installed coapp (note this also means it can't check licensing).
|
If you can find which Windows registry it's using, I'll gladly add it to the installer. For Firefox, it's "Software\Mozilla\NativeMessagingHost". |
I reverted VDH on Waterfox to 8.0.0.6 and installed the 1.6.3 version of the coapp to find this key. The value is the location of that version of the coapp. Thing is, the newer version of the coapp is installed, and Firefox itself is using it fine. |
That key should have been updated the the new json path. I'm surprised. That's definitively a bug. I'll look into it. |
For what it's worth, updating that registry value manually to point to (But where is Firefox getting its value from if it's not here...?) |
@MorganLOCode do you use a 32bits machine or a 64bits machine? I think you use Firefox 32 bits with a coapp 64 bits. I added some notes here about the Registry Base, do you mind taking a look? |
Both browsers are 64-bit. Querying the registry, both keys point to the same (correct) path as in my previous post (but remember I manually altered one of them). Ah: just checked. Firefox is using the registry key in the WOW6432Node branch, Waterfox is using the other one. |
That means your Waterfox is a 32bits build, not 64bits. Which is not surprising to me. |
Install the 32bits coapp if you want to get this to work properly, or install waterfox 64bits. |
Ok, it's the same bug as #201. |
librewolf per keepassxreboot/keepassxc#6907 - ~/.mozilla/native-messaging-hosts
+ ~/.librewolf/native-messaging-hosts Line 189 in 0b40d3e
this would be so much simpler with a |
Librewolf Flatpak user on Linux here. I did this to Make It Work:
|
Hi, Great extension and application! I found out that the /opt/vdhcoapp/vdhcoapp install script won't register waterfox, dunno if other firefox based browsers like librewolf would be added, hopefully it's possible.
The text was updated successfully, but these errors were encountered: