Summary: | Oversight: "Locations" paths get cut off if path is unreachable during startup | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | 43615 <xxx43615xxx> |
Component: | kcm_desktoppath | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kde, kdedev, nate, xxx43615xxx |
Priority: | NOR | ||
Version First Reported In: | 6.2.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
config file before issue is triggered
config file after issue is triggered |
Description
43615
2025-01-19 16:50:08 UTC
Does this mean that the content of the file ~/.config/user-dirs.dirs is actually being changed after the problem occurs? (In reply to Nate Graham from comment #1) > Does this mean that the content of the file ~/.config/user-dirs.dirs is > actually being changed after the problem occurs? Thank you for letting me know where it's stored. I can now use a simple command to restore it. Yes, the entries in the file get truncated. Additionally, there's a comment saying that it was changed by "xdg-user-dirs-update". Created attachment 179138 [details]
config file before issue is triggered
Created attachment 179139 [details]
config file after issue is triggered
I had a feeling. I investigated this and was unable to find any KDE code that would be doing what you're describing. And indeed, it appears to be upstream software: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/ I would recommend submitting a bug report about this at the project's bug tracker: https://gitlab.freedesktop.org/xdg/xdg-user-dirs/-/issues |