GithubHelp home page GithubHelp logo

Location of binaries about vdhcoapp HOT 2 CLOSED

mb720 avatar mb720 commented on August 12, 2024 1
Location of binaries

from vdhcoapp.

Comments (2)

bobafetthotmail avatar bobafetthotmail commented on August 12, 2024

I did some investigation because I'm trying to use this extension with firejail's sandboxing.

The application's user install command is just generating a config file in
/home/YOUR_USERNAME/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json that points to where the application binary is currently located when you run the command. It does not move the binary application.

So if you place the binary application it to local/bin and then execute the install command again it should update the config file link and it should work fine afterwards.

This should work the same for Firefox/chrome and Windows too.

The paths of this config file for Chrome and the registry entries it adds for Windows installs are in the installer source file https://github.com/mi-g/vdhcoapp/blob/master/app/native-autoinstall.js

from vdhcoapp.

mb720 avatar mb720 commented on August 12, 2024

Thanks Alberto, this worked for me, but I didn't have to run the install script again.

I opened the config file at

/home/me/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json

and changed the path of the binary like this:

"path": "/home/me/.local/bin/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64",

I restarted Firefox and was able to use the companion app at the new path.

from vdhcoapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.