Tagged Questions
1
vote
0answers
46 views
How to access storage device related events with Zeitgeist?
I am trying to get my mind around Zeitgeist, using the Python DBus API.
To get the latest accessed files and application is not so hard, here is what I do:
#! /usr/bin/env python
from ...