aclap-dev / vdhcoapp

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

tar installation instructions are hidden in the build instructions #40

Closed ghost closed 3 years ago

ghost commented 6 years ago

I downloaded the Linux tar file with the binaries in it and it did not say to run sudo /opt/net.downloadhelper.coapp/bin/net.downloadhelper.coapp-linux-64 install. Later I found that in the instructions for building from the source code.

There's a link on the page with the binaries in a tar file that says "Extra step required to complete install" but it doesn't actually do anything when I click on that link.

Please don't waste people's time with hidden documentation. Thanks.

CagriYonca commented 5 years ago

User-wide installation

tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C ~
~/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --user

System-wide install

sudo tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C /usr/local
sudo /usr/local/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --system

Just 'Extra step required to complete install' button doesn't look like clickable

mi-g commented 5 years ago

Can you check the browser development console to see if an error/warning message is displayed when clicking on the link ?

sgbell commented 5 years ago

There is no error thrown in the browser development console when I click the link

mi-g commented 3 years ago

Could not reproduce the issue.

jimfoye commented 3 years ago

I had this problem today, as I needed to install on Fedora. The link doesn't link to anything.

mi-g commented 3 years ago

The Extra step required to complete install is not really a link. It triggers a piece of Javascript code that displays a previously hidden text portion. Could it be that you disabled Javascript on some sites including downloadhelper.net as an extra security feature ? Also, if you go to https://www.downloadhelper.net/faq , there is a similar mechanism that display/hide FAQ entries. Do you have the same problem there ?

jimfoye commented 3 years ago

Ha, I think I know what the problem is. The FAQ portion appears at the bottom of the page. Depending on how much of the page is visible in the browser window, it's not obvious that the additional information has appeared below. You have to scroll to see it. I think the issue here is design - one expects the information to appear immediately below the link, not further down. As is, the only indication that something has changed is that the scroll bar thumb gets a little smaller - if I don't notice that, it feels like nothing has happened when I click the link.

mi-g commented 3 years ago

Good catch. That can be the problem for the coapp install page. However, for the FAQ, the entry should appear right after the clickable faq entry title, and it does so for me: ss-faq Isn't it what you get when you click on the 3rd faq link ?

jimfoye commented 3 years ago

Yes, FAQ page works fine for me, the information appears right below the click target, so there's missing it.