Summary: | KIO-Extras AFC URL error | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | John 'JT' Lamb <bigbearjt> |
Component: | AFC | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ambareeshbalaji, g311571057, kde, nate, umar |
Priority: | NOR | ||
Version: | 22.11.90 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/kio-extras/-/commit/85e831b581466f737b2111b0cff034f3756bc209 | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
John 'JT' Lamb
2022-11-29 04:03:29 UTC
Will fix the friendly name resolution. However, I'm surprised it fails to access the device nonetheless. Fallback via UDID should work and it does here. My phone does not have a dash in its UDID, however. A possibly relevant merge request was started @ https://invent.kde.org/network/kio-extras/-/merge_requests/214 I was having the same problem (applied all the afc patches to various components) but the changes mentioned in https://invent.kde.org/network/kio-extras/-/merge_requests/214 solved the problem. A naive question! Is there a way to access the photos saved in the icloud? I seem to only see the photos that are on the iphone. This fix is not applied to 23.04.0 even though afc support is now formal. The problem still exists as explained below. Applying the below patch to kio-extras fixes the issue. This is also true on Fedora. The above pr still doesn't be accepted *** Bug 472600 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1549 Git commit 1b5301fa84403700faa359d7e41d9a4cc31bf5d0 by Kai Uwe Broulik. Committed on 20/02/2024 at 13:36. Pushed by broulik into branch 'master'. KFilePlacesItem: Strip UDI prefix for player URLs The relevant protocol handler already knows what device it's expecting. Except for MTP, which expects mtp:udi= and its internals are more dependent on the actual UDI. M +10 -1 src/filewidgets/kfileplacesitem.cpp https://invent.kde.org/frameworks/kio/-/commit/1b5301fa84403700faa359d7e41d9a4cc31bf5d0 A possibly relevant merge request was started @ https://invent.kde.org/network/kio-extras/-/merge_requests/332 Git commit 6ea74a117a85235238567d758ab0d0da60829d55 by Kai Uwe Broulik. Committed on 20/02/2024 at 14:20. Pushed by broulik into branch 'master'. afc: Drop pretty name handling Instead, set UDI as host and rely on KFilePlaces to match up the names. M +13 -6 afc/afcurl.cpp M +2 -0 afc/afcurl.h M +14 -108 afc/kio_afc.cpp M +1 -5 afc/kio_afc.h https://invent.kde.org/network/kio-extras/-/commit/6ea74a117a85235238567d758ab0d0da60829d55 Git commit 85e831b581466f737b2111b0cff034f3756bc209 by Kai Uwe Broulik. Committed on 20/02/2024 at 19:49. Pushed by broulik into branch 'release/24.02'. afc: Drop pretty name handling Instead, set UDI as host and rely on KFilePlaces to match up the names. (cherry picked from commit 6ea74a117a85235238567d758ab0d0da60829d55) M +13 -6 afc/afcurl.cpp M +2 -0 afc/afcurl.h M +14 -108 afc/kio_afc.cpp M +1 -5 afc/kio_afc.h https://invent.kde.org/network/kio-extras/-/commit/85e831b581466f737b2111b0cff034f3756bc209 |