Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspbian #11

Open
malkos12 opened this issue Jan 28, 2018 · 7 comments
Open

Raspbian #11

malkos12 opened this issue Jan 28, 2018 · 7 comments

Comments

@malkos12
Copy link

malkos12 commented Jan 28, 2018

Is there the way to install the gluqlo on Raspbian?

@malkos12 malkos12 changed the title Rasbian Raspbian Jan 28, 2018
@hoangphan
Copy link

@malkos12 : as the author said in the readme: you can clone the code and build it from beginning (make & sudo make install).
the default raspbian doesn't contain some library for compilation (e.g. sdl, x11), then you just need to pull the respective library and complete the build.

below is from mine ;)
img_1486

@malkos12
Copy link
Author

Can you give more details how to start? I'm beginner in Linux.

If I good understand, I need copy C code to new file and try to comply. If any library is measing, I must install and compile again.
Am I right?

@mindcont
Copy link

mindcont commented Jun 20, 2018

hi @malkos12 ,I also encountered this problem

# my pi version is Raspbian stretch
sudo apt-get install git gcc g++
sudo apt-get install build-essential libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libx11-dev
cd ~
git clone https://github.com/alexanderk23/gluqlo.git
cd gluqlo
make
sudo make install

now use ./gluplo , you will get this like me

image

Don’t see it listed? Run:

gedit ~/.xscreensaver

Add the following line to the programs: section

gluqlo -root \n\

Save the file.

Reopen Screensaver and you should now be able to select the Gluqlo screensaver within the app.

Don’t forget to add XScreenSaver to your start-up applications to ensure that it launches after each and every reboot.

hope this can help, for more read gluqlo-flipqlo-screensaver-ubuntu 🍻🍻🍻

@kolnogorov
Copy link

Is it possible to make a Kodi screensaver plugin from this? ;)

@mikeptg
Copy link

mikeptg commented Sep 17, 2022

Hey .. I tried to install also on a raspberry.. every went well but under screensaver I see the entry but it always give the message.. screensaver not installed .. any idea ? Thx all

@orontee
Copy link

orontee commented Sep 20, 2022

@mikeptg Try to move the executable to /usr/libexec/xscreensaver:

sudo mv /usr/lib/xscreensaver/gluqlo /usr/libexec/xscreensaver/

@mikeptg
Copy link

mikeptg commented Sep 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants