Raymo111 / i3lock-color

The world's most popular non-default computer lockscreen.
Other
1.08k stars 135 forks source link

Man page (and completions) not installed by `install-i3lock-color.sh` #299

Open Toerktumlare opened 4 months ago

Toerktumlare commented 4 months ago

This issue is a....

[ ] Bug
[x] Other kind of issue (Please describe in detail)

Current Behavior

cloned the repo built it using the install script. Ran the command man i3lock and i get the original i3lock man pages without any extra features.

Expected Behavior

I expected there to be some man pages including the new flags that you can set. The readme does not explain all the new flags that you can set, so i had to sort of interpret the i3lock.l file. I dont know how man pages work, but i could not see that it seems it doesnt install any, but i might be wrong.

Reproduction Instructions

clone the repo, cd into the folder, run ./install-i3lock-color.sh reload the terminal and then run man i3lock

Environment

Output of i3lock --version:

i3lock version:
i3lock: version 2.13.c.5-1-g46aa0b3 (2024-01-17) © 2010 Michael Stapelberg, © 2015 Cassandra Fox, © 2021 Raymond Li

Where'd you get i3lock-color from?

[ ] AUR package (which one?)
[x] Built from source yourself
[ ] Other (Please describe in detail)
Raymo111 commented 4 months ago

You can use man ./i3lock.1 to view the manpage in the repo root directory. The install script should ideally install the man page too, yes.