Cobra Forum

Linux Specialised Support => Wine => Topic started by: kalpana on Oct 30, 2023, 04:18 AM

Title: Get wine and Ubuntu to share a clipboard?
Post by: kalpana on Oct 30, 2023, 04:18 AM
I have a stable copy of Kindle for PC running under Playonlinux and Espeak is configured and running well.

I want push a button and have it play the highlighted text in my kindle book. I'm trying to use the script
#!/bin/bash


xclip -o | xclip -selection clipboard -i
xclip -o | espeak


but it never picks up highlights in wine. So how do I link the clipboards/ grab highlighted text in wine?