https://bugs.kde.org/show_bug.cgi?id=494430

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
   Target Milestone|1.0                         |---
          Component|Folder                      |Places
            Version|6.2.0                       |6.7.0
            Product|plasmashell                 |frameworks-kio
                 CC|                            |k...@privat.broulik.de,
                   |                            |kdelibs-b...@kde.org
            Summary|Desktop Settings window     |KFilePlacesModel::closestIt
                   |title displays my phone     |em does not return an
                   |name (when it's connected   |appropriate result
                   |through KDE Connect with    |
                   |PC) in the title            |
           Assignee|plasma-b...@kde.org         |kio-bugs-n...@kde.org

--- Comment #4 from Nate Graham <n...@kde.org> ---
This is a bug in KFilePlacesModel::closestItem(). It does something super
weird. Here's a debug log of it going through my places model to try to find
the best match:

Looking at QUrl("file:///home/nate")
I think it matches QUrl("/home/nate/Desktop/")
It's the new best match
Looking at QUrl("file:///home/nate/Desktop")
I think it matches QUrl("/home/nate/Desktop/")
It's the new best match
Looking at QUrl("file:///home/nate/Documents")
Looking at QUrl("file:///home/nate/Documents/Tabletop games")
Looking at QUrl("file:///home/nate/Downloads")
Looking at QUrl("file:///home/nate/Music")
Looking at QUrl("file:///home/nate/Pictures")
Looking at QUrl("file:///home/nate/Videos")
Looking at QUrl("file:///home/nate/Documents/KDE")
Looking at QUrl("file:///home/nate/Documents/Work & Money/Blue Systems")
Looking at QUrl("trash:/")
I think it matches QUrl("/home/nate/Desktop/")
Looking at QUrl("remote:/")
I think it matches QUrl("/home/nate/Desktop/")
Looking at QUrl("smb://gaston@192.168.1.140/Users/gaston")
Looking at QUrl("recentlyused:/files")
Looking at QUrl("recentlyused:/locations")
Looking at QUrl("file:///home")
I think it matches QUrl("/home/nate/Desktop/")
Looking at QUrl("file:///")
I think it matches QUrl("/home/nate/Desktop/")
Looking at QUrl("kdeconnect://2af2212406d8fc90/")
I think it matches QUrl("/home/nate/Desktop/")
It's the new best match


Looks like every IOWorker that's not file:/ is being considered a match, so it
thinks they're all great matches and returns the last one, which is typically
KDE Connect.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to