Thursday, September 28, 2023
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 40796  / 9 Months ago, wed, january 11, 2023, 3:57:27

When using ssh with X11 forwarding, I am getting various errors and warnings when running gui applications.



As an example, any time I am running gitg, I get the following warning:



** (gitg:15904): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-ychCoQcrqT: Connection refused


Besides being ugly, does that suggest any real error?



I get the same warning running evince:



** (evince:16634): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-ychCoQcrqT: Connection refused


... or eog:



** (eog:16872): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-ychCoQcrqT: Connection refused


And so on.



Perhaps it worth mentioning: I am connecting from 12.04 to (yes, unsupported) 13.04.


More From » ssh

 Answers
5

I don't think the warnings are important (unless you need the accessibility bus). Apparently forwarding the accessibility bus over SSH isn't supported yet.



However, you could try the following to suppress the errors if it annoys you:



Prepend the following to any commands:



NO_AT_BRIDGE=1


Or (a long-shot) try using the -Y option with -X in SSH to enable trusted forwarding.


[#26576] Thursday, January 12, 2023, 9 Months  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ideobedi

Total Points: 121
Total Questions: 108
Total Answers: 107

Location: United States Minor Outlying Island
Member since Sat, May 28, 2022
1 Year ago
ideobedi questions
;