itsfoss / compress-pdf

A simple tool that allows you to compress PDF files
Other
72 stars 9 forks source link

"error loading python lib" & better handling of file names #13

Closed andanotherusername closed 4 years ago

andanotherusername commented 4 years ago

The AppImage fails to start with the following error:

[14775] Error loading Python lib '/tmp/_MEIMpqDRQ/libpython3.7m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIMpqDRQ/libpython3.7m.so.1.0)

Also, if you name the file with quote pairs, it'll fail to address the file. If I find any other issues, I'll append them here.