- Newest
- Most votes
- Most comments
The issue with the NICE DCV login window defocusing when typing passwords is likely related to window focus management between the DCV client and the underlying X server or display manager running on the Linux server.
You should check the display manager configuration on the Linux server to ensure it is handling focus management properly for remote sessions like DCV.
Trying an alternative display manager or disabling features like "Focus-Stealing Prevention" in the desktop environment or window manager might help. Additionally, using a different window manager or a lightweight one like Openbox or Fluxbox could potentially resolve the issue due to different focus management handling.
Updating the DCV client and server versions to the latest releases is also recommended, as focus management issues may have been resolved in newer versions. Another option is to disable client-side focus management in the DCV client by adding the DCV_DISABLE_CLIENT_FOCUS_MANAGEMENT=1 line to the dcv.env file on the client machine.
Relevant content
- asked 2 years ago
- asked 7 months ago
- asked 7 months ago
Seems like Focus-Stealing Prevention in Gnome was the culprit, setting this to false seems to have alleviated the issue for the time being