Closed nigelatdas closed 1 year ago
Could you try rebooting? Seems like an I/O error.
sure..
no luck.
When I grab latest and build it... and try to install..
-> cat metadata.json
{
"name": "Clipboard History",
"version": 30,
"uuid": "clipboard-history@alexsaveau.dev",
"gettext-domain": "clipboard-history@alexsaveau.dev",
"settings-schema": "org.gnome.shell.extensions.clipboard-history",
"description": "Gnome Clipboard History is a Gnome extension that saves items you've copied into an easily accessible, searchable history panel.",
"url": "https://github.com/SUPERCILEX/gnome-clipboard-history",
"shell-version": ["45"]
}
my shell-version is no longer supported.
At some point I think I tried adding "44" to that list and installing it :innocent: ... which may have :cactus: something up. ... (man. you can't trust users!)
I think 1.3.5 is the last one to officially support 44.
If I make
and make install
that version (from the tag) , then Atl+F2
r
I still get no history shown.
Still nothing after reboot either
Ah, yeah your database is corrupted unfortunately. Do this to recover most of it:
cd ~/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/
head -c 126775 database.log > next
mv database.log /tmp/clipboard.bak
mv next database.log
Then restart gnome and you should be good to go.
I found the database.log
in the ~/.cache/clipboard_history@alexsaveau.dev
folder.
I tried truncating it... but in the end i just deleted it and started again from scratch.
That worked. Now it's working again!
Sounds good!
Describe the bug
I'm not getting any history any more. It was working fine, then I went to use it and found this...
How To Reproduce
sorry. no idea.
Versions
Steps to repro
No idea. it runs fine. just shows no history
Additional context (if a crash, provide stack trace)
Add any other context about the problem here.
journal history
If the issue could be database corruption, run this command to encrypt your clipboard history: database_enc.zip