<div dir="ltr"><div>I guess nobody here is familiar with this feature of KDE, you can try asking on kde-devel mailing list.</div><div><br></div><div>Jonathan</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 9 Aug 2019 at 05:54, Franz Fehringer <<a href="mailto:fehrin2@googlemail.com">fehrin2@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
This is my first post and my question is about getting the message(s)<br>
kf5.kio.core: "Could not enter folder tags:/."<br>
with several KDE (KF5) applications, e.g. kdevelop or dolphin.<br>
The simplest way to see this error is<br>
kioclient5 ls tags:/<br>
From<br>
<a href="https://github.com/KDE/baloo/blob/master/src/kioslaves/tags/kio_tags.cpp" rel="noreferrer" target="_blank">https://github.com/KDE/baloo/blob/master/src/kioslaves/tags/kio_tags.cpp</a><br>
line 398f (the latest commit says martenjj Check string length to avoid<br>
crash for "tags:/" URL btw)<br>
i would say this error is not possible with current sources:<br>
    if ((url.scheme() == QLatin1String("tags")) &&<br>
result.decodedUrl.length()>6 && <a href="http://result.decodedUrl.at" rel="noreferrer" target="_blank">result.decodedUrl.at</a>(6) == QChar('/')) {<br>
        result.urlType = InvalidUrl;<br>
So is neon not up to date regarding kio?<br>
What is the intent / expected behaviour for kdevelop accessing tags:/?<br>
My setup is:<br>
Windows 10 1903<br>
WSL<br>
Ubuntu 18.04<br>
neon update per<br>
wget -qO - '<a href="http://archive.neon.kde.org/public.key" rel="noreferrer" target="_blank">http://archive.neon.kde.org/public.key</a>' | sudo apt-key add -<br>
sudo apt-add-repository <a href="http://archive.neon.kde.org/user" rel="noreferrer" target="_blank">http://archive.neon.kde.org/user</a><br>
sudo apt update<br>
sudo apt full-upgrade<br>
sudo apt install neon-desktop<br>
<br>
Thanks and best regards<br>
<br>
Franz<br>
<br>
</blockquote></div>