Thanks guys. It's really helpful. I think I can figure it out now.
On Sun, Apr 14, 2019 at 4:15 PM opal hart wrote:
>
> > I don't know if I am allowed to reply to this email
>
> I don't see why you wouldn't be allowed.
>
> > The executable, slock, needs suid of root to be run. That's why I
> > ca
> I don't know if I am allowed to reply to this email
I don't see why you wouldn't be allowed.
> The executable, slock, needs suid of root to be run. That's why I
> can't just put a `sudo` before `./slock` and run the program. If I do,
> then I get "Make sure to suid or sgid slock." So, I change
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
On Sun, Apr 14, 2019 at 03:24:34AM +0300, Ivan "Rambius" Ivanov wrote:
> Hello,
>
> The st terminal has -e option that executes a specific command instead
> of the shell. However, st closes immediately after the command has
> completed. Is it possible to hold the st's window after the command
> has
Hi,
I don't know if I am allowed to reply to this email, but I thought I
should make things clear if that would make the problem more suitable
for you guys to understand.
The executable, slock, needs suid of root to be run. That's why I
can't just put a `sudo` before `./slock` and run the program