| Summary: | KIO wrongly sets WorkingDirectory to "." | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Kimiblock Moe <kimiblock> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | 4wy78uwh, kdedev, kdelibs-bugs-null, kimiblock, nate, shinnkka1 |
| Priority: | NOR | ||
| Version First Reported In: | 6.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| See Also: |
https://bugs.kde.org/show_bug.cgi?id=504330 https://bugs.kde.org/show_bug.cgi?id=503584 |
||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | A Screenshot Of The Improved Modal Text (For Comment 5) | ||
|
Description
Kimiblock Moe
2025-01-20 03:18:13 UTC
*** Bug 504899 has been marked as a duplicate of this bug. *** I was able to reproduce this while testing the duplicate using these steps STEPS TO REPRODUCE 1. Open obsidian document 2. Click “export to PDF” 3. Select a path without clicking the sidebar 4. submit OBSERVED RESULT Nothing happens, the document is not saved, there is no error If you click the sidebar, and then try to save the document, it is saved EXPECTED RESULT File is saved to PDF . I have been able to reproduce this with what describes https://discuss.kde.org/t/what-component-do-all-kde-applications-call-that-prevents-them-opening-directories-and-files-whose-absolute-paths-are-path-max-s-value/36442?u=rokejulianlockhart: Specifically, create a file in a path that's past PATH_MAX (usually 4096 characters), then attempt to invoke it in some KDE applications. I forget exactly which one displayed *this* error, but one definitely did. It looks to me like this error might be generic, when the path is unavailable, per https://bugs.kde.org/show_bug.cgi?id=503584#c7, since Spectacle at least applies the correct PWD otherwise. Created attachment 183487 [details] A Screenshot Of The Improved Modal Text (For Comment 5) (In reply to Roke Julian Lockhart Beedell from comment #4) Testing with https://fedora.pkgs.org/42/fedora-x86_64/spectacle-6.3.4-1.fc42.x86_64.rpm.html, this appears to have been remediated. I now see: > The file or folder $path does not exist. |