<table><tr><td style="">feverfew added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23384">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D23384#570016" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D23384#570016</a>, <a href="https://phabricator.kde.org/p/ngraham/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ngraham</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D23384#569929" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D23384#569929</a>, <a href="https://phabricator.kde.org/p/feverfew/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@feverfew</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>This isn't reaching KIOFuse at all. I believe this is related to this bug and that you've also blogged about:<br />
 <a href="https://bugs.kde.org/show_bug.cgi?id=330192" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=330192</a><br />
 <a href="https://pointieststick.com/2018/01/17/videos-on-samba-shares/" class="remarkup-link" target="_blank" rel="noreferrer">https://pointieststick.com/2018/01/17/videos-on-samba-shares/</a></p>

<p>This can be solved in this patch (and I did, although I removed it at Harald's request). I think I'll move it back in, and will leave it if it does solve this issue for you.</p></div>
</blockquote>

<p>Great! Once it's back in, I'll re-test that.</p></div>
</blockquote>

<p>Updated the diff. give it a go...</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>You must be doing something wrong. FUSE provides output of all calls that it receives (and how kio-fuse responds). Let me write the instructions more verbosely for CLI to make sure no steps are missed:<br />
 <tt style="background: #ebebeb; font-size: 13px;">$ killall kio-fuse</tt><br />
 <tt style="background: #ebebeb; font-size: 13px;">$ export QT_LOGGING_RULES="*.debug=true"</tt><br />
 <tt style="background: #ebebeb; font-size: 13px;">$ kio-fuse $myFavLocation -d &> ~/kio-fuse-debug.txt</tt> (I recommend <tt style="background: #ebebeb; font-size: 13px;">$myFabLocation</tt> isn't empty if you haven't installed the <tt style="background: #ebebeb; font-size: 13px;">kio-fuse-tmpfiles.conf</tt> exclusion file at the system level.)</p>

<p>Then open the file in the media player. Once your done simply attach <tt style="background: #ebebeb; font-size: 13px;">~/kio-fuse-debug.txt</tt> here.<br />
 It's really important for us to know what kind of read requests are being called to help us diagnose the issue.</p></blockquote>

<p>I think I found part of the problem. When I follow these instructions, the log file has only a single line:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">kio-fuse: command not found</pre></div>

<p>This is because the path it is installed to (<tt style="background: #ebebeb; font-size: 13px;">~/kde/usr/lib64/libexec/</tt>) is not in <tt style="background: #ebebeb; font-size: 13px;">$PATH</tt>. When I add that location to <tt style="background: #ebebeb; font-size: 13px;">$PATH</tt> and try again, the log file contains the following:</p>

<p>It should probably not assume that <tt style="background: #ebebeb; font-size: 13px;"><prefix>/usr/lib64/libexec/</tt> is in <tt style="background: #ebebeb; font-size: 13px;">$PATH</tt>, at the minimum.</p></blockquote>

<p>That's just an annoying issue locally, which is resolved by that hack. On the system level this won't be a problem at all.</p>

<p>Also, pls put debug output into an attachment in the future (and probably edit your comment above), it's now quite hard to scroll through this diff.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;">

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>I'm a bit confused. Which one of the three are you doing:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Opening a KIO Url via Dolphin.</li>
<li class="remarkup-list-item">Opening a KIOFuse mount local URL via Dolphin.</li>
<li class="remarkup-list-item">Opening a KIOFuse URL via the media players file picker.</li>
</ol></blockquote>

<p>#2.</p></blockquote>

<p>So as in, you're Dolphin is browsing inside <tt style="background: #ebebeb; font-size: 13px;">/run/user/<id>/kio-fuse-XXXXXX/some/location</tt> and you open a file from there?</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23384">https://phabricator.kde.org/D23384</a></div></div><br /><div><strong>To: </strong>feverfew, fvogt, davidedmundson, dfaure, ngraham<br /><strong>Cc: </strong>sitter, davidedmundson, kde-frameworks-devel, ngraham, LeGast00n, GB_2, michaelh, bruns<br /></div>