Summary: | The file or folder Message recipient disconnected from message bus without replying does not exist. | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Chris <cjdl01> |
Component: | general | Assignee: | Neon Bugs <neon-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | jesiphone2020, jr, neon-bugs, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Chris
2023-07-24 19:17:25 UTC
Confirm this behavior on two systems: Version 23.04.3 KDE Frameworks Version 5.108.0 Fuse is enabled in kernel. Dolphin is essentially useless at this point. I found some more information on this. Everything on the Internet seems to be pointing me in the wrong direction when trying to get to the bottom of this. It has nothing to do with Fuse (though that is the most popularly suggested reason). The reason why this occurring is because the system (for whatever reason) doesn't have permissions to /run/user to write a directory for the UID of the user that is launching dolphin. In my case: /run/user/1000. As a test, I changed the permissions of /run/user to 777, and suddenly dolphin works. Perhaps you could restrict it to 775, and put yourself in the root group, as an alternative. Obviously, this is not a good solution -- but it does put a much finer point on what is going on. For me, I just temporarily change the permissions if it is causing me too much of a headache as a work-around, then flip it back. Its something for now... which is better than nothing... I hope the KDE team can come up with a real fix relatively soon. Unfortunately... my above workaround has ceased to work. I"m now getting: kf.coreaddons: Some files could not be exported. QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") |