Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizalmart/gtock
Fork of GNOME Task Scheduler
https://github.com/rizalmart/gtock
at clock cron cronjob crontab gnome gnome-schedule gtk gtk3 gtock jobs pygobject python python3 schedule task task-scheduler tasks timer
Last synced: about 1 month ago
JSON representation
Fork of GNOME Task Scheduler
- Host: GitHub
- URL: https://github.com/rizalmart/gtock
- Owner: rizalmart
- Created: 2023-03-04T05:50:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T05:35:43.000Z (8 months ago)
- Last Synced: 2024-05-04T06:28:30.879Z (8 months ago)
- Topics: at, clock, cron, cronjob, crontab, gnome, gnome-schedule, gtk, gtk3, gtock, jobs, pygobject, python, python3, schedule, task, task-scheduler, tasks, timer
- Language: Python
- Homepage: https://rizalmart.github.io/gtock/
- Size: 434 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gTock: the fork of GNOME Task Scheduler
![Screenshot](gtock-screenshot.png)
This is the fork of GNOME Schedule for managing crontabs and at tasks with some overhaul and improvements
It was ported to GTK+3 (GTK4 experimental) and Python 3.x
## Installation (for now; requires root access)
* Just run install.sh script## Alternative installation option
* Use meson (experimental)## Known issues:
* GTK4 mode will not work for now due to conversion of problem of Glade file to GTK4## How to enable experimental GTK4:
* Open /usr/share/gtock/config.py with a text editor
* Set gtk_version variable (at line 24) to "4.0" and save it
* Convert the glade file /usr/share/gtock/assets/gtock-gtk3.glade into GTK4 version and save it as /usr/share/gtock/assets/gtock-gtk4.glade