Search Criteria
Package Details: freetube 0.22.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/freetube.git (read-only, click to copy) |
---|---|
Package Base: | freetube |
Description: | An open source desktop YouTube player built with privacy in mind. |
Upstream URL: | https://freetubeapp.io |
Licenses: | AGPL3 |
Submitter: | picokan |
Maintainer: | picokan |
Last Packager: | picokan |
Votes: | 70 |
Popularity: | 1.57 |
First Submitted: | 2020-10-02 22:19 (UTC) |
Last Updated: | 2024-10-29 06:49 (UTC) |
Dependencies (3)
- electron32 (electron32-binAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
je-vv commented on 2022-09-21 10:02 (UTC)
@NoReceipt and @unphysicalix, freetube builds and works just fine with electron20. Here it's a patch:
And building freetube doesn't take that much, :) So no need to move to the *-bin version, hehe. Hopefully @picokan will soon update...
BTW, if you just rebuild it, without updating, most probably it'll work as well, if you previously build and install electron16 from AUR, it's there. aurutils with some configs automatically tries building electron16.
Another option, is neither updating, nor rebuilding, just editing
/usr/bin/freetube
, and replacing thereelectron16
withelectron20
. I tested that earlier, and it works.Of course my preference is to update the package to electron20, which is current electron...
unphysicalix commented on 2022-09-21 08:11 (UTC)
@NoReceipt
electron 16 is not a stable release anymore... I am using freetube-bin now, this uses the upstream code which supposedly uses electron 20. Less compiling for me for now.
NoReceipt commented on 2022-09-20 17:17 (UTC)
There is a problem with electron16, electron20 seems to works. Is it possible to update the app to use electron20?
picokan commented on 2022-05-15 13:28 (UTC)
@dwango This doesn't seem to be a freetube specific error. It could be related to these problems:
https://alt.os.linux.mageia.narkive.com/ARnQCpG3/xdg-settings-error-message-in-chromium-re-zoom#
https://bbs.archlinux.org/viewtopic.php?id=256377
dwango commented on 2022-05-10 22:39 (UTC)
Does not start and gives the following exit message:
xdg-settings: default-url-scheme-handler not implemented for xfce
AndyRTR commented on 2022-04-20 18:04 (UTC)
I also suggest to stick to the version that upstream suggests and supports even somehting newer looks basically working (and might fail somewhere else). When it fails to start after your last attempt make sure there's no hanging electron process pending. I had to kill the hanging ps.
je-vv commented on 2022-04-20 01:56 (UTC) (edited on 2022-04-20 01:56 (UTC) by je-vv)
Actually freetube is working just fine with system electron 17, so I see no reason to go with an even older electron version.
hedgepigdaniel commented on 2022-04-20 00:11 (UTC)
You need to use Electron 16, not 17. You can check the required version in the Freetube sources, for example for the current 0.16.0: https://github.com/FreeTubeApp/FreeTube/blob/v0.16.0-beta/package.json#L111
And even if it doesn't open, there might be other causes for that which should be investigated separately. I'd suggest to start by using the correct version of electron that Freetube has been tested with, and then investigate other problems.
inototen commented on 2022-04-18 13:31 (UTC) (edited on 2022-04-18 14:07 (UTC) by inototen)
@PutridPete where exactly should I change for electron17? I changed it in the PKGBUILD and the in freetube.sh but nothing changed, it still not opening. I've tried with other electron versions too, but have the same result.
PutridPete commented on 2022-04-04 23:08 (UTC) (edited on 2022-04-04 23:09 (UTC) by PutridPete)
What I did was edit the PKGBUILD and scripts so it pulls a dependency on electron17 package and then rebuilt it. Make sure freetube.sh contains
exec electron17 /usr/lib/freetube/app.asar "$@"
instead of justelectron
without the 17. Works fine for me thus far.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »