Summary: | Cannot open files in /dev with error "WorkingDirectory= may not be below /proc/, /sys/ or /dev/" | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Eamonn Rea <eamonnrea> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 24.05.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eamonn Rea
2024-06-22 20:59:37 UTC
Attempted to use `xdg-open` to open this file and it does not work either, it gives the following error: ``` kf.kio.gui: Failed to launch process as service: "app-org.kde.kate@c6423623b2c042cdb697e96a24758e21.service" "org.freedesktop.DBus.Error.InvalidArgs" "WorkingDirectory= may not be below /proc/, /sys/ or /dev/" WorkingDirectory= may not be below /proc/, /sys/ or /dev/ ``` Perhaps this is an upstream issue with systemd? https://github.com/systemd/systemd/issues/33361 - Although that would suggest the changes came with systemd, but this just started happening to me since Plasma 6.1. Maybe it was just coincidental timing? Might be a duplicate of Bug 488177. Should be fixed in systemd 256.2 with this cherry-picked commit: https://github.com/systemd/systemd/commit/52371fe5263eb2916dcef69d93515f8d2a8e6043 Confirmed across two machines that this was fixed with a recent systemd update. |