this post was submitted on 21 Nov 2025
740 points (97.4% liked)

Technology

76945 readers
3621 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tacosomuch@lemmy.world 10 points 9 hours ago (5 children)

For what it’s worth, my KDE file browser would freeze up when I had a WebDav network drive to a server that went offline, not exactly elegant either, just opening my home folder and randomly after a second or two ….. all software can bug in bad ways.

[–] biggeoff@sh.itjust.works 18 points 8 hours ago (1 children)

The main difference is KDE doesn't make disgusting money off it, and if someone cares enough they can actually submit a fix

[–] luciferofastora@feddit.org 7 points 7 hours ago

That's the reason I put up with a lot of FOSS issues: "I'm not paying you for this, so it's still a better price/result ratio than paid services"

[–] Quazatron@lemmy.world 10 points 7 hours ago

True, I've experienced that bug.

The big different is that, depending on how knowledgeable you are, you can either report the bug, you can diagnose it (check the logs, trace and profile the calls), dig in the code, patch it or try a patch someone developed for the bug, or simply ignore it and use a different file browser. That freedom is priceless.

With Windows you're stuck waiting for the next upgrade that may or may not break something else and brings new and exciting AI and telemetry shoved into it.

[–] NoXPhasma@lemmy.world 2 points 7 hours ago* (last edited 7 hours ago) (3 children)

That is definitely an annoyance. But the cause is not your file browser or KDE. The webdav has been mounted to the system and when an application tries to use it, it runs into a timeout. You can't even unmount it, since that requires the system to talk to the network drive.

This is also not limited to webdav, it happens with all kinds of network drives. This is something that needs to be addressed at the core level of Linux. But I have no expertise, so no real clue where exactly.

[–] WhyJiffie@sh.itjust.works 3 points 7 hours ago (1 children)

this is a file browser or KDE issues, as file system operations shouldn't happen on the UI thread. if it weren't happening on the UI thread then it would keep working.

[–] NoXPhasma@lemmy.world 1 points 7 hours ago (1 children)

The same behavior happens for me in a different file browser (Nemo) and a different Desktop (Cinnamon). So I'm pretty confident, it is no isolated KDE issue.

[–] WhyJiffie@sh.itjust.works 1 points 14 minutes ago

not an isolated one, but an issue in all of these you mentioned too. this is a common design mistake devs make if they don't use the network share functions or slow storage, because they don't notice there is a problem and how severe it is

[–] lemmus@szmer.info 2 points 7 hours ago

I ain't got no problems using SFTP and SMB

[–] Trainguyrom@reddthat.com 1 points 2 hours ago

Even windows does that if the network drive is unavailable, it'll spend about 30 seconds trying to reach it before giving up. And if you accidentally try to query that network location again you get to wait another 30 seconds before you can do anything related to files

[–] dasenradman@lemmy.zip 1 points 4 hours ago

Also happened to me just yesterday when I put my raspberry PI offline that served as a NAS, dolphin just became frozen...

[–] Digit@lemmy.wtf 1 points 5 hours ago

Trinity's more stable and dependable.

Or openbox, declared feature complete something like a decade ago.