oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
978 stars 52 forks source link

Double click adds text to history #257

Open moritztim opened 4 months ago

moritztim commented 4 months ago

Description

What is the bug?

Problem Explanation

When Pano is enabled, any text I double click gets added to the history, but when I paste with ctrl v it pastes whatever I actually copied last. image

Expected Behavior

The history should contain only the actual clipboard history

Reprodution

Steps To Reproduce

  1. Enable pano
  2. Clear the history
  3. Copy something to the clipboard
  4. Check the hstory to see only one entry
  5. Double click on text
  6. Check the history to see that the text is now in there, even tho it was only double clicked
  7. Paste, to see that it's not actually in the clipboard

Details

It happens with any application?

It happens only on one computer?

It happens only with some specific gnome configuration?

It happens only with some specific extension installed?

Diagnostics

Under what conditions does it happen?

Environment

Output and Logs

Gnome

Command: journalctl --since=now --follow /usr/bin/gnome-shell

$ journalctl --since=now --follow /usr/bin/gnome-shell
[no ouput when reproducing bug]

Pano Configuration

Command: dconf dump /org/gnome/shell/extensions/pano/

$ dconf dump /org/gnome/shell/extensions/pano/
[/]
global-shortcut=['<Super>v']
history-length=50
paste-on-select=true
play-audio-on-copy=false
send-notification-on-copy=false
show-indicator=false
sync-primary=true

Enabled Extensions

n/a