Home » Questions » Computers [ Ask a new question ]

Allow terminal that spawned rdesktop to close without closing rdesktop window in Ubuntu 9.10

Allow terminal that spawned rdesktop to close without closing rdesktop window in Ubuntu 9.10

Running Ubuntu 9.10, when I execute:

Asked by: Guest | Views: 243
Total answers/comments: 2
Guest [Entry]

"Just use:

nohup rdesktop 147.145.168.224 &"
Guest [Entry]

"Why not just launch your rdesktop from your launcher. For default Ubuntu just hit:

Alt+F2

and then enter your command in the the entry box:

rdesktop 147.145.168.224 &

Although I don't use the ampersand (&) for mine. Typically my command is:

rdesktop -u myUname -fP 10.130.3.13

This opens rdesktop in fullscreen mode and enables bitmap caching. To get back to my desktop I just have to hit:

Ctrl+Alt+Enter

And then the same combo to get back into fullscreen."