Summary: | konsole not inserted bookmarks | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | k17031965 |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | k17031965 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
k17031965
2009-11-08 08:33:34 UTC
What commands are you trying to use? And what does the bookmark have for its location? (Bookmark->Edit->location)? I added for example Bookmark command "glsa-check-p $ (glsa-check-t all)" without quotes, and gave him a name in the box before. And when I klick him with the mouse "menu/bookmarks/command", he was selected inserted. "Enter", he was then executed. So I had in KDE3-Konsole invested a lot of commands and the operation was very practical. Look here: http://freenet-homepage.de/niniveh/tmp/Konsole1.png Git commit 42e7686769154dc0ecd2265b5b1baca2739fca6b by Kurt Hindenburg. Committed on 13/03/2011 at 20:53. Pushed by hindenburg into branch 'master'. Allow user to enter commands as bookmarks. Previously, bookmarks where converted to KUrls and then only protocols Konsole knew about internally were processed. Now if a bookmark has no KUrl protocol, Konsole just sends the bookmark to the shell. This will solve issues such as 'ssh user@server -p port tail -f file' as well as allowing any command to be a bookmark. BUG: 88867 BUG: 203263 BUG: 253894 BUG: 185962 BUG: 213644 FIXED-IN: 4.6.2 M +8 -0 src/SessionController.cpp http://commits.kde.org/konsole/42e7686769154dc0ecd2265b5b1baca2739fca6b |