<table><tr><td style="">dfaure 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/D28169">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/D28169#631893" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: line-through;">D28169#631893</a>, <a href="https://phabricator.kde.org/p/ahmadsamir/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ahmadsamir</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Yesterday, I did try tweaking XDG_DATA_DIRS to make it find the .desktop file without it being in /usr/share/applications</p></div>
</blockquote>

<p>It's more portable to use QStandardPaths test mode and copy the file where QStandardPaths will expect it.<br />
XDG_DATA_DIRS wouldn't work on macOS or Windows.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>but I didn't think that it'd take time for ksyscoca to pick it up (or even that ksycoca was involved, though in retrospect that makes sense).</p></blockquote>

<p>KMimeTypeTrader is all about querying ksycoca.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><ul class="remarkup-list">
<li class="remarkup-list-item">I still think the workaround for vlc should be tightened, with e.g. checking for .desktop file name</li>
</ul></blockquote>

<p>I don't think this is VLC specific at all.<br />
xine or mplayer or other non-KIO-based apps would have the exact same problem. They can't get hold of the password.<br />
Anyhow, to be discussed with the FUSE people if I'm missing something. As you probably know, I'm not involved in the FUSE stuff.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><ul class="remarkup-list">
<li class="remarkup-list-item">Currently the code calls hasSchemeHandler() twice, once from KRun::init() and then in resultingArguments(); also for KMimeTypeTrader::self()->preferredService(), it's called from KRun schemeService() and from hasSchemeHandler() (the latter is used twice so, preferredService() is called three times :D)</li>
</ul></blockquote>

<p>Interesting point.<br />
Checking hasSchemeHandler in both KRun and inside the implementation ProcessLauncherJob makes sense to me. It's two different layers of public API; passing information between the two would make for horrible API.<br />
In KRun it allows us to say ok, we don't need to find the mimetype, go straight to running the associated service.<br />
In KProcessRunner (used by ProcessLauncherJob), it's indeed a bit stupid to look up the associated service when we *are* running this service. Oh, especially since KIO::DesktopExecParser::supportedProtocols already grabs those protocols from the MimeType... So <tt style="background: #ebebeb; font-size: 13px;">supported</tt> is true. Then what? why? Debugging further.... OK I see. The earlier comment I deleted is true again. ssh://root@ has username, so this makes the fuse request, fails, and then blindly sets useKioexec = true for no good reason. I'll fix that logic. And then we can remove the unneeded hasSchemeHandler() hack.</p>

<p>Thanks for making me dig further ;)</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/D28169">https://phabricator.kde.org/D28169</a></div></div><br /><div><strong>To: </strong>ahmadsamir, Frameworks, dfaure, sitter, feverfew, ngraham<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns<br /></div>