I'm developing my first application for Ubuntu, and part of the apps functionality will involve displaying notifications based on dates that are in a SQLite database. How can I get the app to automatically perform a task every day at certain times, without the user having to run the app. So basically I would need the app to always run in the background, I think?
(I'm using python and GTK+3)
Thank you!
/etc/init.d
directory – amrith92 Apr 09 '13 at 03:33