Still not working. Help?
Got tired of waiting. So, I created my own script that works.
Create file: 'textspeech.sh'. Right-click run as program.
Code:
#!/bin/bashwhile :doTextSpeech=$(zenity --entry --text='Text to Speech')#echo "$?"#click cancel or closeif [[ "$?" == '1' ]] || [[ "$TextSpeech" == '' ]]; thenexit fiespeak -v en-us "$TextSpeech"doneStatistics: Posted by torran_serra — 2026-02-12 01:28