From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QOvmn-0008NF-KJ for garchives@archives.gentoo.org; Tue, 24 May 2011 17:52:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6253F1C0AB; Tue, 24 May 2011 17:50:50 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 363901C0AB for ; Tue, 24 May 2011 17:50:49 +0000 (UTC) Received: by qwb7 with SMTP id 7so4512892qwb.40 for ; Tue, 24 May 2011 10:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=wpzU6T+l7+xPah0HZXrzX3pXIet8pFBqHAunco25g+0=; b=jW9aH/GOJ/RRqnE64PDDayVp9iw9vLGXbv3ptOVZwSuNyC2lSkgDc5ZwEXWM89QtDO crDkh8CdHbIWJt99pOS8b8l3ExJLl02YQr53qAf8bT59KPJew8d6q9c4wa51xOCsxfT8 FKtn2XDXaqGSkiHM/VYKcpxLE8h018ySMuk0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=K35SNRlMS1Cp3g8x0gZQcJeuKLt6BRFImrwFva1VKUwNgswyDdnfC8fyphc/Y5CrSH 2r+Se2a/JKVC+b22qcfKUVR9/R26SMIgHRWlVYpXpzmBztcOzOsMQJV0gVYv3i2Du2pC ES40zaZr8xC7cFeJ2oUs8p2hFD1Yt/3ulIL14= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.224.218.72 with SMTP id hp8mr3199554qab.78.1306259449718; Tue, 24 May 2011 10:50:49 -0700 (PDT) Received: by 10.224.61.14 with HTTP; Tue, 24 May 2011 10:50:49 -0700 (PDT) In-Reply-To: <20110523083550.24a34755@digimed.co.uk> References: <20110523083550.24a34755@digimed.co.uk> Date: Tue, 24 May 2011 10:50:49 -0700 Message-ID: Subject: Re: [gentoo-user] Display indirect login X app here? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 51d75648ba7ed56af5ffed7469a0e184 On Mon, May 23, 2011 at 12:35 AM, Neil Bothwick wrote: > On Sun, 22 May 2011 12:01:59 -0700, Mark Knecht wrote: > >> mark@gandalf ~ $ ssh -X -Y -C laptop >> Password: >> Last login: Sun May 22 03:50:07 PDT 2011 from 192.168.1.2 on pts/0 >> mark@laptop1 ~ $ konsole >> (4454)/: KUniqueApplication: Cannot find the >> D-Bus session server: =C2=A0"/usr/bin/dbus-launch terminated abnormally >> with the following error: Autolaunch error: X11 initialization failed. > > Is $DBUS_SESSION_BUS_ADDRESS set? Without it you will get errors like > this. > > I have this in my .zshrc to set it on SSH logins. > > [[ -n "${SSH_TTY}" ]] && export DBUS_SESSION_BUS_ADDRESS=3D"$(cat /proc/$= (pidof kded4)/environ | tr '\0' '\n' | grep DBUS | cut -d '=3D' -f2-)" || r= eturn 0 > > > -- > Neil Bothwick > > Walking on water and writing software to specification is easy if they're= frozen. > Hi Neil, Turns out I didn't have much of anything on the machine that didn't come with KDE so I emerged xclock and that app opens here fine. I guess that points to KDE apps only. I'll have to do some reading about zssh and how that differs from openssh that I'm using here. Is there some equivalent of .zshrc that would allow me to do the same thing? Or maybe something globally in /etc/ssh? Thanks for the help! Cheers, Mark