aclap-dev / vdhcoapp

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

Downloadhelper and Ubuntu 18.04 #80

Closed etanus11 closed 3 years ago

etanus11 commented 4 years ago

Hi, When I wanted to download a video I am prompted to install the extra programme on Linux Ubuntu 18.04, and Firefox or Chromium browser. I downloaded and installed it but it is not detected. I tried with the .deb file and the tarball. but there is no difference. What is the reason for this problem and how can it be rectified? Thanks. Renate

mi-g commented 3 years ago

This app was mainly developed under Ubuntu 18.04 (then adapted to other platforms), so i can tell it is supposed to work in this environment.

A common issue when installing under linux is the following:

The reason is that the manifests created during the first install (the user one) are still there and pointing to files that do not exist any more, and those manifests take precedence over the second install (the root one).

The workaround consists of removing manually the manifest files. Those files are named net.downloadhelper.coapp.json in directories ~/.mozilla/native-messaging-hosts and ~/.config/google-chrome/NativeMessagingHosts.

Closing this bug, feel free to reopen if needed.