Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: gripped on 06 August 2025, 15:26:39

Title: PSA - Bug in KDE KIO - sftp & fish protocols.
Post by: gripped on 06 August 2025, 15:26:39
https://bugs.kde.org/show_bug.cgi?id=507922
https://discuss.kde.org/t/sftp-root-directory/38039

Bug report says Dolphin but it's actually kio.

/ dir is impossible to get to via sftp or fish.

Downgrade to kio 6.15.0-1 if you want it to work like it's supposed to.


Title: PSA - Bug in KDE KIO - sftp & fish protocols.
Post by: gripped on 06 August 2025, 16:33:39
Edit: (Or not an edit it's a new post? Oh well)
It's this commit
https://github.com/KDE/kio/commit/883a16eb4ac808deceddf8ac3667ee888ff8ea60

I made a patch.  At a guess the commit is treating / as a trailing slash instead of the root of the filesystem ? Whoops.
Title: Re: PSA - Bug in KDE KIO - sftp & fish protocols.
Post by: gripped on 06 August 2025, 19:42:54
This is fixed in the next version.
Title: Re: PSA - Bug in KDE KIO - sftp & fish protocols.
Post by: mrbrklyn on 07 August 2025, 09:09:40
that is a good hunch...