> mm@tjener:~$ cd /usr/games > mm@tjener:/usr/games$ ./gcompris > > The application starts now. > > Again, this issue occurs on xrdp only (not 100% sure though).
It means that /usr/games is not in $PATH. I will check on my xrdp server
later.
In the meantime, you can add something like
export PATH=$PATH:/usr/games
to a file in /etc/profile.d
-nik

