Skip to content

Avoid deprecated librsvg functions

This MR removes some deprecated librsvg function calls from gsm_color_button#fill_image_buffer_from_resource.
It also removes gtk_widget_show and gtk_widget_hide calls from gsm_color_button.c

This does mean the System Monitor requires a significantly newer librsvg version.
librsvg 2.46 was released at the end of 2019, which should be fine imo, considering that the System Monitor already uses significantly newer GNOME library versions.
However if this is considered to new atm, feel free to close this 😄

Merge request reports