question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't save entries

See original GitHub issue

Describe the bug

When I copy text it isn’t saved into the clipboard history.

How To Reproduce

Versions

GNOME Shell 40.5 GCH Version: 15 org.gnome.shell.extensions.clipboard-history next-entry @as [] org.gnome.shell.extensions.clipboard-history disable-down-arrow true org.gnome.shell.extensions.clipboard-history history-size 50 org.gnome.shell.extensions.clipboard-history cache-size 100 org.gnome.shell.extensions.clipboard-history confirm-clear true org.gnome.shell.extensions.clipboard-history strip-text true org.gnome.shell.extensions.clipboard-history display-mode 0 org.gnome.shell.extensions.clipboard-history topbar-preview-size 10 org.gnome.shell.extensions.clipboard-history clear-history @as [] org.gnome.shell.extensions.clipboard-history private-mode false org.gnome.shell.extensions.clipboard-history cache-only-favorites false org.gnome.shell.extensions.clipboard-history process-primary-selection false org.gnome.shell.extensions.clipboard-history paste-on-selection false org.gnome.shell.extensions.clipboard-history notify-on-copy false org.gnome.shell.extensions.clipboard-history toggle-menu [‘<Super><Shift>V’] org.gnome.shell.extensions.clipboard-history move-item-first true org.gnome.shell.extensions.clipboard-history window-width-percentage 33 org.gnome.shell.extensions.clipboard-history enable-keybindings true org.gnome.shell.extensions.clipboard-history toggle-private-mode [‘<Super><Shift>P’] org.gnome.shell.extensions.clipboard-history prev-entry @as []

Steps to repro

Select and copy text. Open the extension menu and verify the copied text is missing.

Additional context (if a crash, provide stack trace)

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gjmcommented, Apr 20, 2022

@SUPERCILEX unfortunately I can’t share my history file…

I removed the file, as you suggested, and it works again.

As far as I’m concerned this issue can be closed. I’m not closing it myself because you may want to use it for some follow up work.

Thanks a lot for your help!

0reactions
SUPERCILEXcommented, May 20, 2022

Hey, thanks for investigating! Presumably you’re looking at stuff through a text editor which isn’t going to be useful since the database is a binary format. I just added a tool to dump the db metadata. Can you run it and share the output? It should pinpoint where things went wrong:

$ git clone git@github.com:SUPERCILEX/gnome-clipboard-history.git
$ cd gnome-clipboard-history/tools
# If you don't have rust installed:
$ curl https://sh.rustup.rs -sSf | sh
$ cargo r -- dump > dump.txt
# Run this instead if you moved the database somewhere else:
$ cargo r -- dump path/to/db > dump.txt

Upload dump.txt. Also, it will probably fail since the db is corrupted so sharing the dump crash would also be helpful.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firefox doesn't save web form entries - Mozilla Support
If you find that Firefox will save form entries for forms on only some websites, but not on others, the site might be...
Read more >
Why can't I save my journal entry? - QuickBooks - Intuit
Hi @dndiaz_castle , let's fix this. Just try open in private browser, clear the caches and browsing history, try in another browser engine, ......
Read more >
Doesn't save form entries anymore – Poor Support Help
You recieved all mail data but the entries has been not submitted to the backend anymore. I recommended a reinstall and to check...
Read more >
Access form is not saving records - Microsoft Q&A
I have an access form that is bound to a specific record source and I am able to enter data. However, when I...
Read more >
Entity framework doesn't save data entries in database
Entity framework doesn't save data entries in database ; try to replace "new db.Books();" with "db.Books.CreateObject();". – Davide Piras. Sep 7, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found