aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

linux deb install doesn't support LibreWolf (firefox variant) #205

Closed rwperrott closed 8 months ago

rwperrott commented 8 months ago
$ /opt/vdhcoapp/vdhcoapp install
Installing…
Flatpak is installed. Making the coapp available from browser sandboxes:
Linked coapp within org.mozilla.firefox.
Linked coapp within com.brave.Browser.
Linked coapp within com.google.Chrome.
Linked coapp within com.google.ChromeDev.
Linked coapp within org.chromium.Chromium.
Linked coapp within com.github.Eloston.UngoogledChromium.
Linked coapp within com.microsoft.Edge.
Linked coapp within com.microsoft.EdgeDev.
Writing /home/richard/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json
Writing /home/richard/.var/app/org.mozilla.firefox/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json
Writing /home/richard/.config/google-chrome/NativeMessagingHosts/net.downloadhelper.coapp.json
Writing /home/richard/.config/chromium/NativeMessagingHosts/net.downloadhelper.coapp.json
Writing /home/richard/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/net.downloadhelper.coapp.json
Writing /home/richard/.config/microsoft-edge/NativeMessagingHosts/net.downloadhelper.coapp.json
VdhCoApp : VdhCoApp is ready to be used

LibreWolf not listed and fails to be seen by LibreWolf browser.

paulrouget commented 8 months ago

What's the profile directory of librewolf?

If it's ~/.librewolf/:

mkdir -p ~/.librewolf/native-messaging-hosts/
cp ~/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json ~/.librewolf/native-messaging-hosts/
rwperrott commented 8 months ago

Yes, ~/.librewolf/native-messaging-hosts/ exists. It connected and seems to be working.