I have Debian 12 and created a script to open a tab in a browser for a specific web site. The script works when I run it locally './script.sh" but when I use Cron to execute the script a message saying "Firefox is already running" so Cron is trying to open Firefox.
The log say
ATTENTION: default value of option mesa_glthread overridden by environment.
What I do not understand is everything seems to point to a environment issue but since Cron is run under my accout what could cause a difference between cron and me running the script ?
The log say
ATTENTION: default value of option mesa_glthread overridden by environment.
What I do not understand is everything seems to point to a environment issue but since Cron is run under my accout what could cause a difference between cron and me running the script ?