Search Criteria
Package Details: freetube 0.24.0-1
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: | AGPL-3.0-or-later |
| Submitter: | picokan |
| Maintainer: | picokan |
| Last Packager: | picokan |
| Votes: | 97 |
| Popularity: | 1.36 |
| First Submitted: | 2020-10-02 22:19 (UTC) |
| Last Updated: | 2026-04-01 07:24 (UTC) |
Dependencies (4)
- electron41 (electron41-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »
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 justelectronwithout the 17. Works fine for me thus far.golden_lemur commented on 2022-04-04 20:44 (UTC)
freetube 0.16.0-1 does not work for me in electron v18.0.1
yochananmarqos commented on 2022-04-04 19:35 (UTC)
@MattTriesLinux: It works fine with
electron17.<deleted-account> commented on 2022-04-04 19:14 (UTC)
https://github.com/FreeTubeApp/FreeTube/issues/2163#issuecomment-1087645677electron 18 seems to be giving issues to FreeTube and making it impossible to open it, as per suggestion of the dev this package should switch to only using the supported electron version (16)hedgepigdaniel commented on 2022-03-29 13:24 (UTC)
@pikohan I resolved the issues by changing flags related to ozone/wayland (not sure that there was an issue in freetube in particular).
The latest release of electron is now 17, and that does not work for me (with my flags related to ozone/wayland) - but the officially supported electron16 does.
You can see freetube-wayland package for an example of fixing the electron version. It's a simple matter of replacing "electron" in the dependency and launch script with "electron16".
picokan commented on 2022-02-17 18:52 (UTC)
@hedgepigdaniel So far I've been letting it go with electron's latest version, but there has been widespread problems with a major update of electron breaking freetube and I might go with your suggestion. However, if you and DarknessKiller both can't use it with the officially supported electron 16, something is off. Can you use the freetube binary from the website? If not, what errors does it give you? These might be good things to report upstream.
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »