Nomachine For Mac

  1. Download Nomachine For Mac
  2. Nomachine Client For Mac

When keyboard input grabbing is enabled, all keyboard events (including special keyboard shortcuts) are sent to the remote desktop instead of being used on the local desktop. This configuration stops working correctly if the active Space gets changed while the NoMachine client window is in fullscreen mode (e.g. Through four fingers pad swiping).

  • This topic has 7 replies, 3 voices, and was last updated 3 months, 2 weeks ago by .
Mac
  • NoMachine for Mac (391) NoMachine Cloud Server Products (146) NoMachine for Raspberry Pi (33) NoMachine for Linux (1355).
  • Download NoMachine For Mac 6.3.6 for Mac. Fast downloads of the latest free software!

Download Nomachine For Mac

Nomachine For Mac

Nomachine Client For Mac

  • Dear all,

    I’m trying to connect to MacOsX Catalina 10.15.6 from a Linux Mint 19.3.

    It works… with no sound! Not Fun… Sound is still coming out from the speaker of my Mac.

    When I’m looking at the output options from my Mac, there is no NoMachine option. I made sure that the NxNode is properly set up from the OS by checking the system preferences>security and privacy>privacy>accessibility –> no result…

    Any idea of how to handle this problem?

    Thanks a lot for your input

    Matthieu

    Hi,

    It seems that nxaudio kernel extension (kext) is not loaded on MacOS Catalina. It is responsible for creating NoMachine audio adapter. You can try to load it manually by following steps below:

    1. Load nxaudio kext using command:

    sudo kextutil -vvv /Library/Extensions/nxaudio.kext

    2. Check if nxaudio is loaded properly:

    kextstat | grep nxau

    Output of the command above should be similar to

    265 0 0xffffff7f83cd6000 0x5000 0x5000 com.nomachine.driver.nxau (4.1.b2) 78172556-B6A4-3112-BA41-E79D18108476

    3. Restart NoMachine server:

    sudo /etc/NX/nxserver --restart

    4. Run NoMachine session and verify audio.

    If no output is shown in second step, we will need result of kextutil command from point 1. Did you also approved loading NoMachine kernel extensions in the Security&Privacy panel? More information you can find here:

    So I guess that the problem is still there, isn’t it?

    Yes, nxaudio kext cannot be loaded because it is rejected. Without it, audio inside NoMachine session will not work. I suspect that it is related to the article that I mentioned in my previous message (https://www.nomachine.com/AR01P00962).

    To resolve this problem, please run the command sudo kextload /Library/Extensions/nxaudio.kext on your Mac and then access System Preferences -> Security&Privacy -> General panel. Click on the “Allow” button (see attachment) and restart NoMachine server using command:

    sudo /etc/NX/nxserver --restart

  • Posts