Evangelos "GeopJr" Paterakis
Evangelos "GeopJr" Paterakis
[Request]: Use dim-label style class in TubaWidgetsNotification when a notification has been visited
The markers only show the *end*, not individual notifications. What this request is about is when clicking on a notification, it should become dimmed, not everything up to this notification,...
Thanks! I have a few questions: - Is there any way to run the tests? If it's troublesome, it's okay to skip them! - Is the way it's packaged 'good...
Bundling the dependencies is *very* messy... See on windows https://github.com/GeopJr/Tuba/blob/main/Makefile#L46-L57, we go through every single linked dep and straight up copy them and their dependencies to the folder > There...
> How exactly should they be structured then? > Not in my testing My bad, I thought we were still following the original structure (/whatever meson outputted), where the dependencies...
Okay so, I did more research and what I'd like would be to follow the windows pattern of using a Makefile (can be done after we figure out all the...
You need to prefix it with another `$` so it becomes `$$(brew ...)` (one `$` is for substitution of its own variables (that's why `$(PREFIX)` works), while `$$` will escape...
Thanks for all your work on it! :bow: > A little bit hard to test on my Mac though since I have other stuff that still needs a lot of...
Won't start, this is all I got from console: [dev.geopjr.Tuba-2024-05-28-192436.ips.txt](https://github.com/user-attachments/files/15516136/dev.geopjr.Tuba-2024-05-28-192436.ips.txt) I don't know how to read it but my guess is that the paths aren't updated and instead point at...
I think I found the culprit, CI builds are arm64, my qemu vm is x86-64 Could you send me a build from your machine, if it's x86-64? Else I'll re-install...
Sounds good! I'm okay with either separate builds or a universal one!