oae / gnome-shell-pano

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

Sync to Primary doesn't select most recent copied text in Pano UI #190

Closed jdoss closed 1 month ago

jdoss commented 1 year ago

Description

When highlighting text or double clicking text to copy it to the Primary buffer it will no longer select that as the current item in the clipboard list.

Problem Explanation

Write a clear and concise description of what the bug is:

Highlight some text to put it into the Primary buffer and you can see it is in the Primary buffer if you middle click past right away but if you ctrl + v you will get an older item.

Expected Behavior

A full sync of the Primary and Clipboard buffers. If one is updated the other is as well.

Details

Mark with [ ] all that applies:

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?

Fill in all information that applies:

Environment

Pano Configuration

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

$ dconf dump /org/gnome/shell/extensions/pano/
[/]
global-shortcut=['<Alt>z']
history-length=100
keep-search-entry=false
link-previews=true
open-links-in-browser=true
paste-on-select=false
play-audio-on-copy=false
send-notification-on-copy=false
shortcut=['<Shift><Alt>z']
show-indicator=true
sync-primary=true
window-height=325

Enabled Extensions

Command: dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'

$ dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
['gnome-shell-screenshot@ttll.de',
'GPaste@gnome-shell-extensions.gnome.org',
'appindicatorsupport@rgcjonas.gmail.com',
'openweather-extension@jenslody.de',
'pano@elhan.io',
'utcclock@injcristianrojas.github.com']
jdoss commented 1 year ago

A workaround for now is to install gpaste and let it handle the clipboard sync.

image

jdoss commented 1 month ago

I think this is no longer an issue in Gnome 46.2 built off the current master today. I will reopen if I can reproduce it.