Alternative to Gnome Schedule? (Solved)

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
xox101
Level 3
Level 3
Posts: 114
Joined: Sat Jan 29, 2011 7:34 pm

Alternative to Gnome Schedule? (Solved)

Post by xox101 »

As per title...I am looking for an alternative to Gnome Schedule for Mint 18.1 Cinnamon. I do not want to try and teach my 80 year old father how to set up a cron job! Tried installing Gnome Schedule but although it installed supposedly, it does not show up in the Menu.

Suggestions please.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: Alternative to Gnome Schedule?

Post by kukamuumuka »

https://askubuntu.com/questions/785657/ ... untu-16-04
However, at https://bugs.launchpad.net/ubuntu/+sour ... omments/23, Kartik (kartik-arora95) has kindly compiled a .deb package for version 2.3.0 of Gnome Schedule that is reportedly working for Ubuntu 16.04. Download the .deb package provided at the aforementioned link and then install it using:

sudo dpkg -i gnome-schedule_2.3.0-0ubuntu16.04_amd64.deb
You can make a custom launcher

Code: Select all

#!/usr/bin/env xdg-open
[Desktop Entry]
Categories=System;
Icon=/usr/share/pixmaps/gnome-schedule/gnome-schedule.svg
Exec=/usr/bin/gnome-schedule
Type=Application
StartupNotify=true
Terminal=false
xox101
Level 3
Level 3
Posts: 114
Joined: Sat Jan 29, 2011 7:34 pm

Re: Alternative to Gnome Schedule?

Post by xox101 »

We must have been reading that thread at the same time! Got it working now thanks.
dkebler
Level 1
Level 1
Posts: 26
Joined: Thu Aug 07, 2014 2:48 pm

Re: Alternative to Gnome Schedule? (Solved)

Post by dkebler »

Tired to compile from source in 18.04, no luck missing too many pieces.

But the .deb file above works in 18.04/19.1!! Locations slightly different

Code: Select all

Icon=/usr/local/share/pixmaps/gnome-schedule/gnome-schedule.svg
Exec=/usr/local/bin/gnome-schedule
Locked

Return to “Software & Applications”