Front-End/GUI for OpenRC 01 November 2022, 18:25:04 I would like to detect and manage daemons from a GUI-App in Qt alphabetical sorted and divided in columns, e.g.:Installed | Add | Remove| Start | Run-Time | Stop | Restart | Restart Debug | Debug-Report |All fields have Date & Time in ISO-8601-format apart "Run-Time" in years, months, weeks, days, hours, minute, seconds and "Debug-Report" that clicking on it open kate or kwriter (or at choice) that permit to store/save the file where the $USER like. Popup by successful or failed action-s, the "Debugs-Report" are permanent and new-one will be appended. The App should not allow to remove a daemon before not stopped and should not allow to uninstall daemons, "Add, Remove, Start, Stop, Restart & Restart-Debug" only with $ROOT password.An Alternative could be a CLI-App aka "Alsa", moving with cursor-keys, select with space, action over enter-key. Last Edit: 01 November 2022, 18:34:02 by tony26102
Re: Front-End/GUI for OpenRC Reply #1 – 02 November 2022, 13:41:06 My script has a simplified version of what you need, maybe in the near future i will also add info about run-time and installation to the OpenRC manager.https://forum.artixlinux.org/index.php/topic,4030.0.htmlIt has a CLI mode and it also supports KDialog which is Qt (or Qarma which is Qt port of zenity).