netrunner-rolling / 2018.01

All things related to the 2018.01 release
1 stars 0 forks source link

FF: replace Ant with VideoDownloadHelper (or with whatever you suggested works without any annoyances} #6

Closed star-buck closed 6 years ago

star-buck commented 6 years ago

VideoDownloadhelper also requires an additional program, which made it useless?

I have tried this instead and it at least works decent: https://addons.mozilla.org/en-US/firefox/addon/1-click-youtube-video-downl/

@NuLogicSystems : So remove Ant and maybe add the one linked or what did you have in mind?

NuLogicSystems commented 6 years ago

I can do video download helper and companion app, or the one you linked to. The issue is in updates. I can install under /usr/lib/firefox/browser/extensions globally so I would have to provide updates via packaging and the user can not remove or update themselves without removing the package. The other option is to install under /usr/lib/firefox/distribution/extensions/, this gets installed (copied) to the users home directory profile on first run and allows the user to update and remove them from within Firefox, however updates via packaging would only be useful on first run again (aka new firefox profiles only). I personally believe the latter gives the end user more control..

star-buck commented 6 years ago

Dont do it via packaging imo.

On Jan 1, 2018 20:58, "James Kittsmiller" notifications@github.com wrote:

I can do video download helper and companion app, or the one you linked to. The issue is in updates. I can install under /usr/lib/firefox/browser/extensions globally so I would have to provide updates via packaging, the other option is to install under /usr/lib/firefox/distribution/extensions/, this gets installed (copied) to the users home directory profile on first run and allows the user to update and remove them from within Firefox, however updates via packaging would only be useful on first run again (aka new firefox profiles only).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/6#issuecomment-354703596, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhpgl26Zg3D3BEsxv8JGwNQ7P-NTBks5tGbdugaJpZM4RL0T_ .

NuLogicSystems commented 6 years ago

Well they would need to be packaged initially one way or the other. It's just that the latter destination basically installs them in the users home .mozilla/firefox/(profile}/extensions directory on first run instead of being permanently installed and managed globally in usr/lib/firefox, It's basically like using skel without using skel. I think I Like https://addons.mozilla.org/en-US/firefox/addon/1-click-youtube-video-downl/ better than video download helper so far. Anyway, it's 1:00 am and I need to get some sleep.