Summary: | konqueror ctrl+e run command does not insert selected files any more | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Leo Savernik <l.savernik> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lueck |
Priority: | NOR | ||
Version: | 4.4.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/f97c6d9889e371631842273c2447242f0acf0ff3 | Version Fixed In: | 4.9.2 |
Sentry Crash Report: |
Description
Leo Savernik
2011-04-16 20:46:16 UTC
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 :-)
|