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

p d <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |[email protected]

--- Comment #2 from p d <[email protected]> ---
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