Summary: | KDE 4.5 konqueror/dolphin opening shell scripts instead of running them | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ancow <bugs> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cbaabc, frank78ac, thomas.wihl |
Priority: | NOR | Keywords: | regression |
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
ancow
2010-09-07 19:23:41 UTC
Thanks for the bug report! I can reproduce the issue in trunk. Same is true for executables: Try to launch an executable. If you left click it will be launched, with the enter key an "Open with" dialog comes up and there is no way to execute it. In fact, this applies to any file: clicking on it will result in the action chosen for this filetype. Pressing enter will result in whatever action is listed on top of the list you get when you right-click on it an choose "open with". This really annoying bug is still around in 4.6. Is there any need for additional information, or is this bug just that hard to fix? Git commit ec05ba261fffa6d9a4d301e5ee64d3922a6d020d by Peter Penz. Committed on 09/02/2011 at 22:04. Pushed by ppenz into branch 'KDE/4.6'. Assure that RETURN emits itemTriggered() for one file If only one file is selected, pressing RETURN should behave similar like triggering the item with the mouse. For this the signal itemTriggered() must be emitted. BUG: 250475 M +14 -10 dolphin/src/views/dolphinviewcontroller.cpp http://commits.kde.org/kde-baseapps/ec05ba261fffa6d9a4d301e5ee64d3922a6d020d Git commit 0f9db71ad96580a2b65c78c31925daa4cd411ebb by Peter Penz. Committed on 09/02/2011 at 22:05. Pushed by ppenz into branch 'master'. Assure that RETURN emits itemTriggered() for one file If only one file is selected, pressing RETURN should behave similar like triggering the item with the mouse. For this the signal itemTriggered() must be emitted. CCBUG: 250475 M +13 -9 dolphin/src/views/dolphinviewcontroller.cpp http://commits.kde.org/kde-baseapps/0f9db71ad96580a2b65c78c31925daa4cd411ebb *** Bug 258369 has been marked as a duplicate of this bug. *** |