Comment 3 for bug 727132

Revision history for this message
XceptN (oyuksel153) wrote :

The following workaround I came up (which clears all the tweets from the sqlite3 DB) with helps if done every now and then:

1. Stop Gwibber
2. Run
   echo -e "delete from messages;\nvacuum;" | sqlite3 ~/.config/gwibber/gwibber.sqlite
on the command line.
3. Start Gwibber