2

Where can I find the recorded data and screen snaps and etc things ? I had tried to find them within :

 ~/.local/share/zeitgeist

directory but there are the following files available and i don't know how to work with them to show all recorded data and history.

activity.sqlite
activity.sqlite-shm
activity.sqlite-wal
fts.index

Help me how to open and view the log.

BTW Thanks in advance.

  • Hi, your question was asked earlier here on Askubuntu. Please check this Privacy: Record Activity ON? question. Apparently, you need a tool like gnome-activity-journal just as @Sylvain Pineau pointed out and it is not recommended to view these SQLite database files manually as there are high chances that we might accidentally modify it. – Nitin Venkatesh Sep 01 '14 at 13:58

1 Answers1

0

You can browse the recorded data using the gnome-activity-journal tool.

sudo apt-get install gnome-activity-journal

enter image description here

From the command line, AFAIK there's no friendly tool to extract such data, but you can use the API, see this post on SO.