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
470 stars 46 forks source link

Stopped working on Ubuntu 24 #178

Closed atar-axis closed 4 months ago

atar-axis commented 4 months ago

Describe the bug

Stopped working on Ubuntu 24, the history keeps empty

How To Reproduce

Versions

GNOME Shell 42.5
GCH   Version: 41
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 false
org.gnome.shell.extensions.clipboard-history strip-text false
org.gnome.shell.extensions.clipboard-history toggle-menu ['<Super><Shift>V']
org.gnome.shell.extensions.clipboard-history toggle-private-mode ['<Super><Shift>P']
org.gnome.shell.extensions.clipboard-history topbar-preview-size 10
org.gnome.shell.extensions.clipboard-history window-width-percentage 33

Steps to repro

What causes the crash/bug?

Additional context (if a crash, provide stack trace)

Jul 12 11:36:15 pop-os gnome-shell[10003]: JS ERROR: Gio.IOErrorEnum: Unexpected early end-of-stream
                                           loop/<@/home/flo/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/store.js:128:15
SUPERCILEX commented 4 months ago

Run gio trash ~/.cache/clipboard-history@alexsaveau.dev/database.log and then restart.

atar-axis commented 4 months ago

Thanks!