public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* A warning about GVIM
@ 2021-06-14  7:23 Fxzx mic
  2021-06-15  1:10 ` Claude Sylvain
       [not found] ` <MEAPR01MB43094BF07B23FB8ED257B921B4059@MEAPR01MB4309.ausprd01.prod.outlook.com>
  0 siblings, 2 replies; 6+ messages in thread
From: Fxzx mic @ 2021-06-14  7:23 UTC (permalink / raw)
  To: cygwin

** (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?
---
From:
Fxzx mic
fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
---


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A warning about GVIM
  2021-06-14  7:23 A warning about GVIM Fxzx mic
@ 2021-06-15  1:10 ` Claude Sylvain
  2021-06-15 17:14   ` Marco Atzeri
       [not found] ` <MEAPR01MB43094BF07B23FB8ED257B921B4059@MEAPR01MB4309.ausprd01.prod.outlook.com>
  1 sibling, 1 reply; 6+ messages in thread
From: Claude Sylvain @ 2021-06-15  1:10 UTC (permalink / raw)
  To: cygwin

On 2021-06-14 3:23 a.m., Fxzx mic via Cygwin wrote:
> ** (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?
> ---
> From:
> Fxzx mic
> fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
> ---
> 
> 

See following link:

https://gist.github.com/jeffcogswell/62395900725acef1c0a5a608f7eb7a05


Claude




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A warning about GVIM
  2021-06-15  1:10 ` Claude Sylvain
@ 2021-06-15 17:14   ` Marco Atzeri
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Atzeri @ 2021-06-15 17:14 UTC (permalink / raw)
  To: cygwin

On 15.06.2021 03:10, Claude Sylvain wrote:
> On 2021-06-14 3:23 a.m., Fxzx mic via Cygwin wrote:
>> ** (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?
>> ---
>> From:
>> Fxzx mic
>> fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
>> ---
>>
>>
> 
> See following link:
> 
> https://gist.github.com/jeffcogswell/62395900725acef1c0a5a608f7eb7a05
> 
> 
> Claude
> 

on Cygwin there is some problem more

$ cygcheck -c at-spi2-core
Cygwin Package Information
Package              Version        Status
at-spi2-core         2.26.2-1       OK

$ gvim &
[1] 1653

$
** (gvim:1654): WARNING **: Error retrieving accessibility bus address: 
org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from 
message bus without replying


It seems that the laucher has some issue on Cygwin

$ /usr/libexec/at-spi-bus-launcher.exe
*** buffer overflow detected ***: terminated
Unknown username "root" on element <allow>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* 转发: A warning about GVIM
       [not found] ` <MEAPR01MB43094BF07B23FB8ED257B921B4059@MEAPR01MB4309.ausprd01.prod.outlook.com>
@ 2021-06-27 13:51   ` ㅤ Fxzx mic
  2021-06-27 19:24     ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: ㅤ Fxzx mic @ 2021-06-27 13:51 UTC (permalink / raw)
  To: cygwin

Hello, everyone.
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?
---
From:
Fxzx mic
fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
---




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A warning about GVIM
  2021-06-27 13:51   ` 转发: " ㅤ Fxzx mic
@ 2021-06-27 19:24     ` Brian Inglis
  2021-06-28 15:17       ` Fxzx mic ㅤ
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2021-06-27 19:24 UTC (permalink / raw)
  To: cygwin

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.]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A warning about GVIM
  2021-06-27 19:24     ` Brian Inglis
@ 2021-06-28 15:17       ` Fxzx mic ㅤ
  0 siblings, 0 replies; 6+ messages in thread
From: Fxzx mic ㅤ @ 2021-06-28 15:17 UTC (permalink / raw)
  To: cygwin

Thank you very much. It works.

---
From:
Fxzx mic
fxzxmic@outlook.com<mailto:fxzxmic@outlook.com>
---

发件人: Brian Inglis<mailto:Brian.Inglis@SystematicSw.ab.ca>
发送时间: 2021年6月28日 3:25
收件人: cygwin@cygwin.com<mailto:cygwin@cygwin.com>
主题: Re: A warning about GVIM

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-28 15:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14  7:23 A warning about GVIM Fxzx mic
2021-06-15  1:10 ` Claude Sylvain
2021-06-15 17:14   ` Marco Atzeri
     [not found] ` <MEAPR01MB43094BF07B23FB8ED257B921B4059@MEAPR01MB4309.ausprd01.prod.outlook.com>
2021-06-27 13:51   ` 转发: " ㅤ Fxzx mic
2021-06-27 19:24     ` Brian Inglis
2021-06-28 15:17       ` Fxzx mic ㅤ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).