Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Graphical Environments & Desktops • Re: trixie 13 - gnome - kmouth has no sound

$
0
0

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"done

Statistics: Posted by torran_serra — 2026-02-12 01:28



Viewing all articles
Browse latest Browse all 4056

Trending Articles