buster icon indicating copy to clipboard operation
buster copied to clipboard

New Waterfox workaround

Open bitingsock opened this issue 1 year ago • 0 comments

System

  • OS name: Windows
  • OS version: 10
  • Browser name: Waterfox
  • Browser version: G5.1

Extension

  • Extension version: 1.3.2
  • User input simulation: yes
  • Client app version: 0.3.0
  • Client app installed successfully: yes

Bug description Failed to install on Waterfox current (showed Error: Attempt to postMessage on disconnected port) until looking at procmon showed waterfox was resulting NAME NOT FOUND when looking for: "HKCU\Software\Mozilla\NativeMessagingHosts\org.buster.client" Adding the value as described in https://github.com/dessant/buster/issues/84#issuecomment-501676701 with the the mozilla location let client-app install correctly.

reg add "HKEY_CURRENT_USER\Software\Mozilla\NativeMessagingHosts\org.buster.client" /ve /d "C:\Users\%USERNAME%\AppData\Local\buster\manifest\firefox\org.buster.client.json" /f

bitingsock avatar Nov 26 '22 08:11 bitingsock