Summary: | Can not create a socket for launching a KIO worker for protocol 'file' | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | dougg0k |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
dougg0k
2024-12-05 15:54:17 UTC
Same error just happened with steam, when you right click in a game > manage > browser local files. Demonstration https://www.dropbox.com/scl/fi/4fx044x23gjvuhmzsouud/2024-12-06_17-19-31.mp4?rlkey=mfwjs8qo7ep0o6vlmkmuocv5t&st=38grrtxi&dl=0 This is an integration issue in your OS; please report it to them. Thanks! That seems like an assumption. Though, they were unable to reproduce the issue. https://github.com/CachyOS/distribution/issues/69 And as I didnt do anything related to this, unsure what is the cause of it. All packages seems to be installed. ❯ pacman -Qs kio local/kio 6.9.0-1.1 (kf6) Resource and network access abstraction local/kio-extras 24.12.0-1.1 (kde-applications kde-network) Additional components to increase the functionality of KIO local/kio-fuse 5.1.0-3.2 FUSE interface for KIO local/kio5 5.116.0-1.2 (kf5) Resource and network access abstraction local/kio5-extras 24.02.2-2.2 Additional components to increase the functionality of KIO I have found the cause, just not a fix while keeping the cause running. Cause was AppArmor with one of it's profile. With the following command, I disabled it, and it worked. sudo aa-teardown To be more precise, the cause was a profile in the `apparmor.d-git` package. |