jirutka / swaylockd

A dumb launcher to spawn swaylock and ensure it runs no matter what

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About swaylock executable location

ivanottantuno opened this issue · comments

Hi,
I've compiled your program on debian 11 bullseye but as you know swaylock is removed.
I have to modify the swaylock executable location from /usr/bin/swaylock to /usr/local/bin/swaylock in swaylockd.c and in Makefile because I compiled swaylock from the git repo sources and I have installed it here.
So what I suggest you is to put a control of the location of the executable of swaylock instead of the absolute location.
Best regards

It is configurable on build time – look at SWAYLOCK_PATH in Makefile.

I assume that you have used the prebuilt binary, right?

Yes it's my fault, sorry.
No, I compile from source.