Switch out assertions to `g_critical()` or `g_return_val()`
CI already run with env["G_DEBUG"] = "fatal-criticals"
and these
errors would cause the daemon to abort. In the event something
escapes don't show a crash on a regular user's system.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
CI already run with env["G_DEBUG"] = "fatal-criticals"
and these
errors would cause the daemon to abort. In the event something
escapes don't show a crash on a regular user's system.