#14729: gnome installations do not register the schema files with gconf ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: reiffert@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: gnome gconf gconftool-2 ------------------------------------+--------------------------------------- Comment (by jmr@macports.org): MIME and desktop databases also need to be updated in post-activate, like so: {{{ system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true" system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true" }}} The "; true" is so activate doesn't fail if the applications or mime directories don't exist. (See r35289.) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14729#comment:2> MacPorts </projects/macports> Ports system for Mac OS