Package Details: freetube 0.20.0-3

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: 58
Popularity: 2.28
First Submitted: 2020-10-02 22:19 (UTC)
Last Updated: 2024-04-20 13:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

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 just electron without 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-1087645677 electron 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.

hedgepigdaniel commented on 2022-02-12 03:57 (UTC)

In case it isn't clear: I also can't open the app with Electron 16.

hedgepigdaniel commented on 2022-02-12 03:57 (UTC) (edited on 2022-02-12 04:09 (UTC) by hedgepigdaniel)

@pikohan could you change the dependency (and binary in freetube.sh) to electron16 rather than electron?

Generally apps are not compatible with different major versions of Electron, because that's when breaking changes are made in Electron. You can check the version of electron that Freetube is tested with by looking at the dependency in package.json. For example in this version 0.16.0 its 16 (not later version when they are released): https://github.com/FreeTubeApp/FreeTube/blob/3ec646870963f6a27cbfa6d49fe12ea3b659c6a4/package.json#L111

It might work sometimes with a different version but really it's on Freetube to test/update to the latest Electron.

EDIT: I was wrong to say the latest requires electron15 - its actually electron16. But still good to make that change so that when electron17 is released in Arch it doesn't break.

Glorious7060 commented on 2021-11-25 00:36 (UTC)

After the electron update I can't open the app. It was solved rebuilding the app using electron15 and replacing it in the pkgbuild.