You are not logged in.
I updated to the latest librsvg (librsvg 2.36.1-1) and now my program aborts with an "Operation not supported" error. Reverting to 2.34.2-3 solves the problem.
I know I am using a deprected function (rsvg_pixbuf_from_file_at_size via vala code) but even using rsvg_handle_new_from_file, the first step in the recommended substitute triggers the error. Any hint what is happening?
Last edited by davvil (2012-04-29 11:24:35)
Offline
The problem was in my code, the path to the image to load was false. The fact that the message is "Operation not supported" instead of "File not found" is a bit baffling, though...
Offline