Oct-16-2024, 03:15 PM
Just wondering if anyone has gotten a tkinter app to run from crontab?
My goal is to get the Bubble app to run from crontab
I'm using Ubuntu 24.04.1 LTS
I've tried several different ways and none seem to work.
I've tried using a bash script and tried running straight from crontab.
You can get the python code from my post here
bash script note: I subbed user for my name
My goal is to get the Bubble app to run from crontab
I'm using Ubuntu 24.04.1 LTS
I've tried several different ways and none seem to work.
I've tried using a bash script and tried running straight from crontab.
You can get the python code from my post here
bash script note: I subbed user for my name
Output:export XAUTHORITY=/home/user/.Xauthority
export DISPLAY=unix$DISPLAY
nohup /usr/bin/python3 >/dev/null 2>&1 /home/user/Desktop/test/popup.py
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts