[plasmashell] [Bug 185311] Option to auto erase content after a certain amount of time

2023-10-23 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=185311

htpha  changed:

   What|Removed |Added

 CC||ht...@gmx.net

--- Comment #5 from htpha  ---
(In reply to Mike from comment #4)
> Currently I manage this with a script that runs from .config/autostart and
> checks org.kde.klipper.klipper.getClipboardContents once per minute. Then,
> when extant data in the clipboard is unchanged for >10 minutes, it runs
> clearClipboardHistory.
> 
> A more perfect (for me) solution would watch for clipboard activity (copy
> AND paste), then clear the contents if there is no activity for x seconds.

Hi!
I might have a solution/workaround for you :^)

I was working on a solution to open mpv on copying youtube urls. I am using
Klippers Action Menu for this to pass all urls matching my pattern to mpv but
this will clutter Klipper with youtube links after a while. Therefore I wanted
these Klipper entries to be removed on triggering my Klipper action. If you
suppress the output of your command or your command doesn't write to stdout and
select "Replace current clipboard" for "Output from command:" this entry will
be removed from Klippers list.

So here is something you can try:

1. Create a new Klipper Action: Configure Clipboard > Actions Configuration >
Add Action
2. Action Properties: Enter your regex pattern and description, ie. "Clear
clipboard history in ... secs after this copy" > Add Command
3. Command Properties: Command: sleep $YOUR_X_SECS && qdbus org.kde.klipper
/klipper org.kde.klipper.klipper.clearClipboardHistory
4. Command Properties: Output from command: Replace current clipboard (if you
want this specific entry to be deleted instead of whole history)
4. ??
5. Profit

With this you have control over when the history should be cleared instead of
relying on a timer. In my case only entries I want to be removed will be
affected and everything else stays. I don't use any delay, only surpressing
mpv's output is enough. You can do something similar for anything you don't
want to stay in the history. Name the Action something like "Delete this in
10secs" and as Command only use sleep.

I also ticked "Show action popup menu:" to "Immediately on selection" or you
can press your shortcut to trigger the Action menu. I believe Meta+Ctrl+R is
the default.

At n...@kde.org: what is the purpose of
org.kde.klipper.klipper.clearClipboardContents? It doesn't seem to do
anything..

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 463886] the effect "Desktop Grid" is incredibly laggy

2023-08-28 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=463886

htpha  changed:

   What|Removed |Added

 CC||ht...@gmx.net

--- Comment #5 from htpha  ---
I noticed if I use different Plasma Styles the lag reduces noticeably. For
example Air, Oxygen or Suave (https://store.kde.org/p/1513276) are very laggy
whereas Breeze, Adapta (https://store.kde.org/p/1191699) or Materia
(https://store.kde.org/p/1229134) are way smoother.

Hope this workaround helps.

$ kwin_wayland --version
kwin 5.27.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 450583] Requesting an icon for synchronization action which does not resemble a folder

2022-02-19 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=450583

--- Comment #2 from htpha  ---
Created attachment 146940
  --> https://bugs.kde.org/attachment.cgi?id=146940&action=edit
colorful emblem-synchronizing icons

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 450583] Requesting an icon for synchronization action which does not resemble a folder

2022-02-19 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=450583

--- Comment #1 from htpha  ---
Created attachment 146939
  --> https://bugs.kde.org/attachment.cgi?id=146939&action=edit
Examples of view-refresh icons compared to breeze

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 450583] New: Requesting an icon for synchronization action which does not resemble a folder

2022-02-19 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=450583

Bug ID: 450583
   Summary: Requesting an icon for synchronization action which
does not resemble a folder
   Product: Breeze
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: ht...@gmx.net
CC: kain...@gmail.com
  Target Milestone: ---

Created attachment 146938
  --> https://bugs.kde.org/attachment.cgi?id=146938&action=edit
Examples of other icons for emblem-synchronizing-symbolic

Hi! There doesn't seem to be a sync icon for actions in Breeze. Currently we
have syncing folders icons. A standalone icon independant from context would be
nice.
The refresh icon is visually fine but semantically the wrong icon.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 449283] Multiple find bars or delimiter to search for more terms at once

2022-02-18 Thread htpha
https://bugs.kde.org/show_bug.cgi?id=449283

htpha  changed:

   What|Removed |Added

 CC||ht...@gmx.net

--- Comment #1 from htpha  ---
This feature is actually already implemented but not for the find bar. If you
open your side bar and go to thumbnails you can filter multiple keywords at
once and each of them are highlighted in different colors.

To have multiple find bars or having the user to know delimiters is imo too
much. The thumbnails filter is also really fast compared to the find bar which
is doing a incremental search. When you search the thumbnails a temporal DB is
created (I am guessing this cause I am not a Okular dev) which is just a bliss
to search a big document multiple times.

-- 
You are receiving this mail because:
You are watching all bug changes.