Version: 4.4.2 (using KDE 4.4.2) OS: Linux Ctrl+E enables the user to execute an arbitrary command in the currently displayed directory with the selected files appended as command line arguments. This stopped working in KDE 4. Reproducible: Always Steps to Reproduce: Have konqueror display a file view (icon or list should not matter, I used list view) 1. Select some files. 2. Hit Ctrl+E Actual Results: The execution dialog display an input line reading: <current directory> (<current directory> is currently opened directory in which files have been selected) -> useless Expected Results: In KDE 3.x, the execution dialog displayed the way more useful presetting: './echo' '<file1>' '<file2>' '<file3>' displaying as many file_x_ as have been selected. This is a regression over KDE 3.x that makes KDE less useful. Please fix.
Ctrl+E behaves in kde3.10 trinity and kde4.6 in the same way. In both environments with several files selected the execution dialog displays only 'file1' preselected. I see no regression compared to kde3.
I checked against an old installation of KDE 3.5.2, and, indeed, Ctrl+E only puts the first file in the dialog. However, KDE 4 did not only not put the first file into the dialog, but instead the directory within which the first file is located. And that is useless. I take from your answer that this bug is apparently fixed in KDE 4.6+ I still have access to an installation of KDE 3.5.8. If it also displays only the first selected file, then I probably erred. This will take me a few days, please hold.
Sorry, seems I was wrong about Ctrl+E in 3.9 and 4.6 I checked this again: In 3.9 the line edit has the first item in the actual folder (file or folder) no matter if an other one is actually selected and displays it highlighted in quotes. In 4.6 the line edit has the full path highlighted in the line edit. In shellcmdplugin/kshellcmdplugin.cpp:61 code for the initial value for the line edit was commented with "#if 0 // to be ported if still needed"
Git commit 173282d249216c6b4cff949b461614ee75537092 by Dawit Alemayehu. Committed on 13/09/2012 at 18:58. Pushed by adawit into branch 'KDE/4.9'. Fixed the shell command plugin to show the selected items when launched. FIXED-IN: 4.9.2 REVIEW: 106440 M +1 -1 konq-plugins/shellcmdplugin/kshellcmddialog.cpp M +35 -34 konq-plugins/shellcmdplugin/kshellcmdplugin.cpp http://commits.kde.org/kde-baseapps/173282d249216c6b4cff949b461614ee75537092
Git commit f97c6d9889e371631842273c2447242f0acf0ff3 by Dawit Alemayehu. Committed on 13/09/2012 at 18:58. Pushed by adawit into branch 'master'. Fixed the shell command plugin to show the selected items when launched. FIXED-IN: 4.9.2 REVIEW: 106440 (cherry picked from commit 173282d249216c6b4cff949b461614ee75537092) M +1 -1 konq-plugins/shellcmdplugin/kshellcmddialog.cpp M +35 -34 konq-plugins/shellcmdplugin/kshellcmdplugin.cpp http://commits.kde.org/kde-baseapps/f97c6d9889e371631842273c2447242f0acf0ff3
Am Sonntag, 16. September 2012 15:30 schrieb Dawit Alemayehu: > Fixed the shell command plugin to show the selected items when launched. Great! Thank you for your indefatigable work to make KDE better :-)