Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274526 - [kde3, PATCH] Terminal Sessions applet does not handle SSH ports
Summary: [kde3, PATCH] Terminal Sessions applet does not handle SSH ports
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://bugs.kde.org/show_bug.cgi?id=1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 15:51 UTC by Chris Bandy
Modified: 2009-10-31 18:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Extract port from SSH URL and add to arguments (konsole_ssh_bookmark.patch,900 bytes, patch)
2009-06-17 15:53 UTC, Chris Bandy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bandy 2009-06-17 15:51:43 UTC
The KDE bug describes the problem very well. The terminal sessions applet does not parse SSH URLs as well as Konsole does.

I've used this patch since 3.5.7 with complete success, but recently upstream has deemed kicker "unmaintained." Gentoo will have to host this fix/enhancement.

Reproducible: Always

Steps to Reproduce:
1. Setup a Konsole bookmark such as ssh://root@localhost:2222
2. Launch a "New Session at Bookmark" from applet


Actual Results:  
A new konsole window opens with "ssh -l root localhost"

Expected Results:  
A new konsole window should open with "ssh -p 2222 -l root localhost"
Comment 1 Chris Bandy 2009-06-17 15:53:24 UTC
Created attachment 195008 [details, diff]
Extract port from SSH URL and add to arguments

Simply add to PATCHES:

-PATCHES=( "${FILESDIR}/${P}-graphics-glitch.patch" )
+PATCHES=( "${FILESDIR}/${P}-graphics-glitch.patch" "${FILESDIR}/konsole_ssh_bookmark.patch" )
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-10-31 18:42:15 UTC
KDE3-only patch, closing as WONTFIX as KDE3 is about to be removed from portage.