The point is that Audacity is a GUI program (App) and needs a desktop (or at least an X or Wayland server).
So starting it from cron is not the best way to do it as that runs in the background with no GUI. It may be possible, but still not ideal.
Thagrol's guide on running programs automatically (boot.pdf) has a whole section on running GUI programs automatically. Use that for your Python code.
So starting it from cron is not the best way to do it as that runs in the background with no GUI. It may be possible, but still not ideal.
Thagrol's guide on running programs automatically (boot.pdf) has a whole section on running GUI programs automatically. Use that for your Python code.
Statistics: Posted by rpdom — Tue Mar 19, 2024 5:28 pm