We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fb0216 + 2c1f1c1 commit 2c312c7Copy full SHA for 2c312c7
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
- fedora
33
- ubuntu-focal
34
- ubuntu-jammy
35
+ - ubuntu-noble
36
37
env:
38
CC: ${{ matrix.CC }}
.valgrind.suppressions
@@ -179,3 +179,18 @@
179
fun:notification_load_icon_with_scaling
180
...
181
}
182
+
183
+{
184
+ # Something new on Ubuntu Noble Numbat
185
+ rsvg_conditional_jump-ubuntu_focal
186
+ Memcheck:Cond
187
+ obj:/usr/lib/*/librsvg-2.so.2.50.0
188
+ ...
189
+ fun:rsvg_handle_new
190
+ obj:/usr/lib/*/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
191
+ obj:/usr/lib/*/libgdk_pixbuf-2.0.so.0.4200.10
192
+ fun:gdk_pixbuf_new_from_file
193
+ fun:notification_setup_raw_image
194
+ fun:notification_load_icon_with_scaling
195
196
+}
0 commit comments