https://bugs.kde.org/show_bug.cgi?id=397487

p d <pizzad...@linuxmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |pizzad...@linuxmail.org

--- Comment #2 from p d <pizzad...@linuxmail.org> ---
Workaround:

Create a script in cron that does this:

#!/bin/bash
sqlite3 ~/.local/share/kactivitymanagerd/resources/database 'delete from
ResourceInfo; pragma wal_checkpoint(TRUNCATE); vacuum;'
sqlite3 ~/.local/share/kactivitymanagerd/resources/test-backup/database 'delete
from ResourceInfo; pragma wal_checkpoint(TRUNCATE); vacuum;'
sqlite3 ~/.local/share/kactivitymanagerd/resources/working-backup/database
'delete from ResourceInfo; pragma wal_checkpoint(TRUNCATE); vacuum;'

Create a script in ~/.config/plasma-workspace/shutdown/ that does this:

#!/bin/bash
rm ~/.local/share/kactivitymanagerd/resources*/database-wal

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to