nect
nect
> As someone who has no interest in seeing the action count, I'd still need the action_indicator Yes, I meant that we can do something like this: * `action_indicator` when...
could you add the result of test-valgrind please?
I see. I am not sure but this seems similar to a problem I have encountered (#1228)
I made a temporary fix #1269 which is merged on master. Could you try doing this on the master branch to see if it is resolved?
While I don't know why `FAIL test_pattern_match: rule_field_matches_string("asd", "") (test/rules.c:44) (0 ticks, 0.000 sec)` failed, for the others it was the same problem as me. basically the icon fails to...
> I think the code tries to check if the regex "" matches "asd". NetBSD's man page is quite clear that a regular expression needs to have at least one...
> Which icon is it trying to load? Which icon set is usually used to provide that? The code that loads the icon is ``` char *path = g_strconcat(base, "/data/icons/valid.svg",...
> With some printf debugging and guessing: The problem is that the file is an SVG. When I changed it to png, two of the tests started passing (the PNG...
@fwsmit how can we require librsvg? It is a runtime dependency of gdk-pixbuf. The tests and dunst won't load svg icons if it isn't present
does this still occur?