~x2go/x2go/+git/nx-libs:master

Last commit made on 2023-02-23
Get this branch:
git clone -b master https://git.launchpad.net/~x2go/x2go/+git/nx-libs

Branch merges

Branch information

Name:
master
Repository:
lp:~x2go/x2go/+git/nx-libs

Recent commits

288394c... by Mihai Moldovan

nx-libs.spec: only depend upon pathfix.py for Fedora 27+ and RHEL 7+.

On older systems, use a less sophisticated way to replace the hashbang.

b536e9f... by Mihai Moldovan

nx-libs.spec: fix TIRPC usage on *SuSE 15.3+.

ec4f09a... by Mihai Moldovan

debian/rules: fix version detection on testing and unstable.

f168085... by Mihai Moldovan

nx-libs.spec: add BR: upon pathfix.py.

d35c5d0... by Mihai Moldovan

nx-libs.spec: fix nxdialog hashbang selection, especially on *SuSE.

8129c1f... by Ulrich Sibiller

Merge pull request #1028 from uli42/pr/fix_clipboard_callbacks

Pr/fix clipboard callbacks

106d6c8... by Ulrich Sibiller

Merge pull request #1033 from uli42/pr/nxclient_geometry

Screen.c: fix handling of AllScreens without a running window manager

ae9a6b2... by Ulrich Sibiller

Merge pull request #1035 from gratuxri/ubuntu_jammy

Add Ubuntu 22.04 to github actions

1a1b5e9... by gratuxri <email address hidden>

Add Ubuntu 22.04

Add Ubuntu Jammy for github actions

c8553c7... by Ulrich Sibiller

Screen.c: fix handling of AllScreens without a running window manager

When used with the old nomachine nxclient (nxclient-3.5.0-9.exe) on
Windows for running a desktop session the screen size was wrong (set
to 3/4 of the requested size while also activating fullscreen because
in that case nomachine's nxwin does not offer a window manager).

Fix this by always setting AllScreens to true when there's no window
manager, just as it was already done with the FullScreen variable.

Fixes: ArcticaProject/nx-libs#1030