kuravih / gllock

not so simple opengl based X display locker utility
Other
197 stars 9 forks source link

gllock locks and immediatly unlocks #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

well... that's really it... it just prints out info, locks, and immediatly unlocks

mytalala commented 5 years ago

@sirtomato999 , try to copy /root/.gllock directory to your home but this will allow call 'gllock' from terminal dmenu or i3 exec still unlocks immediatly

tiagoapmartins commented 5 years ago

I have the same problem. Just did what @mytalala said, but it did nothing even on the terminal.

Edit: Ok it works now, I changed the line 7 of the file config.mk from "SHADER_LOCATION = $(HOME)/.gllock" to "SHADER_LOCATION = /home/my_username/.gllock"

mytalala commented 5 years ago

sudo make clean install sudo not surprising, that shaders moved to '/root'

ghost commented 5 years ago

ok thanks