telnet: handler in konqueror

Kevin Krammer kevin.krammer at gmx.at
Wed Mar 15 12:39:34 GMT 2006


On Wednesday 15 March 2006 12:00, Thiago Macieira wrote:
> Aamer Akhter wrote:
> >(please copy me directly, as I am not subscribed to the alias)
> >
> >Hello,
> >
> >I'm using konqueror and trying to use the telnet: URL handler to
> >launch telnte via xterm but konqueror is using Konsole. Is there a way
> >to make xterm the default handler?
>
> No.
>
> ktelnetservice hardcodes "konsole". It should be modified to use the
> default KDE terminal emulator component.

As a workaround, wouldn't it be possible to write a script like this?

#!/bin/sh
cd $1
xterm

and use it in a telnet.protocol file like this


[Protocol]
exec=xtermservice %f
protocol=telnet
input=none
output=none
helper=true
listing=
reading=false
writing=false
makedir=false
deleting=false

Cheers,
Kevin

-- 
Kevin Krammer <kevin.krammer at gmx.at>
Qt/KDE Developer, Debian User
Moderator: www.mrunix.de (German), www.qtcentre.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20060315/18e77e3d/attachment.sig>


More information about the kfm-devel mailing list