All Projects → ArcticaProject → Nx Libs

ArcticaProject / Nx Libs

Licence: other
nx-libs

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Nx Libs

Gleri
Network protocol, service, and API for using OpenGL remotely.
Stars: ✭ 16 (-82.02%)
Mutual labels:  remote-desktop, x11
Octobtt
OctoBTT
Stars: ✭ 77 (-13.48%)
Mutual labels:  x11
X11ui
Simple UI framework using github.com/BurntSushi/xgbutil package using Go.
Stars: ✭ 18 (-79.78%)
Mutual labels:  x11
Rmtsvc
A web-based remote desktop & control service for Windows.
Stars: ✭ 47 (-47.19%)
Mutual labels:  remote-desktop
Eglo
EGL/X11 Abstraction Library for Pocket C.H.I.P
Stars: ✭ 15 (-83.15%)
Mutual labels:  x11
Umonitor
Manage monitor configuration automatically
Stars: ✭ 54 (-39.33%)
Mutual labels:  x11
Jetsonjs
Embed a JavaScript/WebGL application on a Nvidia Jetson TX2 and stream the results through websockets. It does not rely on CUDA/Jetpack. HDMI touchscreen, virtual keyboard, GPIO control, wifi config are included.
Stars: ✭ 18 (-79.78%)
Mutual labels:  x11
Headmore
Top geek’s VNC client that runs in Linux terminal (Linux VT console, xterm, and more)
Stars: ✭ 82 (-7.87%)
Mutual labels:  remote-desktop
Pmenu
A pie-menu in xlib and imlib2.
Stars: ✭ 66 (-25.84%)
Mutual labels:  x11
Myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
Stars: ✭ 1,007 (+1031.46%)
Mutual labels:  remote-desktop
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+1022.47%)
Mutual labels:  x11
Muecore Discontinued
MUE (X11) - DISCONTINUED
Stars: ✭ 21 (-76.4%)
Mutual labels:  x11
X11vnc Desktop
Docker image for Ubuntu with X11 and VNC
Stars: ✭ 57 (-35.96%)
Mutual labels:  x11
Rdesktop
🚨 rdesktop is in need of a new maintainter. Please see the home page for more details. 🚨
Stars: ✭ 922 (+935.96%)
Mutual labels:  remote-desktop
Vkmark
Vulkan benchmark
Stars: ✭ 80 (-10.11%)
Mutual labels:  x11
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-40.45%)
Mutual labels:  x11
Vbridge
X11 Cloud desktop software
Stars: ✭ 33 (-62.92%)
Mutual labels:  remote-desktop
Pinbox
PinBox is a homebrew for 3DS system to stream content from a windows PC to 3DS.
Stars: ✭ 88 (-1.12%)
Mutual labels:  remote-desktop
Xrandr Extend
💻➡️ Extend a HIDPI screen to a normal DPI external display
Stars: ✭ 81 (-8.99%)
Mutual labels:  x11
Rdpgw
Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Stars: ✭ 59 (-33.71%)
Mutual labels:  remote-desktop

NX development by ArticaProject, X2Go and TheQVD Build Status

This source tree started as a re-distribution of those NX packages needed to setup FreeNX and/or X2Go on a Linux server.

In the past, the NX re-distribution (3.5.0.x) had been maintained by the X2Go Project: http://wiki.x2go.org

In 2014, the QVD project run by the company Qindel joined the group of people being interested in NX maintenance and improvement.

Since 2015, the Arctica Project has joined in the NX development. The core devs of X2Go, Arctica and TheQVD have agreed on stopping to redistribute NX and to continue the development of NX 3.x as the new upstream instead. The package will see a slight name change to nx-libs starting with version 3.5.99.0.

Our intentions for nx-libs are:

  • provide one tarball that builds NX projects via a common Makefile
  • provide one tarball for distribution packagers
  • provide support for security issues
  • provide support for latest X11 extensions
  • improve NX where possible

This source tree is maintained on Github:

https://github.com/ArcticaProject/nx-libs (3.6.x branch)

For the the post-NoMachine era of nx-libs, we will focus on two release phases for the upcoming two years.

Release series 3.6.0.x

Release goals (phase 1) for nx-libs release series 3.6.0.x:

  • CVE security audit (complete)
  • remove unused code (+/- complete)
  • no bundled non-X11 libraries anymore (complete)
  • complete imake cleanup (+/- complete)
  • replace as many libNX_X* libraries by X.org's libX* libraries (complete, only remaining library: libNX_X11)
  • support for iOS (nxproxy, complete)
  • Unix file socket communication for nxproxy -C <-> nxproxy -S connections (complete)
  • allow Unix file sockets as channel endpoints (complete)
  • allow embedding of nxproxy into other windows (work pending)
  • new RandR based Xinerama extension (+/- complete, more QA needed)
  • Fix Xcomposite extension in Xserver (work pending)
  • nxcomp protocol clean-up (complete)
  • nxcomp logging clean-up (work pending)
  • optimizing documentation: how to tune NX connections (work pending)

Release series 3.7.0.x

Release goals (phase 2) for nx-libs release series 3.7.0.x (not branched-off, yet):

  • rebase Xserver code against latest X.Org server (work in progress)
  • event FIFO sockets for attaching external applications (todo, to be discussed)
  • enable/support XV extension (todo)
  • software cursor for shadow sessions (todo)
  • no bundled Mesa library anymore (todo, to be discussed)
  • use recent MesaGL (todo, to-be-discussed)

If you have any questions about this NX development or want to file a bug report, please contact the Arctica developers, the X2Go developers or the TheQVD developers via the project's Github issue tracker.

Sincerely,

The nx-libs developers (a combined effort of ArcticaProject / TheQVD / X2Go)

Building Under Fedora or EPEL using Mock

Assuming:

  1. The branch you are building is 3.6.x
  2. The current version is 3.5.99.0 (specified in the .spec file)
  3. The current release is 0.0build1 (specified in the .spec file)
  4. You wish for the RPM files and the mock build logs to be under ~/result

Prerequisites:

  1. Install package "mock"
  2. Add your user account to the "mock" group (recommended)
  3. cd to the nx-libs directory that you cloned using git
mkdir -p ~/result
git archive -o ../nx-libs-3.5.99.0.tar.gz --prefix=nx-libs-3.5.99.0/ 3.6.x
cp --preserve=time nx-libs.spec ../
cd ..
mock --buildsrpm --spec ./nx-libs.spec --sources ./nx-libs-3.5.99.0.tar.gz --resultdir ~/result
mock --rebuild ~/result/nx-libs-3.5.99.0-0.0build1.fc23.src.rpm --resultdir ~/result

The end result is RPMs under ~/result that you can install (or upgrade to) using yum or dnf, which will resolve their dependencies.

Building for openSUSE using OBS Build

Assuming:

  1. The branch you are building is 3.6.x
  2. The current version is 3.5.99.0 (specified in the .spec file)
  3. The current release is 0.0build1 (specified in the .spec file)
  4. You wish for the RPM files and the obs-build logs to be under ~/rpmbuild

Prerequisites:

  1. Install package "obs-build"
  2. Make sure your user account can become root via sudo
  3. cd to the nx-libs directory that you cloned using git
mkdir -p ~/rpmbuild/SOURCES ~/rpmbuild/RPMS ~/rpmbuild/SRPMS ~/rpmbuild/OTHER ~/rpmbuild/BUILD
git archive -o $HOME/rpmbuild/SOURCES/nx-libs-3.5.99.0.tar.gz --prefix=nx-libs-3.5.99.0/ 3.6.x
cp --preserve=time nx-libs.spec ~/rpmbuild/SOURCES
cd ..
sudo obs-build --clean --nosignature --repo http://download.opensuse.org/distribution/<OPENSUSE-VERSION>/repo/oss/suse/ --root /var/lib/obs-build/ ~/rpmbuild/SOURCES/nx-libs.spec
cp -ar /var/lib/obs-build/home/abuild/rpmbuild/RPMS/* ~/rpmbuild/RPMS/
cp -ar /var/lib/obs-build/home/abuild/rpmbuild/SRPMS/* ~/rpmbuild/SRPMS/
cp -ar /var/lib/obs-build/home/abuild/rpmbuild/OTHER/* ~/rpmbuild/OTHER/
cp -ar /var/lib/obs-build/.build.log ~/rpmbuild/BUILD/

The end result is RPMs under ~/result that you can install (or upgrade to) using yum or dnf, which will resolve their dependencies.

Building Under Debian or Ubuntu using debuild

Assuming:

  1. The current version is 3.5.99* (specified in debian/changelog)

Prerequisites:

  1. Install package "devscripts"
  2. Install the build dependencies. dpkg-checkbuilddeps can help you identify them.
git clone <url> nx-libs
cd nx-libs
debuild -uc -us
cd ..
sudo dpkg -i *3.5.99*.deb

Building on Windows

The only components that can be built on Windows at the time of writing are nxcomp and nxproxy (with the latter utilizing the former).

The next section is only relevant for git-based source code builds. Released tarballs do not require special handling.

Since this project makes use of UNIX-style symlinks, it is imperative to clone the repository using Cygwin's git binary. MSYS(2) git is not able to handle UNIX-style symlinks. Make sure that all build utilities are Cygwin-based. Non-Cygwin binaries will bail out with errors during the build process or insert garbage.

Binary Builds

Most major Linux distribution come with nx. However, their packages are often not the most current releases so we encourage you to update to the newest release.

Debian/Ubuntu

You can obtain binary builds of nx-libs for Debian and Ubuntu via these apt-URLs:

Debian: deb http://packages.arctica-project.org/debian {YOUR DIST VERSION} main Ubuntu: deb http://packages.arctica-project.org/ubuntu {YOUR DIST VERSION} main

Our package server's archive key is: 0x98DE3101 (fingerprint: 7A49 CD37 EBAE 2501 B9B4 F7EA A868 0F55 98DE 3101). Use this command to make APT trust our package server:

wget -qO - http://packages.arctica-project.org/archive.key | sudo apt-key add -

RedHat based

For RedHat based distributions current packages can be found at

https://bodhi.fedoraproject.org/updates/?packages=nx-libs

Please note that these are not always current as the builds are done manually.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].