How to use rdesktop-vrdp to start a specific application
Posted: 31. May 2011, 19:14
Hi, Vbox 4.0.8 on Fedora 15 running MS2003 server as guest with VBoxExtensions installed and terminal services disabled.
I currently have no problem starting the server automatically upon login to gnome, and having the user automatically logged into the server. However, when I try to create a shortcut to say, click an icon and launch Excel, all that happens is the VM comes to the screen. I can then click about and start Excel normally, but that's not really what I want to happen.
I want to create shortcuts (.desktop files) for the applications that the users can run (Word, Excel, etc). I'm using the following command, but it's not working:
The VM is started with this command upon login:
Even if I set the administrator to login automatically, it still fails, so I'm guessing it's not a permissions problem.
Thanks,
EDIT: This is very similar to what I'm trying to do with vrdp http://forums.virtualbox.org/viewtopic. ... dp#p127606
RS
I currently have no problem starting the server automatically upon login to gnome, and having the user automatically logged into the server. However, when I try to create a shortcut to say, click an icon and launch Excel, all that happens is the VM comes to the screen. I can then click about and start Excel normally, but that's not really what I want to happen.
I want to create shortcuts (.desktop files) for the applications that the users can run (Word, Excel, etc). I'm using the following command, but it's not working:
Code: Select all
rdesktop-vrdp -r usb -a 16 -N -s "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" 127.0.0.1:5000"Code: Select all
VBoxHeadless --startvm "WinServ03"Thanks,
EDIT: This is very similar to what I'm trying to do with vrdp http://forums.virtualbox.org/viewtopic. ... dp#p127606
RS