Re: [dev] [slock] Need help working on the project

2019-04-14 Thread David Phillips
On Sat, Apr 13, 2019 at 07:57:23PM +0600, Enan Ajmain wrote: > Hi, > > I wanted to try and add a background image to the slock utility. I > have not worked on a project which needs "sudo" privilege. And now I > can't figure out how to work on this. For now, I am doing the > following. > > ``` > m

[dev] [slock] Need help working on the project

2019-04-13 Thread Enan Ajmain
Hi, I wanted to try and add a background image to the slock utility. I have not worked on a project which needs "sudo" privilege. And now I can't figure out how to work on this. For now, I am doing the following. ``` make sudo chown root:root ./slock sudo chmod u+s ./slock ./slock ``` I am sure