fisherman

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 250 total)
  • Author
    Posts
  • fisherman
    Moderator

    Hi lucasf,

    Sorry for the delay. Can you explain further what you mean with ‘I had a little progress’? As far as we know, with that extension, everything should work even after logging out from the desktop.

    That said, even without the extension, NoMachine should work by using an alternative method to capture the screen. We found a bug in this method that affects your case and it will be fixed in the next NoMachine version.

    fisherman
    Moderator

    if you are using Wayland, can you try to disable it?

    fisherman
    Moderator

    Hi,

    Can you tell me if you have problem with lock screen when using physical or virtual desktop?

    in reply to: Run script after connection and after disconnection #38590
    fisherman
    Moderator

    Please just add your scripts in the node.cfg file, and it will be executed with current logged user.

    in reply to: Run script after connection and after disconnection #38470
    fisherman
    Moderator

    Please check following link for the additional information about possibility and how to run scripts:
    https://knowledgebase.nomachine.com/DT11R00174#11.5

    in reply to: Have shutdown NoMachine and can’t login #38236
    fisherman
    Moderator

    Hello,

    Probably when you did select/ click NoMachine shutdown, you selected “Do not run NoMachine service at the next startup”, and now NoMachine is set to not start automatically after reboot.

    after connecting to the machine use command to startup nomachine and to enable automatic startup.

    sudo /etc/NX/nxserver --startmode automatic
    sudo /etc/NX/nxserver --startup

    More information about start mode you can find here AR04L00800 – Disabling the automatic start-up of NoMachine at boot time

    in reply to: Forcing the server to 1024×768 #38147
    fisherman
    Moderator

    If you are connecting to a host where NoMachine is set to create display, please use currently possible workaround to restrict resize of the display, by setting following key in the server.cfg
    VirtualDesktopMode 1

    in reply to: How to disable Gnome xsession #37786
    fisherman
    Moderator

    I have just tested and following this, we will limit NoMachine to use ONLY xfce4 on the requested node

    On the node “node002.mynet.local”, please update keys in the node.cfg with:

     AvailableSessionTypes unix-xsession-default
    DefaultDesktopCommand /usr/bin/startxfce4

    then on the Enterprise terminal server execute
    nxserver --nodeupdate node002.mynet.local:4000

    in the nodeupdate command you will see output with
    NX> 187 Session types available on node: unix-xsession-default

    unix-xsession-default listed there means that on that specific node, only DefaultDesktopCommand /usr/bin/startxfce4 session will be started.

    If this still does not work, send us your output of the command --nodelist, output of the command --nodeupdate after editing node.cfg file, and node.cfg file from the requested node.

    Please note this that if you have automatic node selection, sessions will be started possibly on the node where gnome is enabled.

    In case you want to disable automatic node selection, please check following document: DT11R00178 – NoMachine Enterprise Terminal Server – Installation and Configuration Guide.

    in reply to: How to disable Gnome xsession #37774
    fisherman
    Moderator

    Please apply requested change in the node.cfg file on the required Terminal Server Node that you want to allow only Xfce4 session.

    in reply to: How to disable Gnome xsession #37770
    fisherman
    Moderator

    Hello,

    Please set in the server.cfg and node.cfg
    AvailableSessionTypes unix-xsession-default

    and in node.cfg edit DefaultDesktopCommand.
    DefaultDesktopCommand /usr/bin/startxfce4

    in reply to: Can’t close Little Snitch pop up on host #37668
    fisherman
    Moderator

    Hello,

    What I see this is security feature of Little Snitch.
    If you do need remote access Little Snitch, you have to enable the “Allow GUI Scripting access to Little Snitch” option in Little Snitch Configuration > Preferences > Security.

    fisherman
    Moderator

    Hello,

    NoMachine remote connection behaves as the local keyboard was directly attached to the server. Due to that, since you need to press Ctrl+C to copy on Linux, you have to press Control+C also when connecting remotely from the mac.

    There is an open feature request that will cover that problem when it is implemented FR10M02977 – Provide an interface enabling user to configure modifier keys

    in reply to: Trouble connecting to Linux Mint XFCE desktop #37150
    fisherman
    Moderator

    I did not check startup scripts for the Linux Mint that loads correct theme on physical desktop. NoMachine starts command you mentioned in your post. I can recommend workaround that possibly you can use.
    – Remove existing xfce settings for that user that has loaded standard xfce desktop.
    rm -rf ~/.config/xfce4 or rm -rf /home/user/.config.xfce4
    – log to the desktop with user physically or using NoMachine physical session
    – then logout
    – Create virtual desktop session

    in reply to: Cannot connect to remote Linux server running NoMachine #37083
    fisherman
    Moderator

    If it is headless machine I would disable lightdm to start on boot, you can do that by executing
    systemctl disable lightdm.service and then reboot machine.

    fisherman
    Moderator

    What I noticed is that you can use possible workaround to solve audio problem on Mac OS 12

    sudo rm -rf /Library/Extensions/nxaudio.kext /Library/Audio/Plug-Ins/HAL/NMAudio.driver /Library/Audio/Plug-Ins/HAL/NMAudioMic.driver
    sudo mkdir -p /Library/Audio/Plug-Ins/HAL/
    
    sudo cp -a /Applications/NoMachine.app/Contents/Frameworks/bin/drivers/NMAudio.driver    /Library/Audio/Plug-Ins/HAL/NMAudio.driver
    sudo cp -a /Applications/NoMachine.app/Contents/Frameworks/bin/drivers/NMAudioMic.driver /Library/Audio/Plug-Ins/HAL/NMAudioMic.driver
    
    sudo chmod -R 755 /Library/Audio/Plug-Ins/HAL/NMAudio*
    sudo chown -R "root:wheel" /Library/Audio/Plug-Ins/HAL/NMAudio*
     
    sudo launchctl stop com.apple.audio.coreaudiod
    sudo launchctl start com.apple.audio.coreaudiod
Viewing 15 posts - 31 through 45 (of 250 total)