On Wednesday, 11 December 2019 16.17 Thomas Tanghus wrote:
> But since KWin is moving
> to Wayland, maybe they have found a way to circumvent that restriction,
> else one of my favorite utility apps Klipper would seize working?
But I had my hopes up too early: https://phabricator.kde.org/T4449
--
On Wednesday, 11 December 2019 14.34 Pekka Vuorela wrote:
> > So basically the only way to monitor the clipboard is to poll it
> > regularly?
>
> Wayland offers clipboard content only to active windows / apps, so not
> sure how feasible your intention is.
You're probably right. Even polling doesn
On Wed, 2019-12-11 at 12:53 +0100, Thomas Tanghus wrote:
> On Tuesday, 10 December 2019 21.54 Thomas Tanghus wrote:
> > I was playing a bit with the Clipboard module, just to see how it
> > works,
> >
> > So: How can it be that it's triggered by Sailfish Connect and not
> > any
> > other apps?
>
On Wednesday, 11 December 2019 12.53 Thomas Tanghus wrote:
> My idea was to make an app like the Plasma Klipper app
And apparently I'm not the only one:
https://together.jolla.com/question/50637/clipboard-paste-ring/
--
Med venlig hilsen / Best regards
Thomas Tanghus
A: Because it breaks the l
On Tuesday, 10 December 2019 21.54 Thomas Tanghus wrote:
> I was playing a bit with the Clipboard module, just to see how it works,
>
> So: How can it be that it's triggered by Sailfish Connect and not any
> other apps?
Answering myself: The onTextChanged is only triggered when the app is in the
I was playing a bit with the Clipboard module, just to see how it works, and
did something similar to:
ApplicationWindow {
id: app
property string text
Binding {
target: app
property: 'text'
value: Clipboard.text
}
onTextChanged: console.log("Clipboar