I have firefox session open. I want to open an URL from crontab. But I want crontab to open the URL in my currently open firefox window/session.
My crontab entry is:
* * * * * export DISPLAY=:0 && /usr/bin/firefox "https://askubuntu.com"
But I got an error message like:
Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.
I am on Xubuntu 24.04
