Howto remote desktop linux: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= x2go =
= x2go =
fix errors with sqlite:
fix errors with sqlite:
chmod g+s /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
  chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
  chown root:x2gouser /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
  x2godbadmin --createdb
  x2godbadmin --createdb
  chmod g+s /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
  chmod g+s /usr/lib/x2go/libx2go-server-db-sqlite3-wrapper
= nomachine =
= nomachine =
to fix nxplayer crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:
to fix nxplayer crashing when connecting to another machine edit this key in $HOME/.nx/config/player.cfg:

Revision as of 23:39, 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

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

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

references