Hello
On Fedora 43 with Wayland, I installed nomachine v9.2.18 using :
sudo rpm -i --nosignature --nodigest --nofiledigest nomachine_9.2.18_3_x86_64.rpm
Then I removed it with
sudo rpm -e nomachine_9.2.18_3_x86_64.rpm
But now in terminal at every command I’m spammed with:
ERROR: ld.so: object '/usr/NX/lib/libnxegl.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored
According to this KB it’s supposed to be fixed : https://kb.nomachine.com/TR10U11023
But it’s not. Now, how to get rid of this message? indeed there is an environment variable :
LD_PRELOAD=/usr/NX/lib/libnxegl.so
But where is this variable set?