this post was submitted on 17 Apr 2024
12 points (83.3% liked)
KDE
5287 readers
157 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Arch uses tmpfs for /tmp by default as well. At least on my.install from 2-3 years ago
I... don't think I have ever seen it do that automatically unless I missed some steps in the installation guide...? most of the time I just created the partitions I needed. I did a quick CTRL + F on tmpfs or tmp but not seeing anything...
Anyhow, I don't see on my desktop which still has Arch Linux installed which I want to move to KDE Neon but extremely lazy when you have an immense backup to do...
It's default since systemd afaik. I think
systemd-tmpfiles
manages this. It's never been a problem for me, it pretty much remains fairly empty most of the time. Most things like sockets are in/run
which is also tmpfs.It has been default in Arch for a long time.
What is the output of your
df -h | grep tmpfs
command? It should list a couple of devices using tmpfs, where /tmp is one of them.