Jyothish Kumar M S
Jyothish Kumar M S
I was thinking of the same, but with a circle around it to make it look more pronounced.
@Freemason-12 See if you have `pam.pc` in `/usr/lib/pkgconfig/`. Or see if `pkgconf --exists pam` exists with a non-zero error code (which would mean it doesn't). If `pam.pc` exists in the...
@Freemason-12 That, I don't know. I'm using 1.78 myself, so can't tell. But if you really need it on Almalinux, you could use Nix. Also, `ags` has a Nix flake,...
Yes, I use it. As for ags, you clone the repo, then run `meson setup build` and `meson install -C build`. For updating, you run `meson setup --reconfigure build` and...
@delacemane Oops my bad. `pam-devel` should be installed for that. I must've missed it while I got some bad editing. Edit: Nope, I just forgot to add it, will add...
Will Astal break on non-systemd distros?
This app cannot run on my distribution because it is built using Ubuntu, which uses glibc, while my distribution uses musl libc. I could change up the workflow file to...
Building with `-j1` captures the sequential flow well. The problem is with MuPDF. ``` [ 10%] Automatic MOC and UIC for target domain cd /home/jyothish/repos/Librum/build-Release/src/domain && /usr/bin/cmake -E cmake_autogen /home/jyothish/repos/Librum/build-Release/src/domain/CMakeFiles/domain_autogen.dir/AutogenInfo.json...
MuPDF itself would build well, independently.
Hello, I have not checked this again. I'll check it when I'm free.