Maximilian Seidler
Maximilian Seidler
> I would also be interested in simple GIF or MP4 support. Is this the right issue to support or should we create a dedicated one? I would say make...
This exact problem description has been mentioned a view times. This is a Hyprland issue. Tracked in https://github.com/hyprwm/Hyprland/issues/8186
Ok wait I am not 100% sure if it the same issue, since you mentioned that it only affects suspend? Let us know if you also experience it outside of...
Ups, unrelated to the pr. @tms-meister let me know if this is still an issue.
If anyone has a reliable way of reproducing it, let me know. I did encounter it before, but only sometimes and then I can't reproduce it. Simply suspending and then...
You are missing libOpenGL.so and you even try to patch it to use libGL.so. Why doesn't alpine package libglvnd?
> use-legacy-libgl.patch I just saw that one. And your cmake log shows `-- Found OpenGL: /usr/lib/libGL.so`. > but opengl library selection should definitely not be required to use libglvnd lol....
@andar1an This patch makes it build fine after adding `linux-pam-dev` to your APKBUILD ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index c2dfd6c..5fa29d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ message(STATUS...
> Why would you include a patch at your end instead of just updating cmakelists? Obviously that is what i mean with include the patch in hyprlock.
> except aquamarine This comes from aquamarine basically. > This patch will likely work for hyprpaper Idk hyprpaper does not include a `find_package(OpenGL ...)` line at all