[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.2.2-33-g1c4064a

X2Go dev team git-admin at x2go.org
Tue Sep 11 16:20:48 CEST 2012


The branch, master has been updated
       via  1c4064a61af7cd322b3a755913dfe448cfccb005 (commit)
      from  638fc5d159cdd86a3020e6de13b831f9eb4d4377 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c4064a61af7cd322b3a755913dfe448cfccb005
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 11 16:18:54 2012 +0200

    Run X2Go-proxied RDP session with fullscreen mode as sessions of X2Go session type "D". Closes upstream issue #22.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    2 ++
 onmainwindow.cpp |   12 ++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2248d48..a5de44f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ x2goclient (3.99.3.0-0~x2go1) UNRELEASED; urgency=low
     - Rebuild i18n files, add x2goclient_dk.ts for the new
       Danish translator (Christoffer Krakou).
     - Update German translation.
+    - Run X2Go-proxied RDP session with fullscreen mode as sessions
+      of X2Go session type "D". Closes upstream issue #22.
   * Add rdesktop and xfreerdp to Recommends.
 
   [ Daniel Lindgren ]
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 7fb4cdd..ef8b7c8 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -3485,7 +3485,13 @@ void ONMainWindow::startNewSession()
             }
         }
         if ( command=="RDP" )
-            rootless=true;
+        {
+            if (fullscreen) {
+                rootless=false;
+            } else {
+                rootless=true;
+            }
+        }
         if ( command=="XDMCP" )
         {
             runRemoteCommand=false;
@@ -5649,11 +5655,13 @@ void ONMainWindow::runCommand()
         command="rdesktop ";
         if ( rdpFS )
             command+=" -f ";
+            sessionType="D";
+            rootless=false;
         else
             command+=" -g "+rdpWidth+"x"+rdpHeight;
+            rootless=true;
         command+=" "+rdpOpts+ " "+rdpServer;
 
-        sessionType="R";
     }
 
     if ( managedMode )


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list