nx-libs icon indicating copy to clipboard operation
nx-libs copied to clipboard

Splash handling prevents nxclient signalling

Open uli42 opened this issue 5 years ago • 1 comments

The code in Splash.c also takes care of notifying nomachine's (old) nxclient by taking/releasing ownership of some special selections on the real X server. Unfortunately most of the code is skipped if not in x2go mode (where the selections are not needed) or in rootless mode. We need to separate that into a splash related part and a notification related part.

uli42 avatar Jan 18 '20 10:01 uli42

Well, that's not entirely true as nxagentShowSplashScreen() is only called if in non-rootless mode on startup. Hmm, this needs more investigation.

uli42 avatar Jan 18 '20 15:01 uli42