[Konsole-devel] [Bug 88867] konsole ssh bookmarks cannot run commands
Daniel Franke
franke.daniel at gmail.com
Thu Jun 15 23:12:49 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=88867
------- Additional Comments From franke.daniel gmail com 2006-06-16 01:12 -------
This is KDE-3.5.3 and the requested feature (almost) works.
There seems to be some sort of encoding/case sensitivity problem, e.g.
> ssh://user host tail -f /var/log/messages
is transformed to
> ssh://user host tail -f%20/var/log/messages
and
> ssh://user host echo $HOSTNAME
will be translated to
> ssh://user host echo $hostname
Both transitions are within the bookmark editor, not the terminal window.
Nevertheless, the latter command is executed and works as to expect (prints a newline as $hostname is undefined). The tail command does not work at all, no additional konsole is opened. Quoting the tail command ("tail ..." or `tail ...`) changes the behaviour slightly but not significantly.
More information about the konsole-devel
mailing list