How can i release notification cache memory?

asked 2014-10-28 14:50:23 +0200

pakkosauna gravatar image

updated 2014-12-22 11:48:55 +0200

eric gravatar image

Jolla notification in Twitter shows I have 9 new messages and 10 old messages. New messages will update normally. I made a new account but the 10 old messages haven't appeared there. I think if I release notification cache memory it could help. But I don't know how to do it. How can I release notification cache memory?

image description

edit retag flag offensive close delete

Comments

You could try these lines in Terminal. (no need for root).

tracker-control -c - This removes all config files in $HOME/.config/tracker. All files listed are files which were found and successfully removed.

tracker-control -s - This starts all miners. This indirectly starts tracker-store too because it is needed for miners to operate properly.

I know that the above commands work correctly with music and image files, but I do not use facebook or twitter on my Jolla, so it may not work.

Regards,

Spam Hunter ( 2014-10-29 00:10:37 +0200 )edit