Howto remote desktop linux: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) (→x2go) |
Mandulete1 (talk | contribs) |
||
Line 6: | Line 6: | ||
= nomachine = | = nomachine = | ||
install nomachine on archlinux: | |||
yay -S 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: | ||
<option key="Enable hardware accelerated decoding" value="disabled" /> | <option key="Enable hardware accelerated decoding" value="disabled" /> | ||
= references = | = references = | ||
* https://kasmweb.com/community-edition | * https://kasmweb.com/community-edition |
Revision as of 23:44, 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:
yay -S 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" />