| Summary: | A dir named 'core' is not identified as a dir over fish. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kio-extras | Reporter: | Antonio Rojas <arojas> |
| Component: | FISH | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null, meven.car, meven29, nate |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/kio-extras/commit/afe11f248c663e4038f0bab99c1bcb9fd1345b69 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Antonio Rojas
2022-04-24 09:32:32 UTC
Caused by 7aa15aafe1dddb520e3bc5c573ab5a70b857c97b (In reply to Antonio Rojas from comment #0) > Over a remote sftp location, a directory named 'core' is identified as a > coredump file instead of a dir, so it's impossible to navigate into it. Correction: I meant fish, not sftp. sftp works fine. (In reply to Antonio Rojas from comment #2) > (In reply to Antonio Rojas from comment #0) > > Over a remote sftp location, a directory named 'core' is identified as a > > coredump file instead of a dir, so it's impossible to navigate into it. > > Correction: I meant fish, not sftp. sftp works fine. That's a fish issue the Kio patch 7aa15aafe1dddb520e3bc5c573ab5a70b857c97b revealed. Returning a wrong mimetype. https://invent.kde.org/network/kio-extras/-/merge_requests/151 (not sure why the automatic notification didn't go through) (In reply to Antonio Rojas from comment #4) > https://invent.kde.org/network/kio-extras/-/merge_requests/151 > > (not sure why the automatic notification didn't go through) You did things right `BUG: 452940` in the commit message, must be an instability in the scripting or kio-extras is not handled. Git commit 696481c88042446a106e5eb386d804339aca893b by Antonio Rojas. Committed on 26/04/2022 at 21:29. Pushed by arojas into branch 'master'. fish: don't overwrite dir mimetype with extension based one This makes dirs with a dot in their name or special names (such as 'core') report a wrong mime type M +1 -1 fish/fish.cpp https://invent.kde.org/network/kio-extras/commit/696481c88042446a106e5eb386d804339aca893b Git commit afe11f248c663e4038f0bab99c1bcb9fd1345b69 by Antonio Rojas. Committed on 27/04/2022 at 18:55. Pushed by arojas into branch 'release/22.04'. fish: don't overwrite dir mimetype with extension based one This makes dirs with a dot in their name or special names (such as 'core') report a wrong mime type M +1 -1 fish/fish.cpp https://invent.kde.org/network/kio-extras/commit/afe11f248c663e4038f0bab99c1bcb9fd1345b69 |