diodon

broken - no clipboard entries anymore

Quick Fixes

pkill diodon
pkill zeitgeist-daemon
G_MESSAGES_DEBUG=all diodon > diodon_debug.txt

sqlite DB broken

# Testrun from diodon shows:
$ strace diodon
...
zeitgeist-clipboard-storage.vala:383: Add item unavailable not successful, error: GDBus.Error:org.gnome.zeitgeist.EngineError.DatabaseCorrupt: Database corruption flag is set.
...
$ sqlite3 ~/.local/share/zeitgeist/activity.sqlite 'VACUUM;'
$ zeitgeist-daemon -r
[09:25:01.337402 WARNING] sql.vala:150: It looks like your database is corrupt. It will be renamed and a new one will be created.
[09:25:01.391462 WARNING] zeitgeist-daemon.vala:546: Can't create database: 10, disk I/O error
$ pkill zeitgeist-daemon
$ rm -r .local/share/zeitgeist/
$ nohup zeitgeist-daemon -r &

# Restart diodon
$ pkill diodon
$ nohup diodon &

Revision #3
Created 2026-06-30 10:53:49 CEST by admino
Updated 2026-07-03 14:47:44 CEST by Jonas Valentin Rose