Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double click adds text to history #257

Open
4 of 9 tasks
moritz-t-w opened this issue Feb 14, 2024 · 0 comments
Open
4 of 9 tasks

Double click adds text to history #257

moritz-t-w opened this issue Feb 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@moritz-t-w
Copy link

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?

  • Yes, it applies to any application.
  • No. Only with the following applications:
  • It works with the following applications that I have tried:
    n/a

It happens only on one computer?

  • I don't know.
  • No. I have tried it on more than one computer.
    both running arch linux

It happens only with some specific gnome configuration?

  • I don't think that the configuration matters.
  • Yes. Only if the following config is set up:

It happens only with some specific extension installed?

  • I don't think that the installed extensions affect the bug/behavior.
  • Yes. Only if the following gnome extension is 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

@moritz-t-w moritz-t-w added the bug Something isn't working label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant