D23384: [WIP] Adding support for mounting KIOFuse URLs for applications that don't use KIO

Fabian Vogt noreply at phabricator.kde.org
Sat Nov 30 11:18:39 GMT 2019


fvogt added a comment.


  **Issue #1:**
  
  That happens because the .desktop file sets `X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb`:
  https://code.videolan.org/videolan/vlc/blob/master/share/vlc.desktop.in#L124
  
  **Issue #2:**
  
  The only explanation I have for that is that totem for some reason starts reading the file from the end for some reason.
  If you start `kio-fuse -d` manually (kill the other kio-fuse process first) and then use totem again, what's the debug output?
  
  If totem behaves like this, only `KIO::open` support might help a bit, with the cost of increased latency.
  That needs support for something like `KIO::truncate` though, so might take a while.
  
  **Issue #3:**
  
  Everything is in a separate process and async already. When/how does it happen?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D23384

To: feverfew, fvogt, davidedmundson, dfaure, ngraham
Cc: sitter, davidedmundson, kde-frameworks-devel, ngraham, LeGast00n, GB_2, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191130/9fb4f819/attachment.html>


More information about the Kde-frameworks-devel mailing list