Closed LalOpen closed 1 month ago
Hi. Thank you for reporting.
I tested latest Speech Note on Debian 12.7+GNOME+Wayland and didn't have this problem, so it is something related to the specific configuration in your system. It smells like strictly Flatpak related problem.
Sorry for the question, but have you updated all installed Fatpak packages? You can do this with the flatpak update
command.
It looks that the program tries to start in X11 mode instead of Wayland. You could force QT Wayland by setting QT_QPA_PLATFORM variable in the Flatpak sandbox. You can do it like this:
flatpak run --env=QT_QPA_PLATFORM=wayland net.mkiol.SpeechNote --verbose
or
flatpak run --env=QT_QPA_PLATFORM=wayland-egl net.mkiol.SpeechNote --verbose
Did this help?
Thank you very much for your answer! I did have all Flatpak packages up to date.
But I've just tried your first command and Speech Note was finally able to launch. So that's great, I'm now able to convert some audio notes for my studies into text ^^ (didn't want to use some weird proprietary-freemium websites !)
Heyy! I installed Speech Note through Flathub, but the flatpak app won't launch.
This is the output of the following command :
Distro : Debian 12.7 Kernel : 6.1.0-25-amd64 DE : GNOME 43.9 CPU : 11th Gen Intel i7-1185G7 (8) @ 4.800GHz GPU : Intel TigerLake-LP GT2 [Iris Xe Graphics] on Wayland
I do have qt apps that runs perfectly well.
Is it an issue related to the app or to my configuration? If it is that second option, could you give me pieces of advice to make Speech Note work on my computer?