Linux (WSL) openSUSE-Tumbleweed is missing png and jpeg loaders #2037
Closed
ryan-de-boer
started this conversation in
General
Replies: 2 comments
|
For some reason I just rebooted and it was fixed! |
0 replies
|
Had the problem on another computer and I fixed it by: Install loaderssudo zypper install gdk-pixbuf-loader-rsvg Rebuild loader cachesudo gdk-pixbuf-query-loaders-64 --update-cache Verify loadersgdk-pixbuf-query-loaders-64 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I get errors when I try to save as png or jpg.
png and jpg are missing from the pixbuf directory:
wslryan@Ryan2023:/tmp/gdk-pixbuf-2.42.10> ls /usr/lib64/gdk-pixbuf-2.0/*/loaders
libopenraw_pixbuf.so libpixbufloader-gif.so libpixbufloader-jxl.so libpixbufloader-xbm.so
libpixbufloader-ani.so libpixbufloader-heif.so libpixbufloader-pnm.so libpixbufloader-xpm.so
libpixbufloader-avif.so libpixbufloader-icns.so libpixbufloader-qtif.so
libpixbufloader-bmp.so libpixbufloader-ico.so libpixbufloader-tga.so
It seems to work perfect until I save/load
All reactions