Remote Desktop: Difference between revisions
mNo edit summary |
Dangerflask (talk | contribs) Add suggestion for x11vnc instead of TigerVNC as remote/server |
||
| Line 44: | Line 44: | ||
<code>pathToScript</code> can also be a path to an executable like <code>${pkgs.icewm}/bin/icewm</code> | <code>pathToScript</code> can also be a path to an executable like <code>${pkgs.icewm}/bin/icewm</code> | ||
=== | === TigerVNC === | ||
Nixpkgs has a package but no service. | Nixpkgs has a package but no service. | ||
| Line 51: | Line 51: | ||
For an automated nixos config see [[TigerVNC]]. | For an automated nixos config see [[TigerVNC]]. | ||
However, you'll more likely have success running [https://search.nixos.org/packages?channel=unstable&query=x11vnc&show=x11vnc x11vnc] on the remote/far-away server, while only using `vncviewer` from the TigerVNC package from where you're sitting. Quality documentation for x11vnc usage is at its [https://github.com/LibVNC/x11vnc/?tab=readme-ov-file#readme official repository]. | |||
=== x2go === | === x2go === | ||