X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C4F8D3855025
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
 header.from=SystematicSw.ab.ca
Authentication-Results: sourceware.org;
 spf=none smtp.mailfrom=systematicsw.ab.ca
X-Authority-Analysis: v=2.4 cv=e4PD9Yl/ c=1 sm=1 tr=0 ts=60d8d07f
 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17
 a=IkcTkHD0fZMA:10 a=aiIX5UjjAAAA:8 a=dAC8Yre-4N1OyiyfdN0A:9 a=QEXdDO2ut3YA:10
 a=K4UmP72BP_XnEf30ZnvK:22
To: cygwin@cygwin.com
References: <MEAPR01MB430914815DE038BBC4F8F203B4319@MEAPR01MB4309.ausprd01.prod.outlook.com>
 <MEAPR01MB43094BF07B23FB8ED257B921B4059@MEAPR01MB4309.ausprd01.prod.outlook.com>
 <MEAPR01MB43095AE45D10FC06087211D6B4049@MEAPR01MB4309.ausprd01.prod.outlook.com>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Organization: Systematic Software
Subject: Re: A warning about GVIM
Message-ID: <7f636bad-5253-1c96-7b20-3429bfd68b33@SystematicSw.ab.ca>
Date: Sun, 27 Jun 2021 13:24:46 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <MEAPR01MB43095AE45D10FC06087211D6B4049@MEAPR01MB4309.ausprd01.prod.outlook.com>
Content-Language: en-CA
X-CMAE-Envelope: MS4xfKUxvW3J2V6K7a3kLysbp+4fQ7/wzcgEhhg5G7pjlK5pGQdjo0YckqCDKqmDj6RXxrRCgEVlhigJd4ri2ClZ1k9gFG3dI9SSxZ3euq8DCP8Y4/iE2L49
 lBLMykaXzuv5lKry7FtIshUZVWreFULiAg1WIhu2jep/53JwloTCwcH87kTcwLExpVgQCo9zTElLeVbAQ3sEvjrx3+rksEiCSUU=
X-Spam-Status: No, score=-1162.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL,
 SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Reply-To: cygwin@cygwin.com
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 15RJP7tY011240

On 2021-06-27 07:51, ㅤ Fxzx mic via Cygwin wrote:
> I have such a warning:
> ** (gvim:1682): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
> Can this be fixed?

Please read the previous posts in the thread: ensure you have installed 
package at-spi2-core, and if the message persists, add the following 
lines to your shell login profile:

# Note that the initialization of the ATK Bridge can be delayed by
# setting the NO_AT_BRIDGE environment variable. If this is done, the
# atk_bridge_init method of the ATK Bridge will not be called when the
# GTK+ atk-bridge module is loaded (see
#	https://bugzilla.gnome.org/show_bug.cgi?id=563943 and
#	http://git.gnome.org/cgit/at-spi/tree/atk-bridge/bridge.c).
# This can be necessary with an application that mixes accessible
# toolkits (e.g. GTK+ and Gecko) and needs to make sure the accessible
# hierarchy is set up appropriately.
#   https://wiki.gnome.org/Accessibility/Documentation/GNOME2/Mechanics
export NO_AT_BRIDGE=1		# at-spi2-core

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

