Package: x2goclient
Severity: wishlist
Tag: patch
Version: 4.0.1.0

Hi Alex,

in the past I have had several use cases where people ask for sharing other users desktops. As this has been disabled in X2Go Client I provided that feature via PyHoca-GUI.

Today Michael Kromer asked for full access shadow sessions (needed at a customer's site). Another request for this feature to become enabled in X2Go Client.

Attached is the patch that enables this feature in X2Go Client. Do we implement that upstream in x2goclient.git?

If not: Michael, please feel free to add the attached patch to your local patch set series for your customized X2Go Client builds.

Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 9909dff..a307bb7 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -4372,7 +4372,7 @@ void ONMainWindow::slotActivated ( const QModelIndex& index )
                          index.row(),
                          D_USER ).data().toString();
         bShadowView->setEnabled ( true );
-        bShadow->setEnabled ( user==getCurrentUname() );
+        bShadow->setEnabled ( true );
     }
 }
 

Attachment: pgp4s3vQ3ZOR_.pgp
Description: Digitale PGP-Unterschrift

_______________________________________________
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to