-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nomachine-client: init at 6.3.6_1 #49352
Conversation
@c0bw3b Thanks for the review! I have addressed all your comments. I also discovered that nxplayer and nxclient have to be wrapped and have access to some additional files; they were working for me only because the path to my development folder was cached in nomachine's settings. |
Maybe I should have been more clear about this in my last comment: all known issues, except the ones stated in the commit, are now fixed. I've installed it on a second machine with no previous nomachine traces and it works fine there. |
@talyz no problem. It's good to know it's been tested on more than one machine. |
Packages mainly the nxplayer part of the client, since the tray doesn't work very well without the server / a complete installation. Use the shipped libs, since nxplayer really doesn't like any others. I believe they use internally modified versions of many libs. Audio doesn't work: the libasound.so shipped looks for the alsa config files in the wrong place, and even if it finds them, it still doesn't work. Using the one from alsaLib doesn't work either and adds instability.
Thank you for this. Video, mouse and keyboard work fine for me. Sound does not, I reported #52507. |
Hi! Yes, you're correct - if you look at the original comment, I left a description of this issue there. I would like to get sound working, but it wasn't a deal-breaker for me: better to have something than nothing at all ;) |
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.
Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.
Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)