https://bugs.kde.org/show_bug.cgi?id=463754
--- Comment #1 from Fabian Vogt <fab...@ritter-vogt.de> --- kio-fuse could in theory set a timeout for certain requests, but it's hard to say what the timeout should be. Some requests should finish in <30s but some protocols (especially over network) can take longer. It's also not great to just report -ETIMEDOUT or even -EIO to applications, they're probably going to fail with an unnot helpful error message, just retry or worse, ignore the error... There's https://invent.kde.org/system/kio-fuse/-/merge_requests/56, which should make this more user friendly. With that, KIO jobs which take longer (>2s currently) are shown in Plasma and it's possible to cancel them. IMO in this particular case the audiocd:/ protocol could handle the timeout itself. -- You are receiving this mail because: You are watching all bug changes.