Re: [X2Go-User] Lots of artifacts with deb12 server

2024-03-02 Thread Juri Grabowski
Hello,

if you are using XFCE, then please disable compositing:
/usr/bin/xfconf-query -c xfwm4 -p /general/use_compositing -s false

Best Regards,
Juri Grabowski

P.S.:
https://wiki.x2go.org/doku.php/doc:de-compat
https://gitlab.xfce.org/xfce/xfwm4/-/issues/551
https://gitlab.xfce.org/xfce/xfwm4/-/merge_requests/134
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Error in installing x2goclient

2022-10-20 Thread Juri Grabowski
Hello,

On Thu, Oct 20, 2022 at 04:14:28AM +0530, Vikas Rawal wrote:
> I am facing a strange error while trying to install x2goclient from AUR:
> 
> 0001-Fix-redefinition-compile-error.patch ... FAILED
> ==> ERROR: One or more files did not pass the validity check!
> 
> What could be causing this?
invalid sha256sum ;)

I attached the patch and send it to AUR Maintainers.

Best Regards,
Juri Grabowski
>From f8b30894c26ffa487a55d6973ee88d0ba51e0341 Mon Sep 17 00:00:00 2001
From: Juri Grabowski 
Date: Thu, 20 Oct 2022 12:40:34 +
Subject: [PATCH] change sha256sums for new patch

---
 .SRCINFO | 3 +++
 PKGBUILD | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.SRCINFO b/.SRCINFO
index ad960f4..ed7d161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = x2goclient
 	pkgrel = 4
 	url = https://wiki.x2go.org/doku.php
 	arch = x86_64
+	arch = aarch64
 	license = GPL2
 	makedepends = qt5-tools
 	makedepends = man2html
@@ -21,10 +22,12 @@ pkgbase = x2goclient
 	source = https://code.x2go.org/releases/source/x2goclient/x2goclient-4.1.2.2.tar.gz
 	source = https://code.x2go.org/releases/source/x2goclient/x2goclient-4.1.2.2.tar.gz.asc
 	source = reproducible-man-gzip.patch
+	source = 0001-Fix-redefinition-compile-error.patch
 	validpgpkeys = 9BFBAEE86C0AA5FFBF2207829AF46B3025771B31
 	validpgpkeys = 1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B
 	sha256sums = c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a
 	sha256sums = SKIP
 	sha256sums = 8b309f0cc99d89737f47e57b79afdc9cccdd36ca3d0772040b1c3fdc0399a4d2
+	sha256sums = be636e911074b474d66016f7a5f0da5fb1693d59291d585cec73f81f54fd9981
 
 pkgname = x2goclient
diff --git a/PKGBUILD b/PKGBUILD
index 34f5872..93f4424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.ta
 sha256sums=('c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a'
 'SKIP'
 '8b309f0cc99d89737f47e57b79afdc9cccdd36ca3d0772040b1c3fdc0399a4d2'
-'afdb3a67d3ab875dbd924112350cc662f354e6dd6a6159c8349cad369f86f30d')
+'be636e911074b474d66016f7a5f0da5fb1693d59291d585cec73f81f54fd9981')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git Administrator "
 
-- 
2.30.2

___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] ssh error

2022-10-08 Thread Juri Grabowski
Hello,

On Sat, Oct 08, 2022 at 11:01:32AM +0530, Vikas Rawal wrote:
> I am getting a new error with pyhoca-cli:
> 
> paramiko.hostkeys.InvalidHostKey: ('192.168.0.127 ssh-rsa
> AABgQC7ZFjl2e+zxzL4wHBeHnntE5fno0AoGJJbI4IHmRbMmsM88bq9FLQlZ/UMB3NzaC1yc2EDAQABAA96lmxTgFLEBJWMD+Ye+3UMJlfrsYCkSAj3192.168.0.195
> ssh-ed25519
> C3NzaCDW/dw1lZDI1NTE5IHRAkIk0Yfsf1H/0i5xizVZ+UogtQ62ze0zeOnW',
> Error('Invalid base64-encoded string: number of data characters (133)
> cannot be 1 more than a multiple of 4'))
Maybe try to start pyhoca-cli with "--add-to-known-hosts" parameter or
move ~/.ssh/known_hosts ( just for test ) away.
mv ~/.ssh/known_hosts ~/.ssh/known_hosts-`date -I`
> I can ssh to the server and can use x2goclient without any problem.
> 
> Strangely, I get a similar error with xpra.
> 
> It seems to me that something has changed in a python library with a recent
> upgrade (since both pyhoca-cli and xpra worked without any problems
> earlier). But I can't seem to figure out what it is.
Can you please provide more information about your systems and updates?
Distribution of x2goserver: Debian 11, RHEL 9 ?
SSH-version on x2goserver: 1:8.4p1-5+deb11u1 ?
Distribution of pyhoca-cli: 
paramiko version on pyhoca-cli client: 2.7.2-1 ?
Which recent upgrade did you mean? from which software in which version
to which new version?

Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski

Hello,

on debian you can try:

apt install extrepo
extrepo enable x2go
apt install x2gohtmlclient

@Stefan:
Any reasons, why we don't have x2gohtmlclient in PPA?

Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski

Hello,

with
dpkg -L x2gohtmlclient
you can get all files provided by x2gohtmlclient on debian based
systems.

in /etc/nginx/sites-available/x2gohtmlclient-demo.conf
you can get simple example what do you need for working htmlclient.
It contains helpfull comments for make it working. 


Of cource you should have such file in /etc/nginx/sites-enabled/
Don't hesitate to ask here, if you need more information.


Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] pxe-boot: unable to locate configuration file

2021-12-18 Thread Juri Grabowski

Hi,

did you have /srv/tftp/pxelinux.cfg/default ?
Maybe show your tftp server log.

Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user