delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:from:to:subject:date:message-id:content-type | |
:content-transfer-encoding:mime-version; q=dns; s=default; b=whF | |
JIneFIGu/nE55LJzcPem7nnSFu45grzPF7YKl+ZcxK2Ne2gw+sjFjggB2v5Xv/bO | |
Jx1J09RnUDVtV0ejqt1XYnjIRho48N19JDSWcdwMUWHP5AYVYnwbEfuEVNzo1UZe | |
b+MBd/AdsujoCGveQRNiMNLpwPPlQbsZxvy5vtxQ= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:from:to:subject:date:message-id:content-type | |
:content-transfer-encoding:mime-version; s=default; bh=yeMThrhFp | |
RXdO+qk8Cx9HJGtYj0=; b=d3u6Qc2pP1FeSUSTTUJpH/e9mPQa1IGrHN/qJWsaz | |
k44DWj+BsLEltDAL6Yj05ACPQK7ZPRTmkCrVWwlux/oXP289fVMHboYpg2C/YBbN | |
agbX4B2EEbhryA5uoHg7ux8daAfOk1l2F1PJqw8YIGm45qjP7ns8sPz/keAvA0lp | |
S0= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-0.4 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*MI:local, vanilla, H*F:D*com.au, H*M:local |
X-HELO: | BT-2012R2-SVR.Biotext.local |
From: | Darren Goossens <Darren DOT Goossens AT biotext DOT com DOT au> |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
Subject: | Schemas -- not being compiled on X-application install |
Date: | Wed, 7 Mar 2018 22:36:27 +0000 |
Message-ID: | <004267076fd5481c8cc90bdf385ca601@BT-2012R2-SVR.Biotext.local> |
x-ms-exchange-transport-fromentityheader: | Hosted |
MIME-Version: | 1.0 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id w27MaisC024649 |
I have an up-to-date Cygwin install, installed using -no-admin on Win 10. Completely vanilla. When I install X-applications (using setup-XXX.exe) that have schema information, they seem to frequently throw an error and not work. It seems to be because the installation is not running glib-compile-schemas after the schema information is unpacked into /usr/share/glib-2.0/schemas If I run this manually, it throws warnings but no errors (see below) and fixes the problem. So I am wondering if some changes to the install process might be needed? Apologies if I have used the wrong terminology. I'm just a desktop user. Here is a typical session after installing nautilus (similar occurred after installing eog): ---------------------------------------------------------------------------------------------------------------------------------------------------------- $ nautilus [1] 6860 ** (nautilus:6860): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (nautilus:6860): GLib-GIO-ERROR **: Settings schema 'org.gnome.nautilus.preferences' is not installed [1]+ Done nautilus $ find /usr -iname "*naut*xml" /usr/share/appdata/org.gnome.Nautilus.appdata.xml /usr/share/glib-2.0/schemas/org.gnome.nautilus.gschema.xml /usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml /usr/share/mime/application/x-nautilus-link.xml $ glib-compile-schemas /usr/share/glib-2.0/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 “/a pps/”, “/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. $ nautilus ** (nautilus:19404): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying <<Now nautilus runs>> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright 2019 by DJ Delorie | Updated Jul 2019 |