Package Details: freetube 0.22.1-1

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: 75
Popularity: 3.81
First Submitted: 2020-10-02 22:19 (UTC)
Last Updated: 2024-12-13 08:37 (UTC)

Latest Comments

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

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 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)