this post was submitted on 26 Jan 2025
142 points (99.3% liked)

Open Source

35430 readers
448 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 48 points 2 months ago (1 children)

"macOS has been here" "how can you tell?" ".DS_Store"

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

Desktop.ini, desktop.ini, DESKTOP.INI or some other fucked up casing

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

auto installing in the home directory is like walking into someone's house and putting your feet up on their table. so rude.

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

I've seen some programs put their shit in ~/Documents which is even worse.

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

Windows vibes

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

This nonsense is why I've never set my XDG_HOME_DIRS to their actual values. A convenient button in file browsers isn't worth the intrusion.

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

I'd like to know which one is creating /.Trash-1000. Yes, at the root folder. No, I don't have any other OS installed in this system but linux

[–] [email protected] 24 points 2 months ago* (last edited 2 months ago)

You should be able to set a watch using the Linux Audit system (which home-watcher also uses). Try something like this

sudo auditctl -w /.Trash-1000 -p rwxa -k trash_monitor

You should then be able to search for events in the logs with

sudo ausearch -k trash_monitor
[–] [email protected] 9 points 2 months ago

The kde default explorer dolphin does.
It creates them at the root of separate partitions (or maybe only network mounts).
Basically as a fallback to moving it slowly into a local trash.

You probably have the system mounted elsewhere and are accessing it remotely with dolphin would be my guess.

Last time I encountered it I found no good solution, it's very anyoing.
Best workaround is to create a file of the same name as the folder, that way at least it stays empty.

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

Nice, I've wanted something like this many times now.

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

...and than... what? Ask them nicely to stop?

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

*bonk* go to firejail

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

Configuration time!