I was trying to use gluqlo, but gluqlo was not showing up at XScreenSaver...
Reading Makefile i saw that the destination to gluqlo file was to /usr/lib/xscreensaver, but there was no other xscreensaver file in that directory, but there was in /usr/libexec/xscreensaver.
I did:
make uninstall
edit in Makefile /usr/lib/xscreensaver to /usr/libexec/xscreensaver
ran make install
and GLUqlo showed up in XScreenSaver.
I just don't know if it is a Ubuntu 22.04 particularity, but i had this problem and solved this way.
I was trying to use
gluqlo
, but gluqlo was not showing up atXScreenSaver
...Reading
Makefile
i saw that the destination to gluqlo file was to/usr/lib/xscreensaver
, but there was no other xscreensaver file in that directory, but there was in/usr/libexec/xscreensaver
.I did:
and GLUqlo showed up in XScreenSaver.
I just don't know if it is a Ubuntu 22.04 particularity, but i had this problem and solved this way.