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 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
Glorious7060 commented on 2021-11-24 20:27 (UTC)
Electron was updated to v16 and isn't supported by freetube.
yochananmarqos commented on 2021-10-20 01:39 (UTC) (edited on 2021-10-20 01:40 (UTC) by yochananmarqos)
@G3ro: Oops. I fixed the typo in my paste.
G3ro commented on 2021-10-19 20:24 (UTC)
@yochananmarqos
I tried your proposed changes and it shows an error when starting "freetube": "Error launching app Unable to find Electron app at /usr/lib/freetube/app.asar
Cannot find module '/usr/lib/freetube/app.asar' Require stack: - /usr/lib/electron13/resources/default_app.asar/main.js "
I notice that the created package does not include "app.asar", so the following line does not seem to work the right way: "install -Dm644 build/linux-unpacked/resources/app.asar "$pkgdir/usr/lib/$pkgname" "
In the previous package "app.asar" is a subsidiary of "/usr/lib/freetube".
yochananmarqos commented on 2021-10-18 20:44 (UTC)
yarn
is now used to fetch dependencies/usr/share/licenses/common/
, no need to install it againfreetube.sh
should runexec electron13 /usr/lib/freetube/app.asar "$@"
, see Electron package guidelinesExample PKGBUILD
je-vv commented on 2021-09-22 21:47 (UTC)
Thanks @picokan, yes, after finally getting the newer electron13, things work back.
picokan commented on 2021-09-22 10:17 (UTC)
@je-vv The harfbuzz update is the culprit: https://github.com/harfbuzz/harfbuzz/commit/d700646c33af53afcabe564e9943565d58e1192a.
They removed legacy code, and the function electron is complaining about is one of them. However, FreeTube is still working for me, and I did have an electron13 update yesterday when you say you haven't had one since the 14th of September. You may want to try to update electron13 by changing to a different mirror if the one you are on still hasn't gotten that update.
It's still weird that you got the harfbuzz update without the electron13 update, but all you need is to update to fix this.
je-vv commented on 2021-09-22 03:32 (UTC)
@picokan, after Today's upgrade (I upgrade every day or so), freetube stopped launching:
I rebuilt it, just in case that would fix it, but it didn't, I kept having the same issue, :( BTW, weird enough, electron13 didn't upgrade, it hadn't since Sept 14th. From yesterday, I got upgraded:
And from Today's upgrade:
I can't see what package upgrade could have broken freetube, perhaps the gtk3 or harfbuzz upgrades, no idea...
At any rate, not sure what can be wrong, any hints on how to fix it? As mentioned, rebuilding doesn't help, :(
picokan commented on 2021-09-10 08:14 (UTC)
That problem must come from the combination of AUR helper bugs and Manjaro not having an electron13 package. Using only makepkg on Arch, the PKGBUILD pulls the correct electron13 package from community and installs.
If this is happening to you, you should consider reporting this bug to your AUR helper's issue tracker.
je-vv commented on 2021-09-09 22:18 (UTC)
hmm, I do have the "community" provided electron13, essentially because "element" also depends on "electron13", and when getting the "freetube" upgrades, there's NO attempt whatsoever to grab electron13 from AUR. Perhaps what some are experiencing is due to the AUR helper of choice? I use "aurutils", which does things pretty close to the manual process of makepkg...
cb474 commented on 2021-09-09 20:24 (UTC)
My system doesn't have electron14 installed yet either. But I don't understand why the pkgbuild for freetube depends on a version of electron13 in AUR, when there is still a version of electron13 available in the community repo. Why not use that version?
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »