SUPERCILEX / gnome-clipboard-history

Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
https://extensions.gnome.org/extension/4839/clipboard-history/
MIT License
473 stars 47 forks source link

copy&paste broken in vscode #103

Closed str closed 2 years ago

str commented 2 years ago

Describe the bug

After latest update, everytime I copy something from vscode, it's not coppied to the clipboard. It does not happen with other apps.

How To Reproduce

install vscode via apt open it copy some text paste it, nothing is pasted

Versions

GNOME Shell 42.4 GCH Version: 20 org.gnome.shell.extensions.clipboard-history cache-only-favorites false org.gnome.shell.extensions.clipboard-history cache-size 100 org.gnome.shell.extensions.clipboard-history clear-history @as [] org.gnome.shell.extensions.clipboard-history confirm-clear true org.gnome.shell.extensions.clipboard-history disable-down-arrow true org.gnome.shell.extensions.clipboard-history display-mode 0 org.gnome.shell.extensions.clipboard-history enable-keybindings true org.gnome.shell.extensions.clipboard-history history-size 1000 org.gnome.shell.extensions.clipboard-history move-item-first true org.gnome.shell.extensions.clipboard-history next-entry @as [] org.gnome.shell.extensions.clipboard-history notify-on-copy false org.gnome.shell.extensions.clipboard-history paste-on-selection true org.gnome.shell.extensions.clipboard-history prev-entry @as [] org.gnome.shell.extensions.clipboard-history private-mode false org.gnome.shell.extensions.clipboard-history process-primary-selection true org.gnome.shell.extensions.clipboard-history strip-text true org.gnome.shell.extensions.clipboard-history toggle-menu ['V'] org.gnome.shell.extensions.clipboard-history toggle-private-mode ['P'] org.gnome.shell.extensions.clipboard-history topbar-preview-size 1 org.gnome.shell.extensions.clipboard-history window-width-percentage 20

Steps to repro

What causes the crash/bug? I don't know

SUPERCILEX commented 2 years ago

Need to investigate further, but this almost certainly caused by the Save selected text setting. Turn that off for now.

str commented 2 years ago

Confirmed, that solved the issue temporarily.