After running of app in his tools missing icons, what which makes it difficult to it use.
Pencil2D Version:
0.6.1.1
Operating System:

@petr-akhlamov Thank you for the report. I don't have a linux box handy, but i'll try to test this when I can in order to help the developers.
Have you tried this with a different distro using a LIVE CD? does the APPIMAGE behave the same on a different distro?
@scribblemaniac could you please have a look at this issue?
The missing icons occurred in #916 as lack of qt svg plugin, and I remember we had a very similar issue when releasing v0.6.
Yes, that change was missing from my build script, thanks @chchwy . Unfortunately when I incorporated the changes, it fails because iconengines/libqsvgicon.so doesn't exist. Anyone have an idea why this is happening?
EDIT: I think I've found the issue, I'm probably using an older version of linuxdeployqt. Unfortunately to update I have to build it from source with a bunch of hacks, so it will take a little while. I will post here again when I get it updated and working.
It took longer than expected because I decided to switch to Lubuntu. The good news is that this issue should be fixed now, and thanks to the upgrade high-dpi support is now working as well.
@petr-akhlamov This issue should be fixed now. If you are still interested in using Pencil2d, you can download the fixed AppImage directly from this link: https://github.com/pencil2d/pencil/releases/download/v0.6.1.1/pencil2d-linux-i386-0.6.1.1.AppImage
Most helpful comment
Yes, that change was missing from my build script, thanks @chchwy . Unfortunately when I incorporated the changes, it fails because
iconengines/libqsvgicon.sodoesn't exist. Anyone have an idea why this is happening?EDIT: I think I've found the issue, I'm probably using an older version of linuxdeployqt. Unfortunately to update I have to build it from source with a bunch of hacks, so it will take a little while. I will post here again when I get it updated and working.