Hello,
We have a NX server hosting a Suse.
Windows 7 users are using the client to get connected to the virtual machine.
Sometimes a user is already connected, and the new user is stealing the session.
To avoid this, and to get informations about who was connected when, I would like to know if it is possible to start a script when the user get connected. Under linux, there is something like
/etc/profile or /etc/profile.d
or for user specific ;
/home/$USER/.profile
But does this works for an already opened session ?
Kind regards