Re: [dev] [slock] Slock left a file in /etc/pam.d after uninstall

2019-12-21 Thread Enan Ajmain
Hi, Jochen, On Sat, Dec 21, 2019 at 3:20 AM Jochen Sprickerhof wrote: > > Hi Enan, > > * Enan Ajmain <3nan.ajm...@gmail.com> [2019-12-19 09:38]: > >I installed slock manually. But I might have installed from Ubuntu > >repo in the past to check it out. So, you might be right. > > sudo apt purge su

Re: [dev] [sbase] wc output formatting

2019-12-21 Thread Michael Forney
On 2019-11-03, Silvan Jegen wrote: > I assume it's the leading whitespace that was the problem since here[0] > the output format is given as > > "%d %d %d %s\n", , , , > > > Considering this and that [0] doesn't mention anything about alignment, > just having "%zu %zu %zu %s\n" as before seems li

[dev] [sbase] chmod -R and symbolic links

2019-12-21 Thread Michael Forney
Hi, I'm looking into improving chmod(1) behavior with symbolic links. First, some background: - The mode of symbolic links is not used anywhere, and on linux, fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW) on a symlink returns EOPNOTSUPP. - POSIX only specifies the -R option, and doesn't say

[dev] [st] cursor style not actually reset through Se extension

2019-12-21 Thread Wilson M. S. Moncayo
The tmux terminfo extensions Ss and Se are respectively used to switch and reset the cursor style, and were finally made to work in st in commit 8386642, wherein the string "\E[2 q" is used to reset the cursor style. I don't have a lot of experience with terminfo and escape sequences, but from wha