Hi, On So 22 Mär 2020 01:18:23 CET, Bilinmek Istemiyor wrote: > Hello, > > I have been searching for a remote desktop solution to manage two manjaro > linux machines at my home, after fiddling with vnc, I have come across to > x2go, I am pretty impressed with the setup, and I thank you all who has > contributed this software.. > > I would like to report one issue. In x2go client, there is an option of > selecting desktop environments. I am using KDE in both machines. When I > select KDE, the connection can not be established since startkde fails. > > KDE has changed startkde to startplasma-x11. I have tried to circumvent > this problem by symbolic linking startkde to startplama-x11 by symbolic > linking in the same directory which is /usr/bin. However this failed. > > I gave up KDE option. I have selected Custom Destop option and entered > startplasma-x11 as the command which worked. > > I believe the KDE option must be updated accordion to new command.. > > Another issue is, the windows' menu fonts are exceptionally big even though > the contents seem proportional.. I do not know if this is relevant to the > missing of some options... Native connection with monitor does not have > this issue. > > Best regards... in /usr/bin/x2goruncommand, there is the mapping between "KDE" and the command to be executed. Can you fiddle on a patch that makes x2goruncommand work again with your plasma/kde setup? If so, could you provide your patch? Thanks+Greets, Mike
-- DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de I looked into x2goruncommand for the mapping. The mapping in this case is without effect because it maps desktop-environments to commands but the parameters given to x2goruncommand don't show KDE. Instead x2goruncommand receives startkde directly (from where ever). Custom desktop with startplasma-x11 starts the session (because $cmd is set to startplasma-x11) and passes till the end. But obviously not using the clients display parameters (seems to use the servers display parameters. Client W10, server Opensuse tumbleweed. Hope I made no mistakes and it helps. Thanks Lutz