Version: unspecified (using KDE 4.5.0) OS: Linux When I navigate to a shell script via keyboard and press the enter key on it, dolphin and konqueror open the file in kate. If I click on it with the mouse, it is executed properly. Pressing enter and the left mouse button on a file shouldn't be interpreted differently. Reproducible: Always Steps to Reproduce: Navigate to a shell script with proper executable permissions set and press an enter key (either one works). Actual Results: Shell script is opened with kate. Expected Results: Shell script should be executed. - This started immediately after my upgrade to 4.5.0 and persists in 4.5.1. - I'm actually using KDE SC 4.5.1, that version just can't be selected using the web form.
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. ***