Bug 359994 - Save contexts of clipboard entries and show it alongside them (also at mouse position)
Summary: Save contexts of clipboard entries and show it alongside them (also at mouse ...
Status: RESOLVED INTENTIONAL
Alias: None
Product: klipper
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 13:15 UTC by hvm
Modified: 2016-03-02 13:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hvm 2016-03-02 13:15:11 UTC
Is it feasible to store the context of each clipboard entry? I'm thinking of:
 - source application
 - window name
 - date/time
Also it might be useful to store the same information for contexts in which the entries were used (i.e. where/when they were pasted into)

All this information would be searchable as well.

Reproducible: Always
Comment 1 Martin Flöser 2016-03-02 13:28:10 UTC
Sorry, but no. Such information is not available on Wayland. On X11 it might be possible to get it somehow, but only when interacting low level with the windowing system. Klipper, though, only uses QClipboard, which doesn't expose such meta data.