Close or reload player after disconnect or terminate

Forum / NoMachine for Linux / Close or reload player after disconnect or terminate

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4390
    ccub
    Participant

    Hello,

    I want to use NoMachine Client in Linux thin client. I have a session file, I launch the file with “/usr/NX/bin/nxplayer –session NX-CCUB.nxs”.

    When I logout, I want to display the login prompt again, not a screen with session parameters.

    Is there a way to do this?

    Antoine

    #4645
    kryt
    Participant

    Hi,

    I need exactly the same feature. Is there a solution?

    Marcus

    #4649
    drichard
    Participant

    You can do this with the undocumented –exit command line flag.  It will then drop back to the parent shell and not return the NX UI screen.

    nxplayer –help does not show this flag, but it works and seems to be around from the 3.5 days.

    #5485
    Tor
    Participant

    Hi.

    This feature will allow to configure the client to never close:

    Running NoMachine client in kiosk mode
    https://www.nomachine.com/FR02L02809

    A quick solution with the current version can be implemented with a script that uses the option suggested by drichard:

    #!/bin/bash
    
    while true; do
      /usr/NX/bin/nxplayer --session connection.nxs --exit
    done
Viewing 4 posts - 1 through 4 (of 4 total)

This topic was marked as closed, you can't post.