Kindle app running under wine TTS: can't access highlight

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Lucek
Newbie
Newbie
Posts: 1
Joined: Sat Feb 02, 2019 8:12 am

Kindle app running under wine TTS: can't access highlight

Post by Lucek »

I setup my machine to read highlighted text with this code I found online:

Code: Select all

#!/bin/bash


xclip -o | xclip -selection clipboard -i
xclip -o | espeak
But it won't read text highlighted in the kindle app I installed under PlayonLinux. Any assistance would be greatly appreciated.
Locked