this post was submitted on 28 Jan 2025
1680 points (99.6% liked)

Programmer Humor

20188 readers
1236 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 2 days ago (1 children)

I had a long and frustrating conflict with this, on this post.

As @d_[email protected] (An dem Punkt könnten wir auch einfach Deutsch labern) noted, it's a freedesktop.org specification.

I still stand the point that it's not very thought through (a hidden dir? Why?), and that blindly implementing it is annoying. It shouldn't be a universal standard for all systems, as it's only relevant if you use a file manager which can then use that dir as Trash dir - which I don't. That could be tested by only allowing filemanagers to create the dir, and if it doesn't exist, discard the data. That's probably how some programs work, as only Prismlauncher has created the dir.

Workaround: ln -s .Trash-1000 /dev/null

[–] [email protected] 11 points 2 days ago (1 children)

I agree. It somehow seems very unfinished, and it annoyed me more than I'd like

[–] [email protected] 5 points 2 days ago

Hab tagelang hass geschoben weil der Schmutz mir massiv Speicherplatz geklaut hat. Muss halt zu dev/null symlinken und prüfe regelmäßig global ob es ein neues davon gibt.