<table><tr><td style="">rjvbb created this revision.<br />rjvbb added a project: Frameworks.<br />rjvbb requested review of this revision.
</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/D14800">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>(I thought I had committed this already...)</p>

<p>On Mac, kioslave must be built as an app bundle to prevent keyboard input issues (for instance during the authentication step with kio-gdrive) but it must also be found in the expected location and, ideally, not put up a menu bar nor appear in the app switcher.</p>

<p>This patch achieves all that:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">installs a wrapper script that proxies the kioslave app bundle-exec</li>
<li class="remarkup-list-item">adds the CoreFoundation magic code that instructs the application to behave as an agent.</li>
</ul></div></div><br /><div><strong>TEST PLAN</strong><div><p>Works as intended with all kioslaves I tested.</p>

<p>Alternatively one could use a Mac-specific hard-codec path to launch the bundle-exec instead of installing the wrapper script. That would require patching klauncher - and I don't know if this the only place where kioslave is started.</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/D14800">https://phabricator.kde.org/D14800</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kioslave/CMakeLists.txt<br />
src/kioslave/kioslave.cpp<br />
src/kioslave/kioslave_wrapper.in</div></div></div><br /><div><strong>To: </strong>rjvbb<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>