Questions tagged [nomachine-nx]

NoMachine NX is a remote access, hosted virtual desktop application.

NoMachine NX is an enterprise-class solution for secure remote access, hosted virtual desktop deployment, and application delivery built around the self-designed and self-developed NX suite of components.

Thanks to its outstanding compression, session resilience and resource management and its integration with the powerful audio, printing and resource sharing capabilities of the Unix world, NX makes it possible to run any graphical application on any OS across any network. Via NX, accessing remote desktops, servers and applications, whatever their location, is just as fast, easy and secure as if you were sitting in front of them.

Together with easy-to-use management, deployment, and monitoring tools, NoMachine makes it possible to transform any traditional desktop computing environment into a centrally managed, globally accessible, virtual desktop infrastructure.

243 questions
1
vote
1 answer

xplat You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable

Im trying to generate a new app using xplat I am using node version 11.15 I try to do the following npx create-xplat-workspace myworkspace I generates everything til it prompts ? Would you like to generate xplat supporting architecture now? You can…
numerical25
  • 10,524
  • 36
  • 130
  • 209
1
vote
3 answers

How to work remotely under X/vim?

I've been long fan of NX nomachine for remote desktop, which worked just fine until some time ago. Recently I have all the time problems with ALT and CAPSLOCK synchronization, and since I am programming under remote X with vim it starts to drive me…
name
  • 5,095
  • 5
  • 27
  • 36
1
vote
2 answers

disable open ssh dialog for password during ssh session

Hi I am using NXclient (UNix/KDE) . I am running a python script where it is trying to create ssh session to another server and perform some automation task. Basically I am storing a password in variable and when SSH session asks for password I…
Ashish Kumar
  • 126
  • 11
1
vote
1 answer

X11 screencasting multicasting solution

I need to multicast an x11 application window to multiple (sai 100) clients in a lossy (wireless) environment. Right now, I was able to do it through screen grabbing (vlc) and h264 compression, but there should be a cleaner solution, something along…
Metiu
  • 1,677
  • 2
  • 16
  • 24
1
vote
1 answer

NoMachine 3.5 Client Can't Connect to 4.0 Server?

I read that 3.5 client should be able to connect to 4.0 server. However, when I tried to connect, I got this log: NX> 203 NXSSH running with pid: 4468 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 285 Setting…
Hei
  • 1,844
  • 3
  • 21
  • 35
1
vote
0 answers

nxwebplayer fails under nxserver4 linux

At start of a nxwebplayer session (nxserver4, under debian), the connection to display:0 fails (X server): nxagentShadowInit: ERROR! Cannot shadow the display. PseudoColor visual class is not supported. Only TrueColor visuals are supported. I…
0
votes
2 answers

NoMachine NX 'p' key not working for Macbook Pro vs Fedora

My 'p' key is dead within a NX session. I'm on a Macbook Pro with Snow Leopard (10.6.8) and I'm NX'ing into a Fedora instance. I NX into other machines and don't have the same problem. I've read plenty on dead keys and odd mappings but nothing…
adbs1
  • 17
  • 4
0
votes
0 answers

NX Monorepo not updating libraries with `nx-migrate`

I have created sample nx-monorepo for angular using v12. The original application is a polyrepo with angular cli using old version of lerna, so I am trying to upgrade it to 16 and want to go forward with nx. Here is the structure. Root |-- apps | …
Mitesh
  • 71
  • 12
0
votes
0 answers

Nx angular library and storybook not working

I've just done the steps to install storybook on an angular project using nx, but when i run the storybook I get this message: **Cannot read properties of undefined (reading 'selector') ** Althought the storybook web runs well, there is no way to…
dvlt
  • 41
  • 1
  • 3
0
votes
0 answers

Shared module is not available for eager consumption Angular 16

I am using nx and module federation webpack plugin. I had upgrade angular from version 13 to 16 then I recive error Shared module is not available for eager consumption I try a lot of configurations of module-federation.config.js Current config is …
Walter White
  • 976
  • 4
  • 12
  • 29
0
votes
0 answers

nx build app-name error with Yarn and Yarn 3 (expo)

EAS build gives error The nearest package directory (/home/expo/workingdir/build/apps/my-app) doesn't seem to be part of the project declared in /home/expo/workingdir/build. Solution At first make sure to…
0
votes
0 answers

Nx monorepo with react host and mixed angular and react microfontends (MFE) using module federation

We have an Nx mono repo with a react host app. Not all teams work in this repository, especially some using angular. I've seen StackOverflow Q/A and other articles on importing angular micro-frontends (MFEs) into react host apps, so it should work.…
0
votes
0 answers

Nx microfrontends module federation outpuPath is missing

I have migrated nx workspace to the latest version. Now the angular version is 16. Below is project.json. When I run npm run build status is success but then when I proceed with npm run start I receive error. Maybe configuration is wrong for current…
0
votes
0 answers

Module import errors in ESLint from NX

I am configuring a monorepo with Angular and other tools using NX. I have managed to run the applications correctly and now I am trying to get the Linter working. This is the configuration of the eslintrc.json of Angular { "extends": [ …
0
votes
0 answers

How can I use only one node server for Angular SSR in NX Angular

I have an NX Angular monorepo with almost 40 applications. I want to use Angular SSR for the apps, but based on the standard implementation, this means I would have to run and maintain 40 node servers on the server - one for each app. Is it good…