Remote Desktop: Difference between revisions

Nipsy (talk | contribs)
XRDP: document enhanced session mode under Hyper-V
Nipsy (talk | contribs)
 
Line 290: Line 290:
</syntaxhighlight>
</syntaxhighlight>


As documented in [https://github.com/nixos/nixpkgs/issues/304855 this issue], the current behavior of the XRDP module in NixOS is to provide the --port parameter on the CLI in the systemD unit file.  It does print a message indicating it's ignoring anything provided in the configuration saying <code>--port parameter found, ini override</code> in journalctl.
As documented in [https://github.com/nixos/nixpkgs/issues/304855 this issue], the current behavior of the XRDP module in NixOS is to provide the <code>--port</code> parameter on the CLI in the systemD unit file.  It does print a message indicating it's ignoring anything provided in the configuration saying <code>--port parameter found, ini override</code> in journalctl.


If in doubt, you can always run <code>ss --vsock -l</code>.  If nothing shows up, then XRDP isn't listening where it should be and something about the above has changed.
If in doubt, you can always run <code>ss --vsock -l</code>.  If nothing shows up, then XRDP isn't listening where it should be and something about the above has changed.