![]() |
CuteHMI - Daemon (cutehmi.daemon.1)
|
Non-GUI program, which allows one to run QML project in the background.
Currently only Linux is supported.
Use --project command line option to specify the QML project file to open. For example to run CountDaemon example use following command.
Fore debug builds use cutehmi.daemon.1.debug instead of cutehmi.daemon.1. Read system logs to investigate whether daemon is running (e.g. journalctl -n20 on a system with systemd).
One may use --app option to tell the program to work as a foreground process (this can be useful when testing projects).
Running this example should result in printing following lines.
You can use --help command line argument to see the list of all possible command line options.
Under Unix daemon will respond to signals in a following way.