jjsonp
January 31st, 2008, 11:49 PM
I just found this article (http://www.linux.com/feature/124908) describing using SeamlessRDP to access Windows apps in a virtual machine running on Linux. However the instructions are for VM-Ware, and I'm using VirtualBox (with an XP Pro guest under Ubuntu 7.10 - works great!).
I followed the basic instructions, but when I run the rdesktop command from xterm i just get a message saying the keyboard is EN-US or something; no Windows apps appear.
I enabled remote access on the Windows VM. I ran ipconfig to get the IP number. The VirtualBox is running as root, and I've tried using both a terminal and an xterm as root and my normal user. But whatever I try, when I run this:
rdesktop -A -s "c:\seamless\seamlessrdpshell.exe notepad" 10.0.2.15 -u [My Win Username] -p [My Win Password]
I get this in the terminal, and nothing else happens:
"Autoselected keyboard map en-us"
Okay, very weird...as I was typing this, Notepad appeared! It worked! But after literally several minutes. The xterm says: ERROR: connect: Connection timed out
$
$ notepad
So I guess it's *sort of* working...but if apps take 3-4 minutes to launch I don't know how useful that is.
If anyone has gotten SeamlessRDP working with VirtualBox I'd be most appreciative of an outline of the steps.
I followed the basic instructions, but when I run the rdesktop command from xterm i just get a message saying the keyboard is EN-US or something; no Windows apps appear.
I enabled remote access on the Windows VM. I ran ipconfig to get the IP number. The VirtualBox is running as root, and I've tried using both a terminal and an xterm as root and my normal user. But whatever I try, when I run this:
rdesktop -A -s "c:\seamless\seamlessrdpshell.exe notepad" 10.0.2.15 -u [My Win Username] -p [My Win Password]
I get this in the terminal, and nothing else happens:
"Autoselected keyboard map en-us"
Okay, very weird...as I was typing this, Notepad appeared! It worked! But after literally several minutes. The xterm says: ERROR: connect: Connection timed out
$
$ notepad
So I guess it's *sort of* working...but if apps take 3-4 minutes to launch I don't know how useful that is.
If anyone has gotten SeamlessRDP working with VirtualBox I'd be most appreciative of an outline of the steps.