<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace">Hi Gustav,</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">It seems you have some Qt 4 qmake instead of Qt 5 qmake just like this:<br></div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace"><a href="https://forum.qt.io/topic/34792/solved-unable-to-build-examples-app-on-mac-os-x-mavericks-qt-5-1-1/3">https://forum.qt.io/topic/34792/solved-unable-to-build-examples-app-on-mac-os-x-mavericks-qt-5-1-1/3</a></div></div><div><br></div><div><div style="font-family:monospace" class="gmail_default">I'm not sure how opensuse packages qmake, but you likely need Qt5 headers and libraries from some package. From reading this <a href="https://forums.opensuse.org/showthread.php/492450-Installed-Qt5-Creator-Qt5-Qmake-missing">https://forums.opensuse.org/showthread.php/492450-Installed-Qt5-Creator-Qt5-Qmake-missing</a> you probably want 
libqt5-qtbase-devel  which will pull in the right thing.</div><div style="font-family:monospace" class="gmail_default"><br></div><div style="font-family:monospace" class="gmail_default">BR,</div><div style="font-family:monospace" class="gmail_default">Jeremy</div><div style="font-family:monospace" class="gmail_default"><br></div><div style="font-family:monospace" class="gmail_default">P.S. Downloading opensuse 15.2 iso now to try to recreate in a vm here also.</div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 25, 2021 at 12:56 PM Gustav Degreef <<a href="mailto:gustav97@gmail.com">gustav97@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jeremy,<br>
<br>
No luck.  I downloaded the zip file to a directory in my home folder.  <br>
Unpacked it and ran the commands.  Here is the result:<br>
<br>
user:~/.qtspeech/hello_speak> qmake<br>
/home/user/.qtspeech/hello_speak/<a href="http://hello_speak.pro:4" rel="noreferrer" target="_blank">hello_speak.pro:4</a>: Unknown test <br>
function: qtHaveModule<br>
/home/user/.qtspeech/hello_speak/<a href="http://hello_speak.pro:5" rel="noreferrer" target="_blank">hello_speak.pro:5</a>: Unknown test <br>
function: qtHaveModule<br>
Project MESSAGE: Warning: unknown QT: texttospeech<br>
user:~/.qtspeech/hello_speak> make<br>
Some of the required modules (qtHaveModule(gui)) are not available.<br>
Skipped.<br>
user:~/.qtspeech/hello_speak> hello_speak<br>
If 'hello_speak' is not a typo you can use command-not-found to lookup <br>
the package that contains it, like this:<br>
     cnf hello_speak<br>
<br>
I'm running Plasma  5.18.6,  Frameworks 5.71.0, Qt 5.12.7 and kernel  <br>
5.3.18-lp152.95-preempt.  All the sofware is from the stock installation <br>
and upgrades of opensuse 15.2.    Any suggestions?   Thanks, Gustav<br>
<br>
On 10/25/21 5:01 PM, Jeremy Whi<br>
> Gustav,<br>
><br>
> Yeah, it's a bit weird since the example code is in git next to the <br>
> QTextToSpeech sources. I've included a zip file of the version from Qt <br>
> 5.15.2. You should be able to build it with:<br>
><br>
> cd hello_speak<br>
> qmake<br>
> make<br>
><br>
> then run hello_speak to see the gui and try QTextToSpeech directly. <br>
> Since we've ruled out speech-dispatcher layer it's likely one of the <br>
> following:<br>
><br>
> 1. QtTextToSpeech is somehow sending the text to both of it's plugins <br>
> (there are 2 plugins for it on linux, flite, and speech-dispatcher, <br>
> it's only supposed to use one of them, but maybe some settings on your <br>
> device have it sending to both?)<br>
> 2. QtTextToSpeech speech-dispatcher plugin is sending the text to <br>
> speech-dispatcher twice somehow.<br>
><br>
> In the example app's gui you can select which plugin it's using from <br>
> the "Engine" combo box. See if you get duplication when using flite <br>
> (if flite is an option, maybe it's not depending what your <br>
> distribution ships) and speech-dispatcher and Default.<br>
><br>
> Just curious which distribution are you using? Also which version of <br>
> it? Maybe I can recreate in a virtual machine here once I know those 2 <br>
> answers.<br>
><br>
> thanks,<br>
> Jeremy<br>
><br>
> On Mon, Oct 25, 2021 at 3:15 AM Gustav Degreef <<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <br>
> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>> wrote:<br>
><br>
>     Thanks Jeremy for the detailed explanation and suggestions.  I<br>
>     was only<br>
>     aware of some parts of the machanisms behind KDE tts.<br>
><br>
>     1) In my case, there is no  ~/.configure/speech-dispatcher<br>
>     directory.|Â<br>
>     In my /etc/speech-dispatcher/speechd.conf<br>
>     AddModule "espeak"  "sd-espeak"  "espeak.conf" is the only<br>
>     uncommented<br>
>     line in the relevant section.|<br>
>     2) the command  spd-say "Hello"  outputs only one normal<br>
>     sounding voice.<br>
>     3) I looked at<br>
>     <a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a><br>
>     <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a>><br>
>     <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a><br>
>     <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a>>> but can't<br>
>     figure out what program to use, what command to run or what code to<br>
>     download to compile.  I tried every variation of commands such<br>
>     as  "Qt<br>
>     text-to-speech example", "QtTextToSpeech example" and many others<br>
>     without success, it always returns cnf. I googled to see what I<br>
>     might be<br>
>     missing.  I looked in my setup software packages for relevant code<br>
>     without success.<br>
>     4.  The duplicate voices occur both with Okular and Kmouth.<br>
><br>
><br>
>     On 10/25/21 12:25 AM, Jeremy Whiting wrote:<br>
>     > Gustav,<br>
>     ><br>
>     > This sounds like a pretty tricky issue to find the cause of. Some<br>
>     > explanation of how it all fits together may help though. If you're<br>
>     > already aware of this just ignore it, but it may help find the<br>
>     cause.<br>
>     ><br>
>     > Speech-dispatcher itself is a daemon that has modules for various<br>
>     > synthesizers, espeak, festival, pico, etc. It is usually<br>
>     configured so<br>
>     > one synthesizer is the default, but many can be set up to use for<br>
>     > example if the default doesn't support the wanted language a<br>
>     fallback<br>
>     > synthesizer can be used.<br>
>     ><br>
>     > Qt Text-to-speech is a library that kmouth, okular, plasma, etc.<br>
>     use<br>
>     > to interact with speech-dispatcher on linux (and sapi on windows,<br>
>     > voiceover on mac, android tts on android, etc.)<br>
>     ><br>
>     > Firefox if I remember correctly talks directly to speech-dispatcher<br>
>     > using libspeechd so isn't going through Qt's text-to-speech library.<br>
>     ><br>
>     > Some things you could try to see if you can narrow it down:<br>
>     ><br>
>     > 1. Find out which synthesizer speech-dispatcher is configured to<br>
>     use<br>
>     > by default. If festival is not running it's likely espeak-ng.<br>
>     spd-conf<br>
>     > or sending along or checking yourself your<br>
>     > ~/.configure/speech-dispatcher/*.conf files should say which one is<br>
>     > default.<br>
>     > 2. If spd-say "Hello" from a command line sounds ok and doesn't<br>
>     > duplicate text then speech-dispatcher is not the problem.<br>
>     > 3. Run Qt text-to-speech example<br>
>     > <a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a><br>
>     <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a>><br>
>     > <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a><br>
>     <<a href="https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html</a>>> <-- may<br>
>     > need to build from source, unless your distribution happens to<br>
>     have a<br>
>     > package for it. If audio is duplicated when using that then the<br>
>     > problem is in Qt text-to-speech library itself.<br>
>     > 4. If the example sounds fine, then the problem is either in<br>
>     okular's<br>
>     > use of QTextToSpeech library (i.e. maybe it's trying to run 2 audio<br>
>     > jobs at the same time possibly?)<br>
>     ><br>
>     > Hope that helps narrow it down a bit.<br>
>     ><br>
>     > thanks,<br>
>     > Jeremy<br>
>     ><br>
>     > On Sat, Oct 23, 2021 at 6:49 AM Gustav Degreef<br>
>     <<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>><br>
>     > <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>>> wrote:<br>
>     ><br>
>     >  Â  Â Unfortunately Festival does not seem the culprit for the<br>
>     double<br>
>     >  Â  Â stream<br>
>     >  Â  Â in either Kmouth or Okular. When I run top (without<br>
>     Kmouth or Okular<br>
>     >  Â  Â running) festival is not running in either case.  When<br>
>     I try to<br>
>     >  Â  Â read a<br>
>     >  Â  Â pdf with Okular or when trying to speak out text with<br>
>     Kmouth, top<br>
>     >  Â  Â DOES<br>
>     >  Â  Â NOT show Festival running in either case.  In all<br>
>     these cases<br>
>     >  Â  Â espeak is<br>
>     >  Â  Â running, as seen in top.  When Okular and Kmouth are<br>
>     putting out<br>
>     >  Â  Â the two<br>
>     >  Â  Â simultaneous voices, and I KILL the process for espeak,<br>
>     ALL speech<br>
>     >  Â  Â output stops.   I have no idea of how to track this<br>
>     down<br>
>     >  Â  Â further.  The<br>
>     >  Â  Â problem never happens with Jovie or Speak Aloud plugin in<br>
>     Firefox.Â<br>
>     >  Â  Â Thanks,  Gustav.<br>
>     ><br>
>     >  Â  Â On 10/22/21 8:51 PM, Jude DaShiell wrote:<br>
>     >  Â  Â > I bet kmouth runs festival by default. Festival has many<br>
>     >  Â  Â voices from many<br>
>     >  Â  Â > countries available to use.  So you don't want to be<br>
>     running<br>
>     >  Â  Â espeak or you<br>
>     >  Â  Â > don't want to be running festival-server one or the<br>
>     other.ÂÂ<br>
>     >  Â  Â That should<br>
>     >  Â  Â > solve that problem.  Somewhere in kmouth<br>
>     configuration it starts up<br>
>     >  Â  Â > festival-server and commenting that line out ought to<br>
>     leave you with<br>
>     >  Â  Â > espeak or espeak-ng whichever is on your machine.<br>
>     >  Â  Â > It could be kmouth can be used by those that have never<br>
>     seen in<br>
>     >  Â  Â this life.<br>
>     >  Â  Â > I downloaded that redcore distro and can try installing<br>
>     it and<br>
>     >  Â  Â see how far<br>
>     >  Â  Â > I don't get.  I did software testing for the federal<br>
>     government<br>
>     >  Â  Â before<br>
>     >  Â  Â > retiring so this shouldn't be too bad and have several<br>
>     ssd and<br>
>     >  Â  Â sata disks<br>
>     >  Â  Â > I can use.<br>
>     >  Â  Â ><br>
>     >  Â  Â ><br>
>     >  Â  Â > On Fri, 22 Oct 2021, Gustav Degreef wrote:<br>
>     >  Â  Â ><br>
>     >  Â  Â >> Jeremy, thanks for your detailed and thoughtful<br>
>     reply.  I<br>
>     >  Â  Â really appreciate<br>
>     >  Â  Â >> your taking this seriously. Ãƒâ€šÃ‚  I tried Kmouth<br>
>     again (after<br>
>     >  Â  Â years).  It has:<br>
>     >  Â  Â >><br>
>     >  Â  Â >> 1)  the same problem as Okular.  It<br>
>     speaks the text in<br>
>     >  Â  Â two simultaneous<br>
>     >  Â  Â >> streams (one espeak and the second a Scottish sounding<br>
>     voice)<br>
>     >  Â  Â of the same text<br>
>     >  Â  Â >> so the output is incomprehensible.<br>
>     >  Â  Â >> 2) no way to stop the speech output.  No pause<br>
>     and no resume.<br>
>     >  Â  Â >> 3)  It opens a separate window, that I have to<br>
>     look for it<br>
>     >  Â  Â on the taskbar -<br>
>     >  Â  Â >> when it is in the background.<br>
>     >  Â  Â >> 4) after bringing back the window (when I am in another<br>
>     >  Â  Â application),  I have<br>
>     >  Â  Â >> to  navigate to the start button (or other<br>
>     button),  this<br>
>     >  Â  Â is cumbersome.<br>
>     >  Â  Â >><br>
>     >  Â  Â >> 3) and 4) might seem trivial for a fully sighted<br>
>     person, but<br>
>     >  Â  Â for the partially<br>
>     >  Â  Â >> sighted, it causes delay and frustration.  A<br>
>     typical task I<br>
>     >  Â  Â do is writing<br>
>     >  Â  Â >> substantial documents and then I have Jovie read back<br>
>     to me the<br>
>     >  Â  Â sentences,<br>
>     >  Â  Â >> paragraphs or pages that I've written (many times in a<br>
>     >  Â  Â sitting).   This helps<br>
>     >  Â  Â >> in revising and editing any significant work.  The<br>
>     >  Â  Â difference in functionality<br>
>     >  Â  Â >> between Jovie and Kmouth for this task (and other<br>
>     tasks) are<br>
>     >  Â  Â pretty huge.<br>
>     >  Â  Â >><br>
>     >  Â  Â >> If you can give Kmouth the same functionality and ease<br>
>     of use<br>
>     >  Â  Â of Jovie,<br>
>     >  Â  Â >> great.  I appreciate your efforts, Gustav<br>
>     >  Â  Â >><br>
>     >  Â  Â >> On 10/22/21 3:43 PM, Jeremy Whiting wrote:<br>
>     >  Â  Â >>> Gustav, Simon,<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> Thank you so much for the insight. I definitely hadn't<br>
>     >  Â  Â considered those<br>
>     >  Â  Â >>> cases. I'll give it some thought today and decide one<br>
>     of the<br>
>     >  Â  Â following to<br>
>     >  Â  Â >>> remedy the situation.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> 1. Add the missing features and functionality to KMouth.<br>
>     >  Â  Â >>> 2. Revive Jovie and clean it up quite a bit since it<br>
>     has bit<br>
>     >  Â  Â rotted<br>
>     >  Â  Â >>> significantly in the past 5 years or so.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> I'm leaning towards 1 now since KMouth needs some<br>
>     love and<br>
>     >  Â  Â attention anyway.<br>
>     >  Â  Â >>> If we go that direction KMouth would need the following<br>
>     >  Â  Â features to be<br>
>     >  Â  Â >>> feature complete with the use cases described above.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> a) A queue of what will be spoken as well as control<br>
>     over the<br>
>     >  Â  Â queue to<br>
>     >  Â  Â >>> remove entries, etc.<br>
>     >  Â  Â >>> b) Voice settings to be able to switch between voices<br>
>     quickly.<br>
>     >  Â  Â >>> c) A tray icon and/or more shortcut keys to be able<br>
>     to speak,<br>
>     >  Â  Â play, stop,<br>
>     >  Â  Â >>> pause, etc. like Jovie had.<br>
>     >  Â  Â >>> d) Speak clipboard contents.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> for b I really didn't like that Jovie had voice<br>
>     settings that<br>
>     >  Â  Â were separate<br>
>     >  Â  Â >>> from Speech-Dispatcher's settings. In my mind we<br>
>     should be<br>
>     >  Â  Â able to control<br>
>     >  Â  Â >>> what voice settings (language, volume, pitch, etc.)<br>
>     directly<br>
>     >  Â  Â by manipulating<br>
>     >  Â  Â >>> speech-dispatcher configuration. But for that to work the<br>
>     >  Â  Â configuration gui<br>
>     >  Â  Â >>> would need to directly manipulate speech-dispatcher's<br>
>     .conf<br>
>     >  Â  Â files and have a<br>
>     >  Â  Â >>> way to tell it to reload them when we change them.<br>
>     I'm not<br>
>     >  Â  Â sure if that's<br>
>     >  Â  Â >>> already implemented in speech-dispatcher itself yet<br>
>     or not. If<br>
>     >  Â  Â not it<br>
>     >  Â  Â >>> shouldn't be too tricky to add though. The other<br>
>     items should<br>
>     >  Â  Â be pretty<br>
>     >  Â  Â >>> straightforward.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> thanks,<br>
>     >  Â  Â >>> Jeremy<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>> On Fri, Oct 22, 2021 at 4:50 AM Gustav Degreef<br>
>     >  Â  Â <<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>><br>
>     >  Â  Â >>> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>>>> wrote:<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  Thank you Jeremy for the opportunity to<br>
>     address this<br>
>     >  Â  Â directly.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  In my opinion, Jovie/jovie placement is<br>
>     indispensable<br>
>     >  Â  Â for those of us<br>
>     >  Â  Â >>>  Ã‚  Ã‚  who are partially sighted (not<br>
>     blind).?  In my<br>
>     >  Â  Â opinion, a screen<br>
>     >  Â  Â >>>  Ã‚  Ã‚  reader<br>
>     >  Â  Â >>>  Ã‚  Ã‚  (very useful for the blind) actually<br>
>     gets in the way<br>
>     >  Â  Â for people<br>
>     >  Â  Â >>>  Ã‚  Ã‚  like me.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ? ? Jovie does a very<br>
>     simple and<br>
>     >  Â  Â straightforward task - it reads<br>
>     >  Â  Â >>>  Ã‚  Ã‚  the most<br>
>     >  Â  Â >>>  Ã‚  Ã‚  recent content of the<br>
>     clipboard.? Jovie allows for<br>
>     >  Â  Â selecting text<br>
>     >  Â  Â >>>  Ã‚  Ã‚  (and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  reading it out) in virtually all of the<br>
>     major<br>
>     >  Â  Â applications/tasks (and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  virtually all others) that a primarily<br>
>     desktop user<br>
>     >  Â  Â needs for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  every day<br>
>     >  Â  Â >>>  Ã‚  Ã‚  use.?  Those functions/tasks<br>
>     where?ÂÂÂ<br>
>     >  Â  Â jovie/replacement is needed are:<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  1) Text edit/read - in my case (imc) Kate<br>
>     >  Â  Â >>>  Ã‚  Ã‚  2) e-mail client - imc thunderbird<br>
>     >  Â  Â >>>  Ã‚  Ã‚  3) browser - imc Firefox<br>
>     >  Â  Â >>>  Ã‚  Ã‚  4) pdf reader - imc Okular<br>
>     >  Â  Â >>>  Ã‚  Ã‚  5) word processor - imc LibreOffice<br>
>     >  Â  Â >>>  Ã‚  Ã‚  6) text from "program to user output"<br>
>     (error messages,<br>
>     >  Â  Â text boxes,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  command line output, etc).<br>
>     >  Â  Â >>>  Ã‚  Ã‚  7) miscellaneous programs not so often<br>
>     used.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  In my experience/opinion:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Kmouth is cumbersome and unwieldy and<br>
>     requires too<br>
>     >  Â  Â many steps.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  using the command line adds several<br>
>     steps that disturb<br>
>     >  Â  Â the flow of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  work,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  it is not simple to have to switch<br>
>     windows and then<br>
>     >  Â  Â have to type a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  command.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  Indispensable (for partially sighted)<br>
>     aspects of Jovie<br>
>     >  Â  Â or Jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  replacement:<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  1) SIMPLE interface with as few clicks<br>
>     or steps or<br>
>     >  Â  Â commands to get<br>
>     >  Â  Â >>>  Ã‚  Ã‚  speech output. - ideal use is with<br>
>     mouse or keyboard<br>
>     >  Â  Â shortcut.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Currently<br>
>     >  Â  Â >>>  Ã‚  Ã‚  jovie takes three simple steps with<br>
>     mouse or keyboard<br>
>     >  Â  Â shortcut - text<br>
>     >  Â  Â >>>  Ã‚  Ã‚  select, text copy,?  then<br>
>     start/etc. speech output.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  2) being able to select all or ONLY<br>
>     part of a piece of<br>
>     >  Â  Â text - with<br>
>     >  Â  Â >>>  Ã‚  Ã‚  the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  mouse or shortcut.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  3) Easily start/stop and pause/resume<br>
>     speech output<br>
>     >  Â  Â with mouse or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  shortcut.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  4) Sits in system tray or functions<br>
>     from menu that<br>
>     >  Â  Â appears on right<br>
>     >  Â  Â >>>  Ã‚  Ã‚  click of mouse (or keyboard shortcut).<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  There are currently add ons to programs<br>
>     that COULD<br>
>     >  Â  Â fulfill most of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  these<br>
>     >  Â  Â >>>  Ã‚  Ã‚  requirements,? however they do<br>
>     not all work well:<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  1) ) Kate - no plugin, no built in<br>
>     function for tts.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  2) Thunderbird - Read Aloud plugin:<br>
>     very limited, it<br>
>     >  Â  Â reads the ENTIRE<br>
>     >  Â  Â >>>  Ã‚  Ã‚  message with some headers. Does not<br>
>     allow for<br>
>     >  Â  Â selecting a portion<br>
>     >  Â  Â >>>  Ã‚  Ã‚  of the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  text, can't stop, can't<br>
>     pause/resume.?  Totally<br>
>     >  Â  Â inadequate for a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  bottom<br>
>     >  Â  Â >>>  Ã‚  Ã‚  posted list message.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  3) Firefox - Read Aloud plugin:?ÂÂ<br>
>     works quite well,<br>
>     >  Â  Â has all needed<br>
>     >  Â  Â >>>  Ã‚  Ã‚  functions.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  4) Okular - nice built in tts function,<br>
>     easy to select<br>
>     >  Â  Â text, right<br>
>     >  Â  Â >>>  Ã‚  Ã‚  click<br>
>     >  Â  Â >>>  Ã‚  Ã‚  mouse to output speech.? <br>
>     However it outputs (at<br>
>     >  Â  Â least on<br>
>     >  Â  Â >>>  Ã‚  Ã‚  opensuse) two<br>
>     >  Â  Â >>>  Ã‚  Ã‚  simultaneous speech streams (of the<br>
>     same text) with<br>
>     >  Â  Â different<br>
>     >  Â  Â >>>  Ã‚  Ã‚  voices and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  it is impossible to understand.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  5) LibreOffice - has a tts plugin but<br>
>     it is cumbersome<br>
>     >  Â  Â and adds<br>
>     >  Â  Â >>>  Ã‚  Ã‚  several<br>
>     >  Â  Â >>>  Ã‚  Ã‚  steps.?  It has a nice feature<br>
>     to output the<br>
>     >  Â  Â contents of the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  clipboard<br>
>     >  Â  Â >>>  Ã‚  Ã‚  but it requires too many steps.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  6) program to user output - kmouth or<br>
>     command line<br>
>     >  Â  Â seem the only<br>
>     >  Â  Â >>>  Ã‚  Ã‚  alternative to Jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  7) miscellaneous programs (with no<br>
>     plugins or built in<br>
>     >  Â  Â tts)? -<br>
>     >  Â  Â >>>  Ã‚  Ã‚  same as 6)<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  It seems clear that a lot of developers<br>
>     are aware/are<br>
>     >  Â  Â working on<br>
>     >  Â  Â >>>  Ã‚  Ã‚  tts for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  various programs, and that is very<br>
>     encouraging and<br>
>     >  Â  Â great. However,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  it is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  a time of great transition and the tts<br>
>     functions<br>
>     >  Â  Â (without Jovie) are<br>
>     >  Â  Â >>>  Ã‚  Ã‚  quite inadequate for the partially<br>
>     sighted (for<br>
>     >  Â  Â example, from macular<br>
>     >  Â  Â >>>  Ã‚  Ã‚  degeneration which is fairly common).<br>
>     Thanks, Gustav.<br>
>     >  Â  Â >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  On 10/22/21 1:56 AM, Jeremy Whiting wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Hello all,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > I've been quietly watching this<br>
>     conversation for a<br>
>     >  Â  Â bit but need to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > chime in here. I'm the one that<br>
>     changed the name<br>
>     >  Â  Â from ktts to Jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > many years ago. Then deprecated Jovie<br>
>     itself when<br>
>     >  Â  Â QtSpeech came<br>
>     >  Â  Â >>>  Ã‚  Ã‚  about.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > I'm very curious about what use cases<br>
>     there still<br>
>     >  Â  Â are for Jovie.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Shortly before the name change from<br>
>     ktts to Jovie it was<br>
>     >  Â  Â >>>  Ã‚  Ã‚  drastically<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > changed to just be a gui on top of<br>
>     >  Â  Â Speech-Dispatcher. QtSpeech as a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > library does the same thing but has<br>
>     no gui, is only<br>
>     >  Â  Â useful from<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > applications. My question is what do<br>
>     you use Jovie<br>
>     >  Â  Â for exactly?<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Here<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > are the ways replacements using<br>
>     QtSpeech "Just Work"<br>
>     >  Â  Â in my mind.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Want to hear notifications from any<br>
>     KDE application<br>
>     >  Â  Â like Jovie/ktts<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > did? Turn that on in the<br>
>     application's notifications<br>
>     >  Â  Â >>>  Ã‚  Ã‚  configuration. It<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > uses QtSpeech to speak the<br>
>     notification, title,<br>
>     >  Â  Â message or both.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Just<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > like it did previously with ktts/jovie.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Want to read a document out loud? Use<br>
>     Okular's<br>
>     >  Â  Â QtSpeech actions in<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > it's menu. It sends either the<br>
>     selected text or the<br>
>     >  Â  Â current page<br>
>     >  Â  Â >>>  Ã‚��  Ã‚  to be<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > spoken to Speech-Dispatcher directly<br>
>     for listening<br>
>     >  Â  Â to the document.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Want to read out loud a web article<br>
>     of some kind?<br>
>     >  Â  Â Use Firefox's tts<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > features to read it out to you. It<br>
>     doesn't use<br>
>     >  Â  Â QtSpeech, but<br>
>     >  Â  Â >>>  Ã‚  Ã‚  interacts<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > with speech-dispatcher directly if I<br>
>     recall correctly.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Want to type some text and hear it<br>
>     spoken? This can<br>
>     >  Â  Â be done in a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > number of ways. 1. spd-say command<br>
>     line tool. 2.<br>
>     >  Â  Â espeak or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  espeak-ng<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > or festival, or pico or any other tts<br>
>     directly from<br>
>     >  Â  Â command<br>
>     >  Â  Â >>>  Ã‚  Ã‚  line. 3.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Use KMouth if you prefer to have a<br>
>     gui. KMouth uses<br>
>     >  Â  Â >>>  Ã‚  Ã‚  speech-dispatcher<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > directly if I recall correctly and<br>
>     provides a nice<br>
>     >  Â  Â gui with a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > customizable dictionary of commonly<br>
>     used words, etc.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > With the above, what is the use of<br>
>     Jovie anymore? If<br>
>     >  Â  Â there's a use<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > case that isn't covered by the above<br>
>     we can<br>
>     >  Â  Â certainly revive<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Jovie and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > fill the gap if there is one, but in<br>
>     my mind the<br>
>     >  Â  Â above uses are<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > already covered.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > thanks,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  > Jeremy Whiting<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > On Thu, Oct 21, 2021 at 4:15 PM Jude<br>
>     DaShiell<br>
>     >  Â  Â >>>  Ã‚  Ã‚  <<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>> <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>>><br>
>     >  Â  Â <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a> <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a> <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  > <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a> <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>>><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a> <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a><br>
>     <mailto:<a href="mailto:jdashiel@panix.com" target="_blank">jdashiel@panix.com</a>>>>>> wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? Quite<br>
>     agree with you on that<br>
>     >  Â  Â score.???  A new version of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  redcore<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? Linux is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? available for download and it has a<br>
>     >  Â  Â very current kernel<br>
>     >  Â  Â >>>  Ã‚  Ã‚  and its<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? default<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? desktop<br>
>     is kde plasma.???  Maybe<br>
>     >  Â  Â one thing jovie might do<br>
>     >  Â  Â >>>  Ã‚  Ã‚  when<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? started<br>
>     up is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? to<br>
>     locate something like espeak-ng<br>
>     >  Â  Â or espeak or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  speech-dispatcher and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? start<br>
>     those up first then come up on<br>
>     >  Â  Â its own.??? If it finds<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? speech-dispatcher maybe remind the<br>
>     >  Â  Â user to run spd-conf<br>
>     >  Â  Â >>>  Ã‚  Ã‚  to get<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? speech-dispatcher configured<br>
>     >  Â  Â correctly but could generate<br>
>     >  Â  Â >>>  Ã‚  Ã‚  a default<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? spd.conf file and let the user know<br>
>     >  Â  Â that it's there and maybe<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? reconfigure<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? if<br>
>     problems arise.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? On Thu,<br>
>     21 Oct 2021, Gustav Degreef<br>
>     >  Â  Â wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     Festival was not much of an<br>
>     >  Â  Â improvement in voice<br>
>     >  Â  Â >>>  Ã‚  Ã‚  quality.???<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? Embrola, as you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > say,<br>
>     was too difficult to<br>
>     >  Â  Â configure.???  I'll check out<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Fenrir,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? and<br>
>     tdsr but the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > voice<br>
>     quality is TOTALLY secondary<br>
>     >  Â  Â - a smoothly working<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? jovie/espeak (or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     equivalent) is quite adequate to<br>
>     >  Â  Â get things done.???Â<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Which in<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? theend<br>
>     is really<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > the<br>
>     important thing. Gustav<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > On<br>
>     10/21/21 1:56 PM, Jude DaShiell<br>
>     >  Â  Â wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > ><br>
>     fenrir and tdsr are a couple<br>
>     >  Â  Â more to check out and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  mbrola and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? festival can<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > ><br>
>     maybe help the human speech<br>
>     >  Â  Â situation though not easily<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? configured.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > > On<br>
>     Thu, 21 Oct 2021, Gustav<br>
>     >  Â  Â Degreef wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     Actually, Jovie replaced ktts<br>
>     >  Â  Â quite some years ago.????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? Qtspeech is supposed<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >> to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >> be<br>
>     a partial replacement, but<br>
>     >  Â  Â there is no frontend<br>
>     >  Â  Â >>>  Ã‚  Ã‚  program to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? manage the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     output of speechdispatcher<br>
>     >  Â  Â (like Jovie). ??? e-speak<br>
>     >  Â  Â >>>  Ã‚  Ã‚  works<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? fine<br>
>     for me, but<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     bothers everyne else who<br>
>     >  Â  Â listens to my computer<br>
>     >  Â  Â >>>  Ã‚  Ã‚  outptut (my<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? partner and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     friends).???? e-speak is<br>
>     >  Â  Â clear enough, just does<br>
>     >  Â  Â >>>  Ã‚  Ã‚  not sound<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? like a<br>
>     person.???<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >> Good,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     I'll look into espeak-ng,<br>
>     >  Â  Â thanks! Gustav<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >> On<br>
>     10/21/21 11:04 AM, Jude<br>
>     >  Â  Â DaShiell wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> I<br>
>     had read somewhere ktts was<br>
>     >  Â  Â supposed to have replaced<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? jovie.???  Also,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     espeak-ng is a successor to<br>
>     >  Â  Â espeak.???  It's good<br>
>     >  Â  Â >>>  Ã‚  Ã‚  you got any<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? of this<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     working.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     ---------- Forwarded message<br>
>     >  Â  Â ---------- Date: Thu,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  21 Oct<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? 2021<br>
>     04:36:27<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     From: Gustav Degreef<br>
>     >  Â  Â <<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>><br>
>     <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a> <mailto:<a href="mailto:gustav97@gmail.com" target="_blank">gustav97@gmail.com</a>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  To: Simion<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     <<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>>><br>
>     <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a><br>
>     <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>>><br>
>     <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>><br>
>     >  Â  Â <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a> <mailto:<a href="mailto:simion314@gmail.com" target="_blank">simion314@gmail.com</a>>>>>>,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ?<br>
>     <a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a> <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>><br>
>     >  Â  Â <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>><br>
>     >  Â  Â <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>><br>
>     >  Â  Â <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>>><br>
>     >  Â  Â <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a><br>
>     <mailto:<a href="mailto:kde-accessibility@kde.org" target="_blank">kde-accessibility@kde.org</a>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? Subject: Re: Is there a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     project that is jovie successor?<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     Hi Simion,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     Thanks for your input and<br>
>     >  Â  Â effort.????? ?????  I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  carefuly looked<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? over<br>
>     everything<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     mentioned, including the<br>
>     >  Â  Â script but it has taken me<br>
>     >  Â  Â >>>  Ã‚  Ã‚  a long<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? time.????? ?????  I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> only<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     have a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     rudimentary??????  knowledge of<br>
>     >  Â  Â >>>  Ã‚  Ã‚Â<br>
>     scripts.????? ????? ?????  So<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? modifying or writing<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     scripts<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     is beyond<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     my current possibility,<br>
>     >  Â  Â especially with my vision<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? problems.????? ?????  But it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     really<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     helped me to look everything<br>
>     >  Â  Â over.????? ?????  I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  decided the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? best<br>
>     way was to go<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> back<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     trying to install it from the<br>
>     >  Â  Â opensuse<br>
>     >  Â  Â >>>  Ã‚  Ã‚ repos.????? ?????  I had<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? failed<br>
>     the first<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     time and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     created a great confusion in<br>
>     >  Â  Â my setup. But it was a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  spare<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? "test"<br>
>     setup on<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     separate<br>
>     >  Â  Â partition.????? ????? I spent a lot of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  time cleaning<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? up the<br>
>     repos,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     updating and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     cleaning up. And now Jovie<br>
>     >  Â  Â works on opensuse<br>
>     >  Â  Â >>>  Ã‚  Ã‚ 15.3!????? ?????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? The<br>
>     packages come<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> from<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     unofficial repos, but someone<br>
>     >  Â  Â else with the tech<br>
>     >  Â  Â >>>  Ã‚  Ã‚  knowhow has<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? put it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     together.????? ?<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> I<br>
>     am "forced" to upgrade soon,<br>
>     >  Â  Â since the opensuse<br>
>     >  Â  Â >>>  Ã‚��  Ã‚  15.2 EOL<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? is<br>
>     soon.????? ????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> But<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> now I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     can move forward hopefully for<br>
>     >  Â  Â another 1.5 years,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  the life<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? of 15.3<br>
>     until a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     better solution<br>
>     >  Â  Â comes.????? ?????  I hope you or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  someone else<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? can<br>
>     help come up<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> with<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>> a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     replacement for<br>
>     >  Â  Â Jovie.????? ?????  Thanks for your<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? efforts.????? ?????  Gustav.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     p.s. I'm posting back on the<br>
>     >  Â  Â list in case it may help<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? someone<br>
>     else.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>><br>
>     On 9/13/21 1:13 AM, Gustav<br>
>     >  Â  Â Degreef wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     On 8/30/21 7:15 PM, Simion wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     Hi Gustav,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     I personally would try to<br>
>     >  Â  Â compile it, if I am<br>
>     >  Â  Â >>>  Ã‚  Ã‚  unable I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? would<br>
>     try first a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     simple bash script, the<br>
>     >  Â  Â issue with next script is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  that is not<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     queuing????????????? the<br>
>     >  Â  Â tasks so you can get 2<br>
>     >  Â  Â >>>  Ã‚  Ã‚  speakers at<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? the<br>
>     same time<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>> or<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>> you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     can edit the script to<br>
>     >  Â  Â "killall" previous taks (so an<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? application that<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     runs<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     in background would be<br>
>     >  Â  Â needed to improve the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  experience)<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     #! /bin/bash<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     xclip -out -selection<br>
>     >  Â  Â primary | xclip -in<br>
>     >  Â  Â >>>  Ã‚  Ã‚  -selection clipboard<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     xsel --clipboard | tr "\n" "<br>
>     >  Â  Â " | espeak<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     #end script<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     or maybe python or nodejs<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     I am tempted to write<br>
>     >  Â  Â something to do some<br>
>     >  Â  Â >>>  Ã‚  Ã‚  cleanup on the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? input,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     like when I want to read an<br>
>     >  Â  Â entire reddit page of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  omments<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? would<br>
>     be nice<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>> if<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>> I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     could????????????? clean it<br>
>     >  Â  Â up?????????????Â<br>
>     >  Â  Â >>>  Ã‚  Ã‚  first and remove<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? all the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     "reply/report<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     ..." buttons labels<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     The reason I decided that in<br>
>     >  Â  Â future I would use<br>
>     >  Â  Â >>>  Ã‚  Ã‚  espeak is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? because<br>
>     in my<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     current configuration jovie<br>
>     >  Â  Â uses speech<br>
>     >  Â  Â >>>  Ã‚  Ã‚  dispatcher and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? speech<br>
>     dispatcher<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     uses<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     espeak , Qt5 is a new extra<br>
>     >  Â  Â layer so a new placed<br>
>     >  Â  Â >>>  Ã‚  Ã‚  that<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? could cause<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     problems<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     (but yes Qt5 would be nice<br>
>     >  Â  Â to have if you plant<br>
>     >  Â  Â >>>  Ã‚  Ã‚  to write a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? cross<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     operating<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     system desktop application).<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     I have no plans to upgrade<br>
>     >  Â  Â from my system<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? soon,?????????????  maybe when I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     will<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     upgrade my computer or I am<br>
>     >  Â  Â forced to upgrade.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     You probably need to install<br>
>     >  Â  Â and configure<br>
>     >  Â  Â >>>  Ã‚  Ã‚  espeak, the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? language and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     speed,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     you can have a key bind<br>
>     >  Â  Â to?????????????  run the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  script, you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? can<br>
>     modify the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     script<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     to?????????????  add<br>
>     >  Â  Â something like "killall<br>
>     >  Â  Â >>>  Ã‚  Ã‚  espeak" to stop<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? the<br>
>     previous<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     Sorry I can't help more.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     Regards, Simion<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     Hi Simion,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     Thanks for taking the time<br>
>     >  Â  Â and for your effort.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>><br>
>     On 8/28/21 11:42 PM, Gustav<br>
>     >  Â  Â Degreef wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> Hi Simion,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> Thanks for your detailed<br>
>     >  Â  Â reply.?????????????  I use<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? opensuse leap 15.2<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> with<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> KDE<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> plasma 5.18.6, Qt 5.12.7.<br>
>     >  Â  Â ?????????????  Jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  continues to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? work<br>
>     fine even<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> though<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> it has been<br>
>     >  Â  Â deprecated.?????????????  However,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  it no longer<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? works on<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> opensuse<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> 15.3 and 15.2 end of life<br>
>     >  Â  Â is in December this year.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? Someone<br>
>     has built<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> packages for Jovie on the<br>
>     >  Â  Â Open Build Service of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Suse, but<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? I could not<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> get<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>> it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> to install properly, I<br>
>     >  Â  Â think it's due to the Qt<br>
>     >  Â  Â >>>  Ã‚  Ã‚  changes,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? I got a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> dependency<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> mess.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> I have been trying to find<br>
>     >  Â  Â a replacement for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Jovie for 3<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? years at<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> least,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> since it was clear it would<br>
>     >  Â  Â no longer be<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? maintained.?????????????  Read<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> Aloud<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>> is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> a plugin for Firefox that<br>
>     >  Â  Â fills all the browser<br>
>     >  Â  Â >>>  Ã‚  Ã‚  needs.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? Thunderbird also<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> has<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> a Read Aloud plugin, but it<br>
>     >  Â  Â only works for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  single emails<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? and top<br>
>     posted<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> replies, list messages,<br>
>     >  Â  Â etc.?????????????  It<br>
>     >  Â  Â >>>  Ã‚  Ã‚  reads only<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? from top to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> bottom<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> without being able to<br>
>     >  Â  Â select only parts of the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? mail.??????????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> LibreOffice<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> has a text to speech plugin<br>
>     >  Â  Â that even reads the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  clipboard<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? contents, but<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>> it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> is cumbersome.????????????<br>
>     >  Â  Â Okular has a nice TTS<br>
>     >  Â  Â >>>  Ã‚  Ã‚  function,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? but it<br>
>     often<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> starts<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> two different simultaneous<br>
>     >  Â  Â but voices of the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  same text<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? which<br>
>     can't be<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> understood.????????????<br>
>     >  Â  Â Sometimes id functions<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?ÂÂ<br>
>     ? fine.?????????????  That is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> where I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> use TTS the most, and<br>
>     >  Â  Â periodically to read out error<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? messages, text<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> boxes<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> etc (for which Jovie is<br>
>     >  Â  Â indispensable and for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  which I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? don't<br>
>     have an<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> adequate<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> substitute).<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> Any<br>
>     >  Â  Â suggestions????????????? Perhaps to compile<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Jovie from<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? a tar<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> binary??????????????  Or<br>
>     >  Â  Â are you seriously<br>
>     >  Â  Â >>>  Ã‚  Ã‚  thinking of<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? building a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> replacement<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> Jovie? Thanks, Gustav.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>> On 8/26/21 12:01 PM, Simion<br>
>     >  Â  Â wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> Hi, no problem ,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> btw my name is Simion no<br>
>     >  Â  Â Simon, don't worry it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  is OK<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? just<br>
>     want to<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> mention<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> it to prevent issues like<br>
>     >  Â  Â typos in emails<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> I still use Jovie, from my<br>
>     >  Â  Â fork with a few<br>
>     >  Â  Â >>>  Ã‚  Ã‚  crash fixes<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> I have some scripts that I<br>
>     >  Â  Â use directly espeak .<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> I was not yet forced to<br>
>     >  Â  Â give up on Jovie but my<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? conclussion was to not<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> use<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> Qt if I have to write my<br>
>     >  Â  Â own replacement,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> since I would not need<br>
>     >  Â  Â some crossplatform<br>
>     >  Â  Â >>>  Ã‚  Ã‚  solution I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? could<br>
>     probably<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> make<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>> a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> python application , or<br>
>     >  Â  Â even something that<br>
>     >  Â  Â >>>  Ã‚  Ã‚  runs in the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚<br>
>     browser????????????????????????????????????????????????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? or nodejs.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> But for now on my distro I<br>
>     >  Â  Â can still compile<br>
>     >  Â  Â >>>  Ã‚  Ã‚  jovie , I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? have a<br>
>     keyboard<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> with<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> multipmedia keys so my<br>
>     >  Â  Â workflow is to copy<br>
>     >  Â  Â >>>  Ã‚  Ã‚  paste stuff<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? in<br>
>     clipboard<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> and<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> using my keys I can<br>
>     >  Â  Â play/pause/resume. I still use<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? espeak<br>
>     as backend<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> with<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> voice speed set to max.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>> On 8/26/21 12:37 PM,<br>
>     >  Â  Â Gustav Degreef wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> Hello Simon,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> I saw your old message on<br>
>     >  Â  Â the accessibility<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚<br>
>     list.???????????????????????????????????????????????? I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? also have<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> serious<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> eye<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> problems, though I am not<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚<br>
>     >  Â<br>
>     Â blind.???????????????????????????????????????????????? I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? have been<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> using<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> Jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> for most of my computer<br>
>     >  Â  Â time for years and I<br>
>     >  Â  Â >>>  Ã‚  Ã‚  am trying<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? to find a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> replacement for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?<br>
>     >  Â<br>
>     Â ? it.????????????????????????????????????????????????ÂÂ<br>
>     In<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> my<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> situation a screen reader<br>
>     >  Â  Â is not<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚<br>
>     suitable.???????????????????????????????????????????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? Excuse<br>
>     me for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> writing<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?<br>
>     >  Â<br>
>     Â ? directly.????????????????????????????????????????????????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  Can I ask<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> you<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> more about this<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >?  ?<br>
>     >  Â Â ? issue??????????????????????????????????????????????<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> Gustav<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>> On 5/12/18 10:18 AM,<br>
>     >  Â  Â Simion wrote:<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> Hello, So I know that<br>
>     >  Â  Â jovie is not be ported<br>
>     >  Â  Â >>>  Ã‚  Ã‚  to KDE5<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? and<br>
>     that the<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> idea<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> is<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> to use QtSpeech, I can't<br>
>     >  Â  Â find if someone<br>
>     >  Â  Â >>>  Ã‚  Ã‚  started a<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? replacement for<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> jovie<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> that uses QtSpeech yet.<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> I plan to investigate<br>
>     >  Â  Â QtSpeech and see if it<br>
>     >  Â  Â >>>  Ã‚  Ã‚  works<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? properly on<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> Linux,<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> if<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >>>>>>>>> there is no such a<br>
>     >  Â  Â project started is there any<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ? <br>
>     ? interest in it?<br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >>>>>>>>><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? > >><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  >? ?  ? ><br>
>     >  Â  Â >>>  Ã‚  Ã‚  ><br>
>     >  Â  Â >>><br>
>     >  Â  Â >><br>
>     >  Â  Â >><br>
>     ><br>
><br>
<br>
</blockquote></div></div>