is there any chance of a linux-native version?
Dave,
Thank you for your feedback!
Waveme runs,
as is, on Linux via Wine
www.winehq.org.
I tested this on Fedora 24 and Ubuntu 16.04 LTS.
Installing Wine on those distros was absolutely painless for me. Please give it a try.
After spending quite a bit of time on a native Linux port, I concluded that it will not be practical.
Unlike Windows and MacOS, there is no "one" Linux binary, that I will need to create, but many,
with visible UI differences and behaviors (some of which are bugs...).
Linux distros differ by their version of the graphics library (GTK), and so does the wxPython GUI toolkit that I use,
and distros differ by their version of the C library (libc) -
creating too many binary combinations and bugs that need to be chased around.
In a sense, the Wine project has done that already, for many Linux distros and MacOS.
Thus, I realized Wine was the right way to go.