When running in virtual desktop mode with NX 3.5.0, the application window may not fit the NX window size
Single applications can be run in floating window mode:
https://www.nomachine.com/AR10B00026
or in virtual desktop mode.
In this case, if you are still using NX Client 3.5.0 and the application window doesn't match the desktop size, you can:
- Check if the application accepts any parameter to set the window size.
- Specify such parameter in the NX Client GUI: General -> Desktop -> Custom - Settings -> Run the following command field.
For example, if you want to run konsole with size 800x600 you need to issue the following command:
konsole -geometry 800x600+0+0
