Control: reassign -1 code.x2go.org
Control: close -1
This bug was filed while we were in the middle of the rollout of our new
release. Some packages took longer to finish building than others.
Closing for now, please re-open (by replying) if the issue still persists.
--
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Processing control commands:
> reassign -1 x2goclient
Bug #1622 [x2go ¿client?] Cannot resume existing session on windows
Warning: Unknown package 'x2go'
Warning: Unknown package '¿client'
Bug reassigned from package 'x2go ¿client?' to 'x2goclient'.
No longer marked as found in versions 4.1.2.2.
Ignoring request to alter fixed versions of bug #1622 to the same values previously set
--
1622: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1622
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Processing control commands:
> reassign -1 x2goserver
Bug #1620 [x2toserver/ x2goclient] x2goserver/client - /tmp file overflow and cryptic error messages
Warning: Unknown package 'x2toserver/'
Bug reassigned from package 'x2toserver/ x2goclient' to 'x2goserver'.
Ignoring request to alter found versions of bug #1620 to the same values previously set
Ignoring request to alter fixed versions of bug #1620 to the same values previously set
--
1620: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1620
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Control: reassign -1 code.x2go.org
Control: close -1
This bug was filed while we were in the middle of the rollout of our new
release. Some packages took longer to finish building than others.
Closing for now, please re-open (by replying) if the issue still persists.
Kind Regards,
Stefan Baur
--
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Package: x2goclient-4.1.2.2-2020.02.13-setup.exe
Version: 4.1.2.2
Dear developers, bringing this to your attention, I experienced the
following myself:
*Title*: x2go "smearing" windows and extremely slow
*Link*: https://bbs.archlinux.org/viewtopic.php?id=268985
Client machine's OS name: Microsoft Windows 10 Pro
Client machine's OS version: 10.0.19045 N/A Build 19045
Client machine's version of X2GoClient: 4.1.2.2
Relevant settings: Session type XFCE (else using default connection,
input/output and media session preferences)
Server's OS: CentOS Stream release 8
Server's version of the x2goserver package: 4.1.0.3-17.el8.1 (@epel)
Server's version of the x2goserver-xsession package: 4.1.0.3-17.el8.1
(@epel)
Server's version of the nxagent package: 3.6.x
Server's version of any other relevant packages:
xfce-polkit.x86_64 0.3-3.el8
xfce4-appfinder.x86_64 4.16.1-3.el8
xfce4-panel.x86_64 4.16.3-1.el8
xfce4-power-manager.x86_64 4.16.0-1.el8
xfce4-pulseaudio-plugin.x86_64 0.4.3-3.el8
xfce4-screensaver.x86_64 4.16.0-3.el8
xfce4-session.x86_64 4.16.0-4.el8
xfce4-settings.x86_64 4.16.5-2.el8
xfce4-terminal.x86_64 0.8.10-2.el8
xfconf.x86_64 4.16.0-1.el8
Steps to reproduce:
1. Have an updated CentOS Stream release 8 server running (e.g. a KVM) with
the latest EPEL Repo, x2goserver-xsession packages and 'Xfce' as dnf
groupinstall'ed with -y flag.
2. Have an updated Windows 10 Pro client machine running with the latest
x2goclient version, configured to ssh on port 22 to 1. with a RSA/DSA key,
auto login via SSH Agent or default SSH key on and a shared folder without
filename encoding, but automount and 'use ssh to tunnel filesystem through
firewalls' checked.
3. Start a session and experience "smearing" windows, loading and rendering
extremely slow when moving them around
4. In the session go to Applications > Settings > Window Manager Tweaks >
Compositor
5. Turn off 'Enable display compositing' and close the window. Performance
and rendering rather match the preferences now.
Merry X-Mas and have a good day!
Best regards,
Robert
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
package: x2goclient
severity: wishlist
Hi, this is actually a sub-bug of
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=738.
I am fling it as a separate bug because I believe this particular part
of Bug 738 can be resolved rather quickly.
Currently, X2GoClient offers the free choice of X-Servers to be used
with it, but ships with VcXsrv as default and has some "sane" default
settings configured for it, too, so X2GoClient works out of the box.
Whoever wishes to deviate from that path, is, however, free to do so -
X2GoClient has an option to specify a custom X-Server of the user's
choice.
I would like to take a similar approach for printing.
At present, no default PDF viewer is shipped with X2GoClient, and the
user has to fiddle with whichever PDF viewer they choose to get the
parameters right.
SumatraPDF is a free (F/LOSS) PDF viewer that offers a portable
version, i.e. it is a single, self-contained executable that doesn't
require any installation.
It also supports a wide range of command line parameters so it is
ideal for scripted background use (like "open PDF, print to default
printer, close application").
Quoting from http://www.sumatrapdfreader.org/manual.html:
> Printing related cmd-line arguments: -print-to-default $file.pdf
> prints a PDF file on a default printer -print-to $printer_name
> $file.pdf prints a PDF on a given printer -print-dialog $file.pdf
> opens a PDF file and shows a print dialog to select printer and
> printing options -exit-on-print when -print-to-default or -print-to
> is used, will
exit after printing
So, basically, "-exit-on-print -print-to-default" is all we'd need for
basic functionality.
If we want to do "enumPrinters" within X2GoClient,
"-exit-on-print -print-to $printer" will also already work.
If we want to leave printer selection to SumatraPDF, "-print-dialog"
has to be used, and we'd probably have to submit a patch to the
SumatraPDF project that "-exit-on-print" be made to work with
"-print-dialog" as well, as the current description seems to indicate
that this is not the case.
Thus, I would ask that some helpful soul steps up and please
a) includes SumatraPDF's standalone executable in the Windows
X2GoClient package
b) adds the proper code to X2GoClient so client-side printing defaults
to using SumatraPDF in the X2Go program directory unless the user has
created a custom configuration.
The rationale for this bug is that adding this feature would increase
usability of X2GoClient just as shipping a default X-Server does.
Portable version of SumatraPDF can be found here:
https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-3.0.zip
Sources are here:
https://github.com/sumatrapdfreader/sumatrapdf
- -Stefan
- --
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
iQEcBAEBAgAGBQJUs6TeAAoJEG7d9BjNvlEZZvQH/ikythSLIBTJ9cCN7/qPik3T
k0iB5JE9N3cCc9MyWfQU46oI7k5r+M4aN692hVrAdFraEfeAxdVomtzTKI5/v4IP
f8/HlvW8lU+b/8Wnx/YNFuzvAIK4mM+9gno+t9JnFLptI1P3iAd6tQ5R563NKk1y
2AYM3unC24xzFXIbFNsFMA6mT7Ow94K8mGMALn/H3j1kGtbmF/FeuTHKmrmC/w7F
e3WO8oXjNxL+PBumCb5mZngk3Y8aECHJSQVks8710MTyYNoJRCgYqx4hOAC3ObhJ
J6+hTbretKya2/ba/meka/v7hU0ze2ahevpH7y9y1aMAtVIi8laEcQ+k4TPwvr4=
=af+t
-----END PGP SIGNATURE-----
Processing control commands:
> close -1
Bug #1623 [x2goclient] x2goclient is no longer installable from x2go repo
Marked Bug as done
--
1623: https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1623
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Control: close -1
Hi Denis,
if you're trying to install on a Debian Bookworm derivative, you should
use the corresponding repositories.
As per your bug report, you were using the buster repo:
> # X2Go Repository (nightly builds)
> deb http://packages.x2go.org/debian buster extras heuler
> # X2Go Repository (sources of nightly builds)
> deb-src http://packages.x2go.org/debian buster extras heuler
It's obvious that this is bound to fail. Please replace buster with
bookworm and try again.
Closing this for now, but feel free to reopen if replacing the repo name
doesn't help.
Kind Regards,
Stefan Baur
--
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
Package: src:nx-libs
Severity: important
The NX source code uses gethostbyname() at several locations and is potentially affected by CVE 2015-0235 (GHOST security issue in glibc).
We should move towards using getaddrinfo() asap.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976148
GnuPG Key ID 0x25771B13
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
Package: cups-x2go
Severity: important
The workaround provided below can be applied to x2goprint from
x2goserver-printing package.
But my gut feelings tell me, we need to review cups-x2go. Maybe this
bug gets reassigned to x2goserver-printing later, if my gut feelings
get proven wrong.
Mike
----- Weitergeleitete Nachricht von Роман <inpos(a)yandex.ru> -----
Datum: Mon, 01 Dec 2014 10:59:36 +0300
Von: Роман <inpos(a)yandex.ru>
Betreff: [X2Go-User] X2Go Linux Server. Virtual print issue workaround
An: x2go-user(a)lists.x2go.org
For those who can't print to redirected printer here my workaround.
On X2Go Server do following (by root):
----------------------------------------------
cd /usr/bin
mv x2goprint x2goprint.orig
cat << EOF > x2goprint
#!/bin/bash
umount /tmp
x2goprint.orig $@
EOF
chmod a+x x2goprint
-----------------------------------------------
The problem is that CUPS remounts /tmp during print process.
Therefore temporary x2go directories have become unavailable.
Best regards,
Inpos.
----- Ende der weitergeleiteten Nachricht -----
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…