On Mon, 21 Sep 2015 18:43:29 -0400
Tom Horsley wrote:
> The complicated solution...
Actually, there is also another solution, run the command
inside-out like so:
gnome-terminal -e "ssh -X remotesystem"
That way you make gnome-terminal happy by using the
local dbus session and you get to the rem
The simplest solution is to ssh -X xterm instead of gnome-terminal
since xterm doesn't desperately need to talk dbus like every
gnome application.
The complicated solution is to run a script rather than
a simple gnome-terminal command and have the script
do something like:
#!/bin/bash
unset DBUS_
On Sep 21, 2015 4:59 PM, "Patrick Dupre" wrote:
>
> Hello,
>
> In fc22 (in fc20 it was OK, if I remember correctly), when I login
> with ssh -X and then on the server, I run gnome-terminal, I get:
> ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility
bus: Failed to connect to s
> On 09/21/2015 02:58 PM, Patrick Dupre wrote:
> > Hello,
> >
> > In fc22 (in fc20 it was OK, if I remember correctly), when I login
> > with ssh -X and then on the server, I run gnome-terminal, I get:
> > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility
> > bus: Failed to
On 09/21/2015 02:58 PM, Patrick Dupre wrote:
Hello,
In fc22 (in fc20 it was OK, if I remember correctly), when I login
with ssh -X and then on the server, I run gnome-terminal, I get:
** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus:
Failed to connect to socket /tmp/d
Hello,
In fc22 (in fc20 it was OK, if I remember correctly), when I login
with ssh -X and then on the server, I run gnome-terminal, I get:
** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus:
Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused
I read a co