Robin Candau
Robin Candau
Hi, I'm the maintainer of the clipboard AUR packages. Since v0.2.1 came out, there's now 4 different prebuilt binaries (no GUI, X11, Wayland and X11+Wayland) and I'm wondering which one...
> X11+Wayland works for both, but because that build is linked against the X11 and Wayland libraries, if the user doesn't have both libraries installed, then the X11+Wayland version won't...
> Unfortunately, this can't be handled by the program/binary, because the library requirement happens before any code runs. So even if there was logic to handle this, it could never...
> Could we remove the hard requirement for `libx11` and `libwayland` from the ELF header and try to load them at runtime with [`dlopen`](https://man7.org/linux/man-pages/man3/dlopen.3.html)? If they fail, we assume that...
Would that change anything from a [manual installation](https://github.com/Slackadays/Clipboard#clone-configure-compile-and-install-manually) point of view? If so, that's not a problem. It's just to know if have to adapt the PKGBUILD accordingly.
@Davipb Nice! Thanks a lot. I updated the packages accordingly, making `libx11` and `wayland` optional dependencies. ~~One last thing though. I noticed that the building logs still report lines related...
@Shadow27374 I think you actually have to re-generate the password once again. From what I can tell, since `v3.4.0`, glances uses a different stronger encryption algorithm for passwords (you can...
From my understanding, this issue is outdated and can be closed right?
Hi @loqs, Is this issue still relevant? I'm not sure to understand how it applies to the `contrib` repo?
Ah thanks! I missed this one for some reason ^^