Package Details: nomachine 8.16.1-1

Git Clone URL: https://aur.archlinux.org/nomachine.git (read-only, click to copy)
Package Base: nomachine
Description: Remote desktop application
Upstream URL: http://www.nomachine.com
Licenses: custom:"NoMachine EULA"
Groups: network
Conflicts: nxclient, nxmanager, nxnode, nxserver, nxwebplayer
Submitter: FreeK
Maintainer: runnytu
Last Packager: runnytu
Votes: 94
Popularity: 0.63
First Submitted: 2014-07-24 15:45 (UTC)
Last Updated: 2025-02-01 20:34 (UTC)

Pinned Comments

runnytu commented on 2021-02-20 13:44 (UTC)

Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:

BUILD OPTIONS
Set to y to enable nomachine service autostart

_autoservice=n

Set to y to enable firewall autorules

_autofirewall=n

END BUILD OPTIONS

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 25 Next › Last »

galvez_65 commented on 2022-11-16 19:48 (UTC) (edited on 2022-11-16 20:37 (UTC) by galvez_65)

@runnytu - thank you for the explanation. According to the nxupdate.log USB can not be compiled although linux-headers are installed. Not sure if it matters but the package was build on a different computer and installed via an internal repository.

nxusb compiles manually

runnytu commented on 2022-11-16 19:13 (UTC)

The dependencies are needed to build the package, the use of the rpm command (rpm-tools) and pkcheck (polkit), and the DKMS are for linking the correct linux-headers for your kernel in order to build the nxusb successfully.

nikita240 commented on 2022-11-16 07:52 (UTC)

Regression in 8.2.3. Nxusb no longer works.

gameslayer commented on 2022-11-14 06:21 (UTC) (edited on 2022-11-14 06:24 (UTC) by gameslayer)

Missing dependencies that need to be added to the PKGBUILD file

Building nomachine...
==> Making package: nomachine 8.2.3-1 (Mon 14 Nov 2022 16:20:08)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> rpm-tools
  -> dkms
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

galvez_65 commented on 2022-11-13 18:06 (UTC)

Hi, Thank you for keeping this package up to date. Where can I find info on the new dependencies ('polkit' 'rpm-tools' 'dkms')? I quick look through the Nomachine isn't bringing anything up. Thanks

nikita240 commented on 2022-11-10 04:32 (UTC)

Missing dependency: linux-headers

nxusb won't build without it and USB Device Pass-through functionality will not work.

runnytu commented on 2022-10-01 12:51 (UTC)

@jholmer, read the pinned comment.

jholmer commented on 2022-09-30 18:01 (UTC)

I had trouble getting this to work initially on a headless server. I found out the issue was that systemctl start nxserver did not start nxd and I had to manually sudo /etc/NX/nxserver --restart to get it to start. I'm not sure if this is something that needs to/should be fixed in this package?

lo_pan commented on 2022-07-18 23:06 (UTC)

Regarding the segfault mentioned by blackhole and aag, the following threads seem to contain further information:

Either revert libva to 2.14.0-1 as mentioned by aag, or set '<option key="Enable hardware accelerated decoding" value="disabled" />' in ~/.nx/config/player.cfg as mentioned in the nomachine forum threads.

Setting the above to "false" seems to have the same impact as "true", while "disabled" works. Bizarre.

blackhole commented on 2022-07-04 21:26 (UTC)

Same segfault here