The old gnome-schedule
program (which works fine under Raspbian Jessie) has been deprecated in Ubuntu, beginning with Ubuntu 14.04 LTS.
So how do we control cron jobs in Ubuntu 16.04?
The old gnome-schedule
program (which works fine under Raspbian Jessie) has been deprecated in Ubuntu, beginning with Ubuntu 14.04 LTS.
So how do we control cron jobs in Ubuntu 16.04?
Since there is as of yet no GUI-based
cron
controller available for Ubuntu 16.04, we must go back to the old-school methods which always work - do it from the command line:Official Ubuntu documentation: CronHowto
Selected excerpts:
From the man page:
Note that all
cron
jobs begin in the user's$HOME
directory, so it is advisable to use fully-qualified pathnames both in thecron
program and in your scripts.You can't influence the crontab, but there is the Orage Time/Calendar application, usually acitvated in the main menu.
There you can schedule tasks as well.
Double click on the clock, to open the calendar, then double click on a single day.
Select a event, new. Give it a name, here, for example, 'Coffeetime'. Set the time to 11:00.
Now choose tab: Reminder, Application, use: YOUR_PROGRAM_TO_SCHEDULE_HERE Deactivate sound and other unsound options.
Now choose tab: Repetition, Frequency:
I have a German UI, so maybe my translation for the tabs doesn't fit exactly.