| Summary: | Add "run <thing>" menu item to KFileItemActions::addOpenWithActionsTo() for desktop files and executables | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | ja.krukowski |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | kde, kdelibs-bugs-null, leviatan1, misc.3578k, moschlegbz, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ja.krukowski
2019-02-13 14:03:02 UTC
How about a left click. (In reply to Kai Uwe Broulik from comment #1) > How about a left click. Left clik dosen't work because of this bug: https://bugs.kde.org/show_bug.cgi?id=404105 That is a separate valid issue, the Open in the context menu is redundant, closing this. *** Bug 404332 has been marked as a duplicate of this bug. *** *** Bug 404432 has been marked as a duplicate of this bug. *** What we could probably do is add a "Run <thing>" menu item at the top of the menu if it's a desktop file or an executable. Thanks to https://cgit.kde.org/plasma-desktop.git/commit/?id=d75a37b58992fe10718a1bee08cab9a085f27eb2, we can now do this in only one place in KIO, and Dolphin and Folder view will both get it automatically. I was just posting about this on another board. I have a slowish Dell laptop (Dell Inspiron 7559, Skylake cpu) and it's nearly impossible to get the "double click" right for my "link to application" icon to run Firefox. I have multiple icons for Firefox so I can run multiple customized profiles. My current workaround is I made links from ~/.local/share/applications/ to my desktop files in ~/Desktop and I use krunner to launch them, thus avoiding the clicking issue. My fast laptop (AMD Ryzen 4800H) which is AMD GPU based doesn't have the double click problem. I guess the problem is the other laptop is slow or the Intel IGP i915 has something to do with it. I'd also like to suggest adding a "Run..." item to all desktop "Link to Application" icon's right hand mouse menu, I suspect that should only exist in the menu if the icon's "Permissions" tab had the "Allow executing file as program" checkbox checked. |