This is generally considered bad practice but it will make nxserver.service run
ln -s /usr/NX/lib/libavcodec.so /usr/lib/libavcodec.so.57 ln -s /usr/NX/lib/libavutil.so /usr/lib/libavutil.so.55
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: | 95 |
Popularity: | 0.44 |
First Submitted: | 2014-07-24 15:45 (UTC) |
Last Updated: | 2025-02-01 20:34 (UTC) |
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 25 Next › Last »
This is generally considered bad practice but it will make nxserver.service run
ln -s /usr/NX/lib/libavcodec.so /usr/lib/libavcodec.so.57 ln -s /usr/NX/lib/libavutil.so /usr/lib/libavutil.so.55
FYI: This comes with nxplayer (/usr/NX/bin/nxplayer) which can be used to connect to nxservers. For some reason arch wiki on nx does not mention this and only says about nxclient.
The latest NoMachine isn't compatible with the version of ffmpeg in the main repos. As a result, h264 isn't working at all. I tested a couple of the ffmpeg-compat packages with no success. Any ideas?
update* Cool, installing the compat package and symlinking '/usr/lib/libavcodec.so.57 > /usr/NX/lib/libavcodec.so' and '/usr/lib/libavutil.so.55 > /usr/NX/lib/libavutil.so' worked like a charm.
@mrfabjr, try again, it was outdated.
Getting the following errors:
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://download.nomachine.com/download/6.1/Linux/nomachine_6.1.6_9_x86_64.tar.gz Aborting... ==> ERROR: Makepkg was unable to build nomachine.
Tried installing using:
pamac-manager
$ yaourt -S nomachine
I've done the following:
Updated system
Refreshed Databases
no luck.
Thanks
@meriops, fixed.
makepkg complains that the "conflict" entry contains illegal characters. This entry should be: conflicts=('nxmanager' 'nxwebplayer' 'nxserver' 'nxnode' 'nxclient') rather than the current:<br> conflicts=('nxmanager nxwebplayer nxserver nxnode nxclient')
Hi, is there a way to fix this problem permanently please? https://bbs.archlinux.org/viewtopic.php?pid=1727671#p1727671
Ahh cheers, missed that.
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