Howto remote desktop linux: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
Line 7: Line 7:
= nomachine =
= nomachine =
install nomachine on archlinux:
install nomachine on archlinux:
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
install nomachine:
  yay -S nomachine
  yay -S nomachine
to fix nxplayer crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:
edit file "/usr/NX/etc/server.cfg", set "StartNXDaemon" to "Automatic":
StartNXDaemon Automatic
then restart nxserver service:
systemctl restart nxserver
from your desktop computer or another computer install nomachine client:
* for windows:
https://download.nomachine.com/download/7.7/Windows/nomachine_7.7.4_1.exe
* for mac:
https://download.nomachine.com/download/7.7/MacOSX/nomachine_7.7.4_1.dmg
* for linux .rpm:
https://download.nomachine.com/download/7.7/Linux/nomachine_7.7.4_1_x86_64.rpm
* for linux .deb:
https://download.nomachine.com/download/7.7/Linux/nomachine_7.7.4_1_amd64.deb
to fix nxplayer for linux crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:
  <option key="Enable hardware accelerated decoding" value="disabled" />
  <option key="Enable hardware accelerated decoding" value="disabled" />



Revision as of 23:46, 9 August 2023

x2go

fix errors with sqlite:

chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
x2godbadmin --createdb
chmod g+s /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper

nomachine

install nomachine on archlinux:

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

install nomachine:

yay -S nomachine

edit file "/usr/NX/etc/server.cfg", set "StartNXDaemon" to "Automatic":

StartNXDaemon Automatic

then restart nxserver service:

systemctl restart nxserver

from your desktop computer or another computer install nomachine client:

  • for windows:
https://download.nomachine.com/download/7.7/Windows/nomachine_7.7.4_1.exe
  • for mac:
https://download.nomachine.com/download/7.7/MacOSX/nomachine_7.7.4_1.dmg
  • for linux .rpm:
https://download.nomachine.com/download/7.7/Linux/nomachine_7.7.4_1_x86_64.rpm
  • for linux .deb:
https://download.nomachine.com/download/7.7/Linux/nomachine_7.7.4_1_amd64.deb

to fix nxplayer for linux crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:

<option key="Enable hardware accelerated decoding" value="disabled" />

references