Open vbgl opened 9 years ago
Running laby installed from sources yields:
laby
[fatal error] cannot find resource "tiles/ant-w.png"
The corresponding .svg file is found however (according to laby --debug), but gdk cannot load it:
.svg
laby --debug
GdkPixbufError: Couldn't recognize the image file format for file '/[…]/tiles/ant-w.svg'
Thanks!
Running
laby
installed from sources yields:The corresponding
.svg
file is found however (according tolaby --debug
), but gdk cannot load it:Thanks!