Bug 294495 - filesystems/gvfs: some glib schemas are deprecated
Summary: filesystems/gvfs: some glib schemas are deprecated
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-13 22:30 UTC by p5B2EA84B3
Modified: 2026-08-04 20:41 UTC (History)
2 users (show)

See Also:
vishwin: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2026-04-13 22:30:48 UTC
when upgrading related ports these schemas generate warning:

==> Running trigger: glib-schemas.ucl
Compiling glib schemas
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.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.

Please review if a patch is neccessary.
Comment 1 Charlie Li freebsd_committer freebsd_triage 2026-04-13 22:38:21 UTC
These are harmless. Not everything has had a chance to do schema migrations in the timelines GNOME wants for various reasons.
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2026-05-04 05:59:30 UTC
glib was carrying a patch before that was silencing these. I removed them to reduce maintainership burder, because those are harmless indeed.
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2026-08-04 20:41:36 UTC
Let's close this?