Kekin

joined 2 years ago
[–] Kekin@lemy.lol 12 points 1 year ago* (last edited 1 year ago) (2 children)

A tip I saw some time ago is to do:

rm folder -rf

Additionally you could move the git folder to the trash folder. I think it's usually located at $HOME/.local/share/trash/files/

Then you can delete it from the trash once you're certain you got the right folder

[–] Kekin@lemy.lol 1 points 1 year ago (1 children)

It mentions it fixed bluetooth issues with certain devices, I wonder if it's related to what I'm experiencing on regular fedora KDE (and EndeavorOS too) with a kernel version 6.9.3, CachyOS kernel on fedora, Liqourix on EndeavorOS, where my game controller will not connect to Bluetooth unless I restart the bluetooth service or pair the controller again.

With Fedora's default kernel which is currently 6.8.11 I don't have this issue. Honeslty I don't know what's up, and from a quick search I couldn't find people with the same issue. I'll search again later just in case

[–] Kekin@lemy.lol 4 points 1 year ago (2 children)

One pet peeve of mine is how in Windows 10 switching between virtual desktops was flawless, and somehow in Windows 11 they fucked it up. At first it had no animation when switching, the taskbar kind of glitches. Now it has an animation but it's kind of delayed and the taskbar still kind of glitches, it seems to reload or something. Kinda crazy honestly

[–] Kekin@lemy.lol 22 points 1 year ago

mfers raised the yearly price from 80 USD to 100 this year, and then they sent me an email that next year it'll be 120! a 50% increase in two years, insane.

[–] Kekin@lemy.lol 15 points 1 year ago (6 children)

I use Photoprism, mainly because it seems stable so far, and it's good enough for my needs

[–] Kekin@lemy.lol 1 points 1 year ago (1 children)

May be related to this: https://github.com/jellyfin/jellyfin/issues/11380

I know my setup with intel integrated gpu worked prior to the release pf 10.9. Now I can't get transcoding to work. In the comments they suggest the kernel version has something to do with it but for me it didn't fix it. I'll have to troubleshoot further today

Meanwhile transcoding works fine in Plex, so I feel it may be something specific to jellyfin

[–] Kekin@lemy.lol 7 points 1 year ago (3 children)

I can speak at least for rootless podman, I spent some hours on it and different ways I tried all ended in permission issues.

I gave up on trying to do it properly and just set the permissions of the /dev/dri device to 666, so that my podman container can use the gpu for transcoding.

Part of the issue with the container images that I tried is that they create a new user with whatever uid:gid I pass to the container, and so even if my nonroot user is part of the render group, the new user inside the container is not and so it can't write to the /dev/dri/renderD128 (gpu), and so transcode wouldn't work.

That's where I left the troubleshooting at cause it was being a headache

[–] Kekin@lemy.lol 1 points 1 year ago

Thanks for the resources, I'll check them out later today!

[–] Kekin@lemy.lol 2 points 1 year ago (2 children)

Yeah I'm fairly certain it's a permission issue. Having the gpu with permissions 666 makes it work inside the containers.

The thing is also that these container images (plex and jellyfin) create a separate user inside, instead of using the root user, and this new user ("abc" for lsio images) doesn't get added to the same groups as the root user.

Also the render group that gets passed to the container appears as "nogroup", so I thought of adding user abc to "nogroup" but still didn't seem to work.

[–] Kekin@lemy.lol 1 points 1 year ago

Thanks! I'll take a look there

[–] Kekin@lemy.lol 2 points 1 year ago

Yes I did the Systemd integration at the user level too and I quite like it

view more: ‹ prev next ›