mkiol

Results 520 comments of mkiol

> its working on GPU acceleration using Vulkan! Its wonderful I'm super glad it works! > Can I uninstall the AMD addon flatpak if I use Vulkan ? The addon...

Hi. Thanks for the report. Could you try start the app like this: ``` $ flatpak run --command=sh net.mkiol.SpeechNote [📦 net.mkiol.SpeechNote ~]$ dsnote --verbose ``` Interesting are a few last...

> I'm unable to run gdb on NixOS. It doesn't seem to be configured on my current system. Sorry, my mistake - please add also `--devel` option. The debugger is...

Hi. Thanks for the report. Could you please start the app from terminal with `--verbose` option? ``` flatpak run net.mkiol.SpeechNote --verbose ``` What is the output?

@klausbu Thanks for reporting. Could you please start the app from the terminal with `--verbose` option to see more detailed logs? ``` flatpak run net.mkiol.SpeechNote --verbose ``` There is also...

@mpiko Hi. The output is somehow corrupted or unreadable - I don't know why. Would you be able to reinstall Speech Note and repeat the test starting the app from...

It looks like you can't even uninstall the app. It seems like the problem is not directly related to Speech Note, but rather something is broken in Flatpak itself. Not...

Closing. I assume the workaround with `--env=QT_QPA_PLATFORM=wayland` works as expected. It seems that the problem is not related to the Speech Note app itself.

Hi. Thanks for the report. Did you try to just set key shortcut to "Calculator", "Home Page" or "Launch Mail"? Speech Note uses Qt abstractions to handle these key events....

I think I found where is the problem. So, there are actually two steps of "translations": 1. from text you provide in the widget to Qt key code (done in...