<table><tr><td style="">arichardson created this revision.<br />arichardson added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</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/D4193" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>We currently get the following sequence of calls:</p>

<p>KDEPlatformFileDialogHelper::setDirectory QUrl("sftp://server/home/alr48/cheri/build_sdk.sh")<br />
KDEPlatformFileDialogHelper::setDirectory QUrl("sftp://server/home/alr48/cheri/build_sdk.sh")<br />
KDEPlatformFileDialogHelper::selectFile QUrl("file:///home/alex/build_sdk.sh")<br />
KDEPlatformFileDialogHelper::setDirectory QUrl("file:///home/alex/)</p>

<p>Previously KDEPlatformFileDialogHelper::selectFile() would change<br />
options()->initialDirectory() unconditionally even if it was already<br />
set by the QFileDialog code. The final setDirectory() call is actually a call<br />
to setDirectory(options->initialDirectory()) which was set in the selectFile()<br />
call. It no longer seems to be required to derive initialDirectory from the<br />
selectFile() call and this will now to override the correct initial directory<br />
that was set by Qt.<br />
Qt should not be passing a local URL when the actual directory URL is remote<br />
but the code in QFileDialogPrivate::init() unconditionally sets a local URL<br />
until <a href="https://codereview.qt-project.org/#/c/182661/" class="remarkup-link" target="_blank" rel="noreferrer">https://codereview.qt-project.org/#/c/182661/</a> or another fix is submitted.</p>

<p>BUG: 374913</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Remote directory is now opened correctly</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R135 Integration for Qt applications in Plasma</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4193" rel="noreferrer">https://phabricator.kde.org/D4193</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/platformtheme/kdeplatformfiledialoghelper.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>arichardson, Plasma<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>