Hello,
Ok, I found a (not totally satisfying) workaround :
In /etc/xdg/autostart/ directory, I create a file veyon.desktop with :
[Desktop Entry]
Encoding=UTF-8
Name=veyon
Comment=Lancer veyon
Exec=veyon-server
Terminal=false
Type=Application
in it. It is then able to launch the veyon server without problem, I am then able to see and control the machine when a LDAP user is logged in. It is not totally satisfying as as it is launched by the user itself, it can also be killed by them. Beside the fact that they don't nowadays know that they can kill the server and how they can kill it, I am sure that my pupils will one day know it. So I'd like to make them unable to stop the server.
Preceding the command by sudo (using the line "Exec=sudo veyon-server" instead of the one in the file) and making the users being able to sudo it in sudoers file does not work because the superuser cannot launch apps that deals with X11 session (surely I don't know how) ... Is there a way to launch veyon-server by root without problem ? I suppose that it is the veyon-service's job (but not working in my case).
Thanks