KmolYuan / Pyslvs-UI

An open source planar linkage mechanism simulation and mechanical synthesis system.
https://pyslvs-ui.readthedocs.io
GNU Affero General Public License v3.0
194 stars 37 forks source link

Can't run AppImage on MX Linux (based on Debian) #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Its look like latest AppImage require some addotional dependency

$ ./pyslvs-0.9-beta.3.glibc2.17-x86_64.AppImage
zenity, kdialog, Xdialog missing. ...

Is it possible bundle those dependency into AppImage or fully remove those dependency?

OS: MX-17 (x86_64)

KmolYuan commented 6 years ago

This dependency is used to create the dialog of AppImage, unless to write a own one.

https://github.com/AppImage/AppImageKit/issues/340