https://bugs.kde.org/show_bug.cgi?id=461872
--- Comment #10 from Andrei Rybak <rybak....@gmail.com> --- Here's how the kdeconnect:// URLs look like in my `~/.local/share/user-places.xbel`: ``` <bookmark href="kdeconnect://d50f6d891d877492/"> <title>Pixel 6A</title> <info> <metadata owner="http://freedesktop.org"> <bookmark:icon name="kdeconnect"/> </metadata> <metadata owner="http://www.kde.org"> <ID>1694595218/8</ID> </metadata> </info> </bookmark> <bookmark href="kdeconnect://d50f6d891d877492/"> <title>Pixel 6A</title> <info> <metadata owner="http://freedesktop.org"> <bookmark:icon name="kdeconnect"/> </metadata> <metadata owner="http://www.kde.org"> <ID>1694595239/9</ID> </metadata> </info> </bookmark> <bookmark href="kdeconnect://d50f6d891d877492/"> <title>Pixel 6A</title> <info> <metadata owner="http://freedesktop.org"> <bookmark:icon name="kdeconnect"/> </metadata> <metadata owner="http://www.kde.org"> <ID>1694631780/10</ID> </metadata> </info> </bookmark> <bookmark href="kdeconnect://d50f6d891d877492/"> <title>Pixel 6A</title> <info> <metadata owner="http://freedesktop.org"> <bookmark:icon name="kdeconnect"/> </metadata> <metadata owner="http://www.kde.org"> <ID>1694677298/11</ID> </metadata> </info> </bookmark> ``` The different contents in tag <ID> stick out, but the `deviceId` (https://invent.kde.org/network/kdeconnect-kde/-/blame/master/plugins/sftp/sftpplugin.cpp#L43) is the same for every URL. I don't know a lot of C++, so I can't really help with code analysis here. -- You are receiving this mail because: You are watching all bug changes.