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.

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.