<table><tr><td style="">ngraham retitled this revision from "[RFC] Don't show "Open With" for folders, as was apparently originally intended" to "[RFC] Don't show top "Open With" app for folders; only for files".<br />ngraham edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-jqs7jyoiivq2sto/">(Show Details)</a><br />ngraham edited the test plan for this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-aa3fzew55apagcy/">(Show Details)</a>
</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/D12206">View Revision</a></tr></table><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">According to a comment in the code, {nav Open With} was never supposed to show up for folders in the first place, but a bug prevented this from working: the value of `firstItem.url().isLocalFile()` was also checked,</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">This patch returns the {nav Open With}  items for folders to the way it was before D11569: with all entries shown in a sub-menu.</span> <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">but this always returns true for local directories</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">This should make the context menu more relevant since most of the time when you right click on a folder</span>, <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">not just local files. Removing that check--and the code supporting it--fixes the issue</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">it's not to open it in some app.<br />
<br />
The top app is still displayed inline for the app context menu--just not for folders</span>.<br />
<br />
**Alternatively,** <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">We could simply return to the way it was for folders before D11569</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">According to a comment in the code, {nav Open With} was never supposed to show up for folders in the first place, but a bug prevented this from working: the value of `firstItem.url().isLocalFile()` was also checked, but this always returns true for local directories, not just local files. We could fix that issue and remove the {nav Open With} context menu items for folders, the way the comment suggested was intended</span>:<br />
<br />
{F58079<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">66}</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">35}</span></div></div></div><br /><div><strong>CHANGES TO TEST PLAN</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Top app </span>{nav Open With} entries...<br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">- A</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">- Do not a</span>ppear for local and remote <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">file</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">folder</span>s and symlinks to f<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">iles</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">olders</span><br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">- Do not a</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">- A</span>ppear for local and remote <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">folder</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">file</span>s and symlinks to f<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">olders</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">iles</span><br />
<br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">Examples:</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Folder:</span><br />
{F58079<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">35}</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">66}</span><br />
<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">File:<br />
</span>{F5807934}</div></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/D12206">https://phabricator.kde.org/D12206</a></div></div><br /><div><strong>To: </strong>ngraham, Frameworks, rkflx<br /><strong>Cc: </strong>Zren, michaelh, ngraham, bruns<br /></div>