Home > Miscellaneous > Fix rdesktop “exit” Fullscreen issue in Ubuntu

Fix rdesktop “exit” Fullscreen issue in Ubuntu

I use RDP a lot and having to disconnect from my session to switch to another window is not an option. The problem  lies somewhere with compiz. What supposed to happen when you hit ctrl+alt+enter is that it windows the session…but it doesn’t. Here is my fix.

sudo apt-get install compizconfig-settings-manager
System > Prefrences > Advanced Desktop Effects Settings
Utility > Workarounds > uncheck Legacy Fullscreen Support

That should do it…now off to figure out using SSL with rdesktop.

Tags: , , , ,

Categories: Miscellaneous
  1. rapto
    April 21, 2008 at 4:16 am | #1

    Thank you very much; it worked fine!

  2. April 23, 2008 at 10:07 am | #2

    Super – thanks !

  3. PP
    May 2, 2008 at 3:54 am | #3

    Another thanks, works well for me and I can now happily run remote sites from the laptop without dropping out of remote desktop to switch to other machines.

  4. pete
    June 12, 2008 at 10:19 pm | #4

    > That should do it…now off to figure out using SSL with rdesktop.

    If you meant ssh, here’s how I do it:

    ssh -C remoteuser@192.168.1.100 -L5900:127.0.0.1:5900

    That uses ssh to tunnel port 5900 on the local machine to port 5900 on 192.168.1.100. The username on the remote machine is ‘remoteuser’. To use this tunnel, connect your Remote Desktop viewer to port 5900 on 127.0.0.1

    I recommend setting up ssh to authenticate using pub/private keys, rather than passwords.

  5. K Jääskeläinen
    September 9, 2008 at 4:45 pm | #5

    In norwegian “workaround” is called “omveier” in the translation. Just in case someone struggled with that…

  6. Cquesada
    November 4, 2008 at 11:46 am | #6

    Excellent solution.
    Works like a charm.

  7. Joe
    December 4, 2008 at 2:33 pm | #7

    Thanks! Solved My Problem!

  8. kikit
    December 21, 2008 at 8:40 pm | #8

    thanks, it helps! ^_^

  9. Aexley
    February 4, 2009 at 2:40 pm | #9

    Thanks!

  10. ishuara regis
    February 18, 2009 at 5:52 am | #10

    Use rdesktop from command line:

    rdesktop -AK -u -p

    Tested whit compiz:

    Scale
    Cube
    Expò

    I hope this helps

  11. Boyko
    February 19, 2009 at 12:14 pm | #11

    thank you buddy.

  12. RM
    April 19, 2009 at 10:25 am | #12

    Thank you — this issue really had me flummoxed.

    Please note that, when I attempted this just now on Intrepid, I had to follow a slightly different hierarchy:

    System > Preferences > CompizConfig Settings Manager > Utility > Workarounds > uncheck Legacy Fullscreen Support

    Worked great. :)

  13. jonas
    December 7, 2009 at 3:00 pm | #13

    Super, this has annoyed me quite a time…

  1. No trackbacks yet.