mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
Who would want all of this garbage occasionally filling their screen: Warning: Schema “org.gnome.crypto.cache” has path “/desktop/gnome/crypto/cache/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.crypto.pgp” has path “/desktop/gnome/crypto/pgp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.seahorse” has path “/apps/seahorse/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.seahorse.manager” has path “/apps/seahorse/listing/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. Removed invalid option "--disable-gtk-doc".
24 lines
960 B
Diff
24 lines
960 B
Diff
diff -Naur a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
|
|
--- a/gio/glib-compile-schemas.c 2018-09-21 15:23:52.000000000 +0100
|
|
+++ b/gio/glib-compile-schemas.c 2019-02-10 14:37:30.034879344 +0000
|
|
@@ -1233,19 +1233,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);
|
|
|