Closed RustyRaptor closed 5 years ago
I can confirm this.
This is Tkinter being a completely broken and outdated library. This is already fixed with the next GTK release I will commit soon!
Oh we already have a GTK release coming? Nice.
Conversion to D completed, I noticed that the prerequisites of a D compiled binary are nearly the same and very few of an AppImage, so I think now I can fix it soon
@probonopd AppImage with D compiled and GTK uploaded
https://github.com/yatima1460/Drill/releases/download/1.0.0rc2/Drill-x64.AppImage
These are the requirements for the Drill-GTK binary from the D compiler:
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [librt.so.1]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
And these from the AppImage I created after adding just libgcc1 as requirement;
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
I hope it works
@probonopd I have confirmation it works on Ubuntu 18.04 and Fedora 30
Duplicate of #11
Linux distro Kubuntu 18.04
Runtime type Appimage
Describe the bug
To Reproduce Steps to reproduce the behavior: Launch appimage from terminal
Expected behavior To not throw a dependency issue
Screenshots No
Other notes I have the latest version of TCL from the repos installed.