Bug 158056 - krdc invokes invalid rdesktop command
Summary: krdc invokes invalid rdesktop command
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 18:19 UTC by jamundso
Modified: 2008-02-20 22:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
establishing connection (4.33 KB, image/jpeg)
2008-02-20 01:57 UTC, jamundso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamundso 2008-02-19 18:19:27 UTC
Version:           kdenetwork-3.5.8-9.fc8 (using KDE 3.5.8)
Installed from:    Fedora RPMs
OS:                Linux

Previously, this was fine:
krdc --config $HOME/.krdc-full rdp:/w.x.y.z
but now invokes rdesktop thusly:
rdesktop -g 1280x1024 -k en-us -p XXXXXXX -X 0x2e0002e -a 24 w.x.y.z:3389
where I have only masked "w.x.y.z".
Whereas,
rdesktop -g 1280x1024 -k en-us -a 24 w.x.y.z:3389
works perfectly.
Comment 1 Urs Wolfer 2008-02-19 21:52:33 UTC
What's wrong with this command? -p tells rdesktop the password and -X embeds the rdesktop window in the KRDC one.
Comment 2 jamundso 2008-02-20 01:57:03 UTC
Created attachment 23626 [details]
establishing connection
Comment 3 jamundso 2008-02-20 01:58:25 UTC
Naturally, the XXXXXXX is for security purposes.
The problem is the Remote Desktop Connection window hangs for ever at "Establishing connection...".
Comment 4 Urs Wolfer 2008-02-20 22:52:43 UTC
Ok, I think this is a known problem with embeding the rdesktop window. If this is the case, this has been fixed in the KDE 4 version of KRDC. Please try it there as soon as you have the possibilty to, and reopen this report again if it would be still valid.