this post was submitted on 21 Apr 2024
20 points (83.3% liked)

Linux

45534 readers
1302 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I tried to setup jellyfin, but jellyfin didn't see any subfolders in my home folder I tried to grant jellyfin the rights to read my home folder, but it looks like I did something wrong and now I can't update and install flatpak apps. This is what I see when I try to update flatpak apps:

Warning: Failed to get revokefs-fuse socket from system-helper: Flatpak system operation GetRevokefsFd not allowed for user Warning: Flatpak system operation Deploy not allowed for user

Are there any suggestions I need to make to fix flatpack?

all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 18 points 2 months ago (2 children)

You did a recursive chown or chmod, didn't you.

[–] Waffelson 3 points 2 months ago

Yep, first time I used thunar to grant rights, and after that I used crown and chmod

and after I created the jellyfin folder in /home/jellyfin, it was easier to make it work

[–] [email protected] 6 points 2 months ago (1 children)
[–] Waffelson 3 points 2 months ago (1 children)

I have installed flatpack apps for per-user, and there are runtimes and apps in my home folder

And I just tried to run the flatpack update using sudo and it worked, I didn't know that flatpack can be used with root rights

[–] [email protected] 3 points 2 months ago (1 children)

Good. Next time you want to give a flatpak app more permissions consider using Flatseal : https://flathub.org/apps/com.github.tchx84.Flatseal

[–] Waffelson 3 points 2 months ago

I already use flatseal, I needed it to make bottles see some folders not only downloads

[–] [email protected] 3 points 2 months ago (1 children)

you can compare the permissions (or maybe even contents) of your last backup with what you have now. if your backup is made with tar, the d switch compares, for example.

[–] [email protected] 9 points 2 months ago

👌😂 ah yes, straight from the finest collection of vintage backups that definitely exist

[–] [email protected] 2 points 2 months ago

oh I do that all the time. tbh just alias flatpack=flatpak and you should be good to go.