The branch, master has been updated via 3d6450d24cc3596bfbb9d602bd5e5216e9c99e9d (commit) from af80d226b539a8edefdc424edd1e51211ad575c3 (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 3d6450d24cc3596bfbb9d602bd5e5216e9c99e9d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 7 18:39:50 2013 +0200 Enable full access desktop sharing across user accounts. (Fixes: #222). Conflicts (resolved by Mike Gabriel): debian/changelog ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c0f09a9..57480e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low - Add cmdline option --broker-autologoff: Enforce re-authentication against X2Go Session Broker after a session has been suspended or terminated. (Fixes: #179). + - Enable full access desktop sharing across user accounts. (Fixes: #222). [ Ezra Bühler ] * New upstream version (4.0.1.1): diff --git a/onmainwindow.cpp b/onmainwindow.cpp index dd7b6c1..b707d84 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -4370,7 +4370,7 @@ void ONMainWindow::slotActivated ( const QModelIndex& index ) index.row(), D_USER ).data().toString(); bShadowView->setEnabled ( true ); - bShadow->setEnabled ( user==getCurrentUname() ); + bShadow->setEnabled ( true ); } } 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).