alexanderk23 / gluqlo

Gluqlo: Fliqlo for Linux
alexanderk.ru/gluqlo
ISC License
288 stars 50 forks source link

GLUqlo was not showing in ScreenSaver - Ubuntu 22.04 /usr/lib/xscreensaver -> /usr/libexec/xscreensaver #23

Open henriquelssantiago opened 1 year ago

henriquelssantiago commented 1 year ago

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.