[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-accessibility
Subject:    Re: Is there a project that is jovie successor? (fwd)
From:       Jeremy Whiting <jpwhiting () kde ! org>
Date:       2021-10-24 22:25:43
Message-ID: CADWV2K756Y97nQd_RRFgQcG+FsvNhvzE9MJc2vM6_TJ2t8Ejag () mail ! gmail ! com
[Download RAW message or body]

Gustav,

This sounds like a pretty tricky issue to find the cause of. Some
explanation of how it all fits together may help though. If you're already
aware of this just ignore it, but it may help find the cause.

Speech-dispatcher itself is a daemon that has modules for various
synthesizers, espeak, festival, pico, etc. It is usually configured so one
synthesizer is the default, but many can be set up to use for example if
the default doesn't support the wanted language a fallback synthesizer can
be used.

Qt Text-to-speech is a library that kmouth, okular, plasma, etc. use to
interact with speech-dispatcher on linux (and sapi on windows, voiceover on
mac, android tts on android, etc.)

Firefox if I remember correctly talks directly to speech-dispatcher using
libspeechd so isn't going through Qt's text-to-speech library.

Some things you could try to see if you can narrow it down:

1. Find out which synthesizer speech-dispatcher is configured to use by
default. If festival is not running it's likely espeak-ng. spd-conf or
sending along or checking yourself your
~/.configure/speech-dispatcher/*.conf files should say which one is default=
.
2. If spd-say "Hello" from a command line sounds ok and doesn't duplicate
text then speech-dispatcher is not the problem.
3. Run Qt text-to-speech example
https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html <-- may need to
build from source, unless your distribution happens to have a package for
it. If audio is duplicated when using that then the problem is in Qt
text-to-speech library itself.
4. If the example sounds fine, then the problem is either in okular's use
of QTextToSpeech library (i.e. maybe it's trying to run 2 audio jobs at the
same time possibly?)

Hope that helps narrow it down a bit.

thanks,
Jeremy

On Sat, Oct 23, 2021 at 6:49 AM Gustav Degreef <gustav97@gmail.com> wrote:

> Unfortunately Festival does not seem the culprit for the double stream
> in either Kmouth or Okular. When I run top (without Kmouth or Okular
> running) festival is not running in either case.  When I try to read a
> pdf with Okular or when trying to speak out text with Kmouth, top DOES
> NOT show Festival running in either case.  In all these cases espeak is
> running, as seen in top.  When Okular and Kmouth are putting out the two
> simultaneous voices, and I KILL the process for espeak, ALL speech
> output stops.   I have no idea of how to track this down further.  The
> problem never happens with Jovie or Speak Aloud plugin in Firefox.
> Thanks,  Gustav.
>
> On 10/22/21 8:51 PM, Jude DaShiell wrote:
> > I bet kmouth runs festival by default.  Festival has many voices from
> many
> > countries available to use.  So you don't want to be running espeak or
> you
> > don't want to be running festival-server one or the other.  That should
> > solve that problem.  Somewhere in kmouth configuration it starts up
> > festival-server and commenting that line out ought to leave you with
> > espeak or espeak-ng whichever is on your machine.
> > It could be kmouth can be used by those that have never seen in this
> life.
> > I downloaded that redcore distro and can try installing it and see how
> far
> > I don't get.  I did software testing for the federal government before
> > retiring so this shouldn't be too bad and have several ssd and sata dis=
ks
> > I can use.
> >
> >
> > On Fri, 22 Oct 2021, Gustav Degreef wrote:
> >
> >> Jeremy, thanks for your detailed and thoughtful reply.=C3=82  I really
> appreciate
> >> your taking this seriously. =C3=82  I tried Kmouth again (after years)=
.=C3=82  It
> has:
> >>
> >> 1)=C3=82  the same problem as Okular.=C3=82  It speaks the text in two
> simultaneous
> >> streams (one espeak and the second a Scottish sounding voice) of the
> same text
> >> so the output is incomprehensible.
> >> 2) no way to stop the speech output.=C3=82  No pause and no resume.
> >> 3)=C3=82  It opens a separate window, that I have to look for it on th=
e
> taskbar -
> >> when it is in the background.
> >> 4) after bringing back the window (when I am in another application),=
=C3=82
> I have
> >> to=C3=82  navigate to the start button (or other button),=C3=82  this =
is
> cumbersome.
> >>
> >> 3) and 4) might seem trivial for a fully sighted person, but for the
> partially
> >> sighted, it causes delay and frustration.=C3=82  A typical task I do i=
s
> writing
> >> substantial documents and then I have Jovie read back to me the
> sentences,
> >> paragraphs or pages that I've written (many times in a sitting).=C3=82=
 =C3=82
> This helps
> >> in revising and editing any significant work.=C3=82  The difference in
> functionality
> >> between Jovie and Kmouth for this task (and other tasks) are pretty
> huge.
> >>
> >> If you can give Kmouth the same functionality and ease of use of Jovie=
,
> >> great.=C3=82  I appreciate your efforts, Gustav
> >>
> >> On 10/22/21 3:43 PM, Jeremy Whiting wrote:
> >>> Gustav, Simon,
> >>>
> >>> Thank you so much for the insight. I definitely hadn't considered tho=
se
> >>> cases. I'll give it some thought today and decide one of the followin=
g
> to
> >>> remedy the situation.
> >>>
> >>> 1. Add the missing features and functionality to KMouth.
> >>> 2. Revive Jovie and clean it up quite a bit since it has bit rotted
> >>> significantly in the past 5 years or so.
> >>>
> >>> I'm leaning towards 1 now since KMouth needs some love and attention
> anyway.
> >>> If we go that direction KMouth would need the following features to b=
e
> >>> feature complete with the use cases described above.
> >>>
> >>> a) A queue of what will be spoken as well as control over the queue t=
o
> >>> remove entries, etc.
> >>> b) Voice settings to be able to switch between voices quickly.
> >>> c) A tray icon and/or more shortcut keys to be able to speak, play,
> stop,
> >>> pause, etc. like Jovie had.
> >>> d) Speak clipboard contents.
> >>>
> >>> for b I really didn't like that Jovie had voice settings that were
> separate
> >>> from Speech-Dispatcher's settings. In my mind we should be able to
> control
> >>> what voice settings (language, volume, pitch, etc.) directly by
> manipulating
> >>> speech-dispatcher configuration. But for that to work the
> configuration gui
> >>> would need to directly manipulate speech-dispatcher's .conf files and
> have a
> >>> way to tell it to reload them when we change them. I'm not sure if
> that's
> >>> already implemented in speech-dispatcher itself yet or not. If not it
> >>> shouldn't be too tricky to add though. The other items should be pret=
ty
> >>> straightforward.
> >>>
> >>> thanks,
> >>> Jeremy
> >>>
> >>> On Fri, Oct 22, 2021 at 4:50 AM Gustav Degreef <gustav97@gmail.com
> >>> <mailto:gustav97@gmail.com>> wrote:
> >>>
> >>>      Thank you Jeremy for the opportunity to address this directly.
> >>>
> >>>      In my opinion, Jovie/jovie placement is indispensable for those
> of us
> >>>      who are partially sighted (not blind).?=C3=82  In my opinion, a =
screen
> >>>      reader
> >>>      (very useful for the blind) actually gets in the way for people
> >>>      like me.
> >>>      ?=C3=82 ?=C3=82  Jovie does a very simple and straightforward ta=
sk - it
> reads
> >>>      the most
> >>>      recent content of the clipboard.?=C3=82  Jovie allows for select=
ing
> text
> >>>      (and
> >>>      reading it out) in virtually all of the major applications/tasks
> (and
> >>>      virtually all others) that a primarily desktop user needs for
> >>>      every day
> >>>      use.?=C3=82  Those functions/tasks where?=C3=82  jovie/replaceme=
nt is
> needed are:
> >>>
> >>>      1) Text edit/read - in my case (imc) Kate
> >>>      2) e-mail client - imc thunderbird
> >>>      3) browser - imc Firefox
> >>>      4) pdf reader - imc Okular
> >>>      5) word processor - imc LibreOffice
> >>>      6) text from "program to user output" (error messages, text boxe=
s,
> >>>      command line output, etc).
> >>>      7) miscellaneous programs not so often used.
> >>>
> >>>      In my experience/opinion:
> >>>      Kmouth is cumbersome and unwieldy and requires too many steps.
> >>>      using the command line adds several steps that disturb the flow =
of
> >>>      work,
> >>>      it is not simple to have to switch windows and then have to type=
 a
> >>>      command.
> >>>
> >>>      Indispensable (for partially sighted) aspects of Jovie or Jovie
> >>>      replacement:
> >>>
> >>>      1) SIMPLE interface with as few clicks or steps or commands to g=
et
> >>>      speech output. - ideal use is with mouse or keyboard shortcut.
> >>>      Currently
> >>>      jovie takes three simple steps with mouse or keyboard shortcut -
> text
> >>>      select, text copy,?=C3=82  then start/etc. speech output.
> >>>      2) being able to select all or ONLY part of a piece of text - wi=
th
> >>>      the
> >>>      mouse or shortcut.
> >>>      3) Easily start/stop and pause/resume speech output with mouse o=
r
> >>>      shortcut.
> >>>      4) Sits in system tray or functions from menu that appears on
> right
> >>>      click of mouse (or keyboard shortcut).
> >>>
> >>>
> >>>      There are currently add ons to programs that COULD fulfill most =
of
> >>>      these
> >>>      requirements,?=C3=82  however they do not all work well:
> >>>
> >>>      1) ) Kate - no plugin, no built in function for tts.
> >>>      2) Thunderbird - Read Aloud plugin: very limited, it reads the
> ENTIRE
> >>>      message with some headers. Does not allow for selecting a portio=
n
> >>>      of the
> >>>      text, can't stop, can't pause/resume.?=C3=82  Totally inadequate=
 for a
> >>>      bottom
> >>>      posted list message.
> >>>      3) Firefox - Read Aloud plugin:?=C3=82  works quite well, has al=
l
> needed
> >>>      functions.
> >>>      4) Okular - nice built in tts function, easy to select text, rig=
ht
> >>>      click
> >>>      mouse to output speech.?=C3=82  However it outputs (at least on
> >>>      opensuse) two
> >>>      simultaneous speech streams (of the same text) with different
> >>>      voices and
> >>>      it is impossible to understand.
> >>>      5) LibreOffice - has a tts plugin but it is cumbersome and adds
> >>>      several
> >>>      steps.?=C3=82  It has a nice feature to output the contents of t=
he
> >>>      clipboard
> >>>      but it requires too many steps.
> >>>      6) program to user output - kmouth or command line seem the only
> >>>      alternative to Jovie
> >>>      7) miscellaneous programs (with no plugins or built in tts)? -
> >>>      same as 6)
> >>>
> >>>      It seems clear that a lot of developers are aware/are working on
> >>>      tts for
> >>>      various programs, and that is very encouraging and great. Howeve=
r,
> >>>      it is
> >>>      a time of great transition and the tts functions (without Jovie)
> are
> >>>      quite inadequate for the partially sighted (for example, from
> macular
> >>>      degeneration which is fairly common). Thanks, Gustav.
> >>>
> >>>      On 10/22/21 1:56 AM, Jeremy Whiting wrote:
> >>>      > Hello all,
> >>>      >
> >>>      > I've been quietly watching this conversation for a bit but nee=
d
> to
> >>>      > chime in here. I'm the one that changed the name from ktts to
> Jovie
> >>>      > many years ago. Then deprecated Jovie itself when QtSpeech cam=
e
> >>>      about.
> >>>      > I'm very curious about what use cases there still are for Jovi=
e.
> >>>      > Shortly before the name change from ktts to Jovie it was
> >>>      drastically
> >>>      > changed to just be a gui on top of Speech-Dispatcher. QtSpeech
> as a
> >>>      > library does the same thing but has no gui, is only useful fro=
m
> >>>      > applications. My question is what do you use Jovie for exactly=
?
> >>>      Here
> >>>      > are the ways replacements using QtSpeech "Just Work" in my min=
d.
> >>>      >
> >>>      > Want to hear notifications from any KDE application like
> Jovie/ktts
> >>>      > did? Turn that on in the application's notifications
> >>>      configuration. It
> >>>      > uses QtSpeech to speak the notification, title, message or bot=
h.
> >>>      Just
> >>>      > like it did previously with ktts/jovie.
> >>>      > Want to read a document out loud? Use Okular's QtSpeech action=
s
> in
> >>>      > it's menu. It sends either the selected text or the current pa=
ge
> >>>      to be
> >>>      > spoken to Speech-Dispatcher directly for listening to the
> document.
> >>>      > Want to read out loud a web article of some kind? Use Firefox'=
s
> tts
> >>>      > features to read it out to you. It doesn't use QtSpeech, but
> >>>      interacts
> >>>      > with speech-dispatcher directly if I recall correctly.
> >>>      > Want to type some text and hear it spoken? This can be done in=
 a
> >>>      > number of ways. 1. spd-say command line tool. 2. espeak or
> >>>      espeak-ng
> >>>      > or festival, or pico or any other tts directly from command
> >>>      line. 3.
> >>>      > Use KMouth if you prefer to have a gui. KMouth uses
> >>>      speech-dispatcher
> >>>      > directly if I recall correctly and provides a nice gui with a
> >>>      > customizable dictionary of commonly used words, etc.
> >>>      >
> >>>      > With the above, what is the use of Jovie anymore? If there's a
> use
> >>>      > case that isn't covered by the above we can certainly revive
> >>>      Jovie and
> >>>      > fill the gap if there is one, but in my mind the above uses ar=
e
> >>>      > already covered.
> >>>      >
> >>>      > thanks,
> >>>      > Jeremy Whiting
> >>>      >
> >>>      > On Thu, Oct 21, 2021 at 4:15 PM Jude DaShiell
> >>>      <jdashiel@panix.com <mailto:jdashiel@panix.com>
> >>>      > <mailto:jdashiel@panix.com <mailto:jdashiel@panix.com>>> wrote=
:
> >>>      >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Quite agree with you on that score.??=
?=C3=82  A new
> version of
> >>>      redcore
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Linux is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 available for download and it has a v=
ery current
> kernel
> >>>      and its
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 default
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 desktop is kde plasma.???=C3=82  Mayb=
e one thing jovie
> might do
> >>>      when
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 started up is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 to locate something like espeak-ng or=
 espeak or
> >>>      speech-dispatcher and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 start those up first then come up on =
its own.??? If
> it finds
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 speech-dispatcher maybe remind the us=
er to run
> spd-conf
> >>>      to get
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 speech-dispatcher configured correctl=
y but could
> generate
> >>>      a default
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 spd.conf file and let the user know t=
hat it's there
> and maybe
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 reconfigure
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 if problems arise.
> >>>      >
> >>>      >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 On Thu, 21 Oct 2021, Gustav Degreef w=
rote:
> >>>      >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > Festival was not much of an improve=
ment in voice
> >>>      quality.???
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Embrola, as you
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > say, was too difficult to configure=
.???=C3=82  I'll
> check out
> >>>      Fenrir,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 and tdsr but the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > voice quality is TOTALLY secondary =
- a smoothly
> working
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 jovie/espeak (or
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > equivalent) is quite adequate to ge=
t things
> done.???=C3=82
> >>>      Which in
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 theend is really
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > the important thing. Gustav
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > On 10/21/21 1:56 PM, Jude DaShiell =
wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > > fenrir and tdsr are a couple more=
 to check out and
> >>>      mbrola and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 festival can
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > > maybe help the human speech situa=
tion though not
> easily
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 configured.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > > On Thu, 21 Oct 2021, Gustav Degre=
ef wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> Actually, Jovie replaced ktts qu=
ite some years
> ago.????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Qtspeech is supposed
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> be a partial replacement, but th=
ere is no
> frontend
> >>>      program to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 manage the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> output of speechdispatcher (like=
 Jovie). ???
> e-speak
> >>>      works
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 fine for me, but
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> bothers everyne else who listens=
 to my computer
> >>>      outptut (my
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 partner and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> friends).????=C3=82  e-speak is =
clear enough, just
> does
> >>>      not sound
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 like a person.???
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> Good,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> I'll look into espeak-ng, thanks=
! Gustav
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >> On 10/21/21 11:04 AM, Jude DaShi=
ell wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> I had read somewhere ktts was s=
upposed to have
> replaced
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 jovie.???=C3=82  Also,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> espeak-ng is a successor to esp=
eak.???=C3=82  It's
> good
> >>>      you got any
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 of this
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> working.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> ---------- Forwarded message --=
-------- Date:
> Thu,
> >>>      21 Oct
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 2021 04:36:27
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> From: Gustav Degreef <gustav97@=
gmail.com
> >>>      <mailto:gustav97@gmail.com>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 <mailto:gustav97@gmail.com <mailto:gu=
stav97@gmail.com
> >>>
> >>>      To: Simion
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> <simion314@gmail.com <mailto:
> simion314@gmail.com>
> >>>      <mailto:simion314@gmail.com <mailto:simion314@gmail.com>>>,
> >>>      >?=C3=82  ?=C3=82  ? kde-accessibility@kde.org
> >>>      <mailto:kde-accessibility@kde.org>
> >>>      <mailto:kde-accessibility@kde.org <mailto:
> kde-accessibility@kde.org>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Subject: Re: Is there a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> project that is jovie successor=
?
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> Hi Simion,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> Thanks for your input and effor=
t.?????=C3=82 ?????=C3=82
> I
> >>>      carefuly looked
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 over everything
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> you
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> mentioned, including the script=
 but it has
> taken me
> >>>      a long
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 time.?????=C3=82 ?????=C3=82  I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> only
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> have a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> rudimentary??????=C3=82  knowle=
dge of
> >>>      scripts.?????=C3=82 ?????=C3=82 ?????=C3=82  So
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 modifying or writing
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> scripts
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> is beyond
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> my current possibility, especia=
lly with my
> vision
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 problems.?????=C3=82 ?????=C3=82  But=
 it
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> really
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> helped me to look everything
> over.?????=C3=82 ?????=C3=82  I
> >>>      decided the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 best way was to go
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> back
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> trying to install it from the o=
pensuse
> >>>      repos.?????=C3=82 ?????=C3=82  I had
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 failed the first
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> time and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> created a great confusion in my=
 setup. But it
> was a
> >>>      spare
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 "test" setup on
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> separate partition.?????=C3=82 =
????? I spent a lot of
> >>>      time cleaning
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 up the repos,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> updating and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> cleaning up. And now Jovie work=
s on opensuse
> >>>      15.3!?????=C3=82 ?????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 The packages come
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> from
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> unofficial repos, but someone e=
lse with the tech
> >>>      knowhow has
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 put it
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> together.?????=C3=82 ?
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> I am "forced" to upgrade soon, =
since the
> opensuse
> >>>      15.2 EOL
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 is soon.?????=C3=82 ????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> But
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> now I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> can move forward hopefully for =
another 1.5
> years,
> >>>      the life
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 of 15.3 until a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> better solution comes.?????=C3=
=82 ?????=C3=82  I hope you
> or
> >>>      someone else
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 can help come up
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> with
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> replacement for Jovie.?????=C3=
=82 ?????=C3=82  Thanks for
> your
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 efforts.?????=C3=82 ?????=C3=82  Gust=
av.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> p.s. I'm posting back on the li=
st in case it
> may help
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 someone else.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>> On 9/13/21 1:13 AM, Gustav Degr=
eef wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>> On 8/30/21 7:15 PM, Simion wro=
te:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> Hi Gustav,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> I personally would try to com=
pile it, if I am
> >>>      unable I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 would try first a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> simple bash script, the issue=
 with next
> script is
> >>>      that is not
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> queuing????????????? the task=
s so you can get
> 2
> >>>      speakers at
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 the same time
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> or
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> you
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> can edit the script to "killa=
ll" previous
> taks (so an
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 application that
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> runs
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> in background would be needed=
 to improve the
> >>>      experience)
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> #! /bin/bash
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> xclip -out -selection primary=
 | xclip -in
> >>>      -selection clipboard
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> xsel --clipboard | tr "\n" " =
" | espeak
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> #end script
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> or maybe python or nodejs
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> I am tempted to write somethi=
ng to do some
> >>>      cleanup on the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 input,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> like when I want to read an e=
ntire reddit
> page of
> >>>      omments
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 would be nice
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> if
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> could????????????? clean it u=
p?????????????=C3=82
> >>>      first and remove
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 all the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> "reply/report
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> ..." buttons labels
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> The reason I decided that in =
future I would
> use
> >>>      espeak is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 because in my
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> current configuration jovie u=
ses speech
> >>>      dispatcher and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 speech dispatcher
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> uses
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> espeak , Qt5 is a new extra l=
ayer so a new
> placed
> >>>      that
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 could cause
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> problems
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> (but yes Qt5 would be nice to=
 have if you
> plant
> >>>      to write a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 cross
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> operating
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> system desktop application).
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> I have no plans to upgrade fr=
om my system
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 soon,?????????????=C3=82  maybe when =
I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> will
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> upgrade my computer or I am f=
orced to upgrade.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> You probably need to install =
and configure
> >>>      espeak, the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 language and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> speed,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> you can have a key bind to???=
??????????=C3=82  run
> the
> >>>      script, you
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 can modify the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> script
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> to?????????????=C3=82  add so=
mething like "killall
> >>>      espeak" to stop
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 the previous
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> Sorry I can't help more.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> Regards, Simion
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>> Hi Simion,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>> Thanks for taking the time and=
 for your effort.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>> On 8/28/21 11:42 PM, Gustav D=
egreef wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> Hi Simion,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> Thanks for your detailed
> reply.?????????????=C3=82  I use
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 opensuse leap 15.2
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> with
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> KDE
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> plasma 5.18.6, Qt 5.12.7. ??=
???????????=C3=82
> Jovie
> >>>      continues to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 work fine even
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> though
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> it has been deprecated.?????=
????????=C3=82
> However,
> >>>      it no longer
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 works on
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> opensuse
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> 15.3 and 15.2 end of life is=
 in December
> this year.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Someone has built
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> packages for Jovie on the Op=
en Build Service
> of
> >>>      Suse, but
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 I could not
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> get
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> it
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> to install properly, I think=
 it's due to the
> Qt
> >>>      changes,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 I got a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> dependency
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> mess.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> I have been trying to find a=
 replacement for
> >>>      Jovie for 3
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 years at
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> least,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> since it was clear it would =
no longer be
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 maintained.?????????????=C3=82  Read
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> Aloud
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> a plugin for Firefox that fi=
lls all the
> browser
> >>>      needs.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Thunderbird also
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> has
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> a Read Aloud plugin, but it =
only works for
> >>>      single emails
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 and top posted
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> replies, list messages, etc.=
?????????????=C3=82
> It
> >>>      reads only
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 from top to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> bottom
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> without being able to select=
 only parts of
> the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 mail.??????????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> LibreOffice
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> has a text to speech plugin =
that even reads
> the
> >>>      clipboard
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 contents, but
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> it
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> is cumbersome.???????????? O=
kular has a nice
> TTS
> >>>      function,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 but it often
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> starts
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> two different simultaneous b=
ut voices of the
> >>>      same text
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 which can't be
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> understood.???????????? Some=
times id
> functions
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 fine.?????????????=C3=82  That is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> where I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> use TTS the most, and period=
ically to read
> out error
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 messages, text
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> boxes
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> etc (for which Jovie is indi=
spensable and for
> >>>      which I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 don't have an
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> adequate
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> substitute).
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> Any suggestions?????????????=
 Perhaps to
> compile
> >>>      Jovie from
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 a tar
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> binary??????????????=C3=82  =
Or are you seriously
> >>>      thinking of
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 building a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> replacement
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> for
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> Jovie? Thanks, Gustav.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>> On 8/26/21 12:01 PM, Simion =
wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> Hi, no problem ,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> btw my name is Simion no Si=
mon, don't worry
> it
> >>>      is OK
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 just want to
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> mention
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> it to prevent issues like t=
ypos in emails
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> I still use Jovie, from my =
fork with a few
> >>>      crash fixes
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> I have some scripts that I =
use directly
> espeak .
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> I was not yet forced to giv=
e up on Jovie
> but my
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 conclussion was to not
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> use
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> Qt if I have to write my ow=
n replacement,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> since I would not need some=
 crossplatform
> >>>      solution I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 could probably
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> make
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> python application , or eve=
n something that
> >>>      runs in the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      browser????????????????????????????????????????????????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 or nodejs.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> But for now on my distro I =
can still compile
> >>>      jovie , I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 have a keyboard
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> with
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> multipmedia keys so my work=
flow is to copy
> >>>      paste stuff
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 in clipboard
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> and
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> using my keys I can play/pa=
use/resume. I
> still use
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 espeak as backend
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> with
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> voice speed set to max.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>> On 8/26/21 12:37 PM, Gustav=
 Degreef wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> Hello Simon,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> I saw your old message on =
the accessibility
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>
> >>>      list.????????????????????????????????????????????????=C3=82  I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 also have
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> serious
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> eye
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> problems, though I am not
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>
> >>>      blind.????????????????????????????????????????????????=C3=82  I
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 have been
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> using
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> Jovie
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> for most of my computer ti=
me for years and
> I
> >>>      am trying
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 to find a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> replacement for
> >>>      >?=C3=82  ? ?=C3=82 it.?????????????????????????????????????????=
???????=C3=82  In
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> my
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> situation a screen reader =
is not
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>
> >>>      suitable.???????????????????????????????????????????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 Excuse me for
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> writing
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> you
> >>>      >?=C3=82  ?
> ?=C3=82 directly.????????????????????????????????????????????????
> >>>      Can I ask
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> you
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> more about this
> >>>      >?=C3=82  ? ?=C3=82 issue???????????????????????????????????????=
???????
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> Gustav
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>> On 5/12/18 10:18 AM, Simio=
n wrote:
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> Hello, So I know that jov=
ie is not be
> ported
> >>>      to KDE5
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 and that the
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> idea
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> is
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> to use QtSpeech, I can't =
find if someone
> >>>      started a
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 replacement for
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> jovie
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> that uses QtSpeech yet.
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> I plan to investigate QtS=
peech and see if
> it
> >>>      works
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 properly on
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> Linux,
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> if
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>> there is no such a projec=
t started is
> there any
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 interest in it?
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>>>>>>>>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 > >>
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 >
> >>>      >?=C3=82  ?=C3=82  ?=C3=82 >
> >>>      >
> >>>
> >>
> >>
>
>

[Attachment #3 (text/html)]

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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic