gllock locks and immediatly unlocks
Opened this issue · 4 comments
Deleted user commented
well... that's really it...
it just prints out info, locks, and immediatly unlocks
mytalala commented
@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
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
sudo make clean install
sudo
not surprising, that shaders moved to '/root'
Deleted user commented
ok thanks