WHY, STUPID MOTHERFUCKERS, WHY ?!?!?! i don't need your fucking restrictions to your drug-based naming conventions --- glib-2.54.3/gio/glib-compile-schemas.c.orig 2018-02-09 07:22:22.154862311 +0200 +++ glib-2.54.3/gio/glib-compile-schemas.c 2018-02-09 07:23:04.773862128 +0200 @@ -1219,19 +1219,6 @@ return; } - if (path && (g_str_has_prefix (path, "/apps/") || - g_str_has_prefix (path, "/desktop/") || - g_str_has_prefix (path, "/system/"))) - { - gchar *message = NULL; - message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. " - "Paths starting with " - "“/apps/”, “/desktop/” or “/system/” are deprecated."), - id, path); - g_printerr ("%s\n", message); - g_free (message); - } - state->schema_state = schema_state_new (path, gettext_domain, extends, extends_name, list_of);