this post was submitted on 29 May 2024
20 points (95.5% liked)
Linux
48003 readers
1041 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's what I'm thinking, and it seems that program is all wayland compositors for some reason, there is likely a hardcoded path to
~/.cache
what else could be making a~/.cache/mesa_shader_cache
directory when logging in that doesn't happen on X11?I made sure XDG_CACHE_HOME was set before starting sway and it still happens: https://lemmy.ml/post/16201068/11319192
Mesa contains the graphics driver in the Kernel. So maybe this is run very early. Theoretically you could do a workaround and remove that directory with each start, but that's an ugly solution. Does Steam start with your login session? Maybe Proton is creating the cache.
No steam doesn't run when starting. The same programs when I start i3 which does not have this issue are the same programs that start when I start sway, as sway uses my i3 configuration.
I've also tested hyprland and cosmic and both of those have that issue as well.
Worth mentioning that when I'm on x11
~/.cache
never gets created, even when I run apps that use mesa.I have no ideas left. Also explored a little bit web searches about this topic, but couldn't find anything useful. Sorry, this reply is even less useful.^^
Wanna know something? I've been trying for about 5 months to fix this issue without success. I appreciate the help.
I haven't bothered to report this because A) I don't know who to report this to as I'm not sure what is creating the directory, and B) I've already reported other issues I've run into when using sway that were just ignored.
I know the feeling. Sometimes I have such little things that bugs me for months, sometimes without a resolution. For the reporting stuff, you could just start discussions and ask if its is even related and if you should create an issue. At least if there is a place for.
Now that I think, I just remembered a program that helps with cleaning the home folder: https://github.com/b3nj5m1n/xdg-ninja
I have good news, looks like this issue actually just sway only issue, it just happened that on archlinux all the other wayland compositors also have this issue lol. https://lemmy.ml/post/16201068/11320955
Now I know who to report this to.