darealshinji

Results 154 comments of darealshinji

Some old school keyboard sounds would have been nice indeed. Update: Thanks for the hint with bucklespring, by the way. Opening and closing it together with cool-retro-term works like this:...

Any way to work around this issue? The window looks relatively simple, why not write it in Gtk in the first place? Leaving it to my distro to fix Qt...

Do you have a link to a bug report of this Qt issue? Maybe I could make a bug report in Ubuntu if there already isn't one.

Here's the bug report I opened: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1838891 By the way does anyone know a way to disable the gtk3 plugin through an environment variable or something? Preloading a fake gtk3...

Someone on Launchpad wrote it might have to do with AppImageLauncher being linked statically against zlib instead of using the system library: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1838891/comments/3 Sounds plausible to me. Can you link...

Not the best solution, but someone could try to write alternative GUIs in GTK+, FLTK or something similar for those who want them.

Maybe you could add typedefs for all `std::string` types: ``` C++ #ifdef WITH_UNICODE typedef std::wstring STRING; typedef std::wstring::npos STRING_NPOS; typedef std::wstring::size_type STRING_SIZE_TYPE; #else typedef std::string STRING; typedef std::string::npos STRING_NPOS; typedef...

Latest release is 1.4.3.9. There are 3 different builds available for Windows. Does this happen with all of them?

Sorry for not responding so long. I'm not the original author of this tool, I just somehow became the current maintainer. I'm afraid your issue is a bit beyond my...

Nice idea. But you don't have to rely on closed-source options. You can use ffmpeg (`ffmpeg -i in.m4a out.wav`) or Audacity to encode aac files into PCM wav.