Bug 446112 - Extend the clipboard history beyond 2048 entries
Summary: Extend the clipboard history beyond 2048 entries
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (show other bugs)
Version: 5.23.3
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-26 10:59 UTC by 0BADC0DE
Modified: 2021-11-26 11:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 0BADC0DE 2021-11-26 10:59:59 UTC
SUMMARY
It would be just much better if it could be just like Konsole scroll-back buffer:
either freely user selectable or, even better, "Unlimited"
Comment 1 David Edmundson 2021-11-26 11:01:07 UTC
There's a cost to load time, and beyond 2000 entries is just ridiculous.
Comment 2 0BADC0DE 2021-11-26 11:06:42 UTC
I think then that the clipboard should get an "on demand" implementation of the history.
You load the latest <whatever_makes_sense> history items and only load the remaining ones when wants to browse through them.