I'm attempting to set up a recurring task using SlimerJS on Ubuntu. It works standalone in the terminal via:
(cd /[slimerdir]; ./slimerjs views.js)
However, when I put the command into the Gnome Task Scheduler and run it, no browser window pops up. It just says to hit enter to close the window.
Anyone know what I'm missing here (or if it's even possible to run SlimerJS this way?)
With the help of @user------- I figured out that the following is needed on Ubuntu:
otherwise the terminal window wouldn't open.