Search Criteria
Package Details: freetube-bin 0.23.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freetube-bin.git (read-only, click to copy) |
---|---|
Package Base: | freetube-bin |
Description: | An open source desktop YouTube player built with privacy in mind. |
Upstream URL: | https://github.com/FreeTubeApp/FreeTube |
Keywords: | youtube |
Licenses: | AGPL3 |
Conflicts: | freetube |
Provides: | freetube |
Submitter: | plague-doctor |
Maintainer: | plague-doctor (bacteriostat) |
Last Packager: | bacteriostat |
Votes: | 197 |
Popularity: | 5.60 |
First Submitted: | 2019-04-02 03:28 (UTC) |
Last Updated: | 2025-03-28 10:05 (UTC) |
Dependencies (1)
Required by (1)
- chromium-extension-privacy-redirect-av (requires freetube) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
willemw commented on 2021-10-19 06:02 (UTC)
Please remove 'freetube-git'.
'provide' and 'conflicts' should be the same as you do for VCS packages. See freetube-git and see https://wiki.archlinux.org/index.php?title=PKGBUILD&action=edit§ion=21 ("..., you do not need to specify that conflicting package in your conflicts array.").
hamedsbt commented on 2021-10-18 22:22 (UTC)
Very good development support. I has been request ability save subscriptions offline (without google account) and now it has this feature. Thank You Developers!
willemw commented on 2021-05-19 06:05 (UTC)
freetube-git is redundant.
neuro_tschok commented on 2021-05-18 08:11 (UTC)
Really love the project and really love the AUR (and especially @plague-doctor) for maintaining it!!
There is a new version available. If I can do more than point that out, please let me know ;)
Archislove commented on 2021-03-11 16:19 (UTC)
Thanks man for your help, explanations and your maintainer work!
marcih commented on 2021-03-10 11:52 (UTC) (edited on 2021-03-10 11:54 (UTC) by marcih)
@Archislove:
You're on the hardened kernel, makes sense. Check out this wiki page if you want to be able to run Electron apps (or have any other containers, really) without having to start the sandbox binary as root (which is what you're doing when you set the suid bit on a file with root as the owner): https://wiki.archlinux.org/index.php/Linux_Containers#Unpriviledged_containers_on_linux-hardened_and_custom_kernels
The
freetube
executable isn't in $PATH simply simply because that's not the case in the official packages either. :) The previous PKGBUILD was making a symlink from/opt/FreeTube/freetube
to/usr/bin/
, which is not quite where you're supposed to put it; if you really wanted it in $PATH, symlinking it to/opt/bin/
would be the right place (https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s04.html) but since Arch doesn't include that directory in $PATH, I decided to just leave it out.Archislove commented on 2021-03-10 09:38 (UTC) (edited on 2021-03-10 09:39 (UTC) by Archislove)
Chmodding
chrome-snadbox
to 4755 did it. It now works from the desktop.Anyway I'm using KDE Plasma on Wayland with the hardened kernel from the official repos.
zgrep USER_NS /proc/config.gz : CONFIG_USER_NS=y # CONFIG_USER_NS_UNPRIVILEGED is not set
sysctl kernel.unprivileged_userns_clone : kernel.unprivileged_userns_clone = 0
If I might ask, why isn't it in the PATH anymore?
marcih commented on 2021-03-09 17:28 (UTC) (edited on 2021-03-09 17:30 (UTC) by marcih)
If it doesn't run using the desktop file but does run from the terminal, try checking if you have any FreeTube desktop files in
~/.local/share/applications
folder and remove them, or at least change theirExec
key; remember, the "freetube" executable is no longer in $PATH so you have to use absolute paths. Or better yet, use/usr/share/applications/freetube.desktop
as the basis for your changes.« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »