From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 28 20:33:19 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B0A1065704; Tue, 28 Sep 2010 20:33:18 +0000 (UTC) (envelope-from unixdevel666@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9D9BF8FC12; Tue, 28 Sep 2010 20:33:18 +0000 (UTC) Received: by iwn34 with SMTP id 34so97944iwn.13 for ; Tue, 28 Sep 2010 13:33:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=Fh/ugOen/rER98lVw1hsoBN9C02kqPAeu2emZ7gyCNk=; b=IsyvVX7PRMVsHk1xvkTOucgjNGbFQr2QHJYwcU8XQWwzHWymEKIA/Phfe1V8GXEtux IzcztPTTWivlylKFETKh2P0G/7WTvUBLN4fI2VIdIl6Xy1cHhAiz8+0TF0ezFzEL0VKz ebatRMqmOI4McO/STDUKA3fhrgX5cE+bIVMKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=QctJkV4fmLYoiVLzlovRtkNSeQurgEGl/90TgMs973rFTf9RHQdQhNrv+aYvJv9wyy nzsr5ZYy+XrmPBCMEo4/xxQQ1Ru3XsA99mM0bmgKsKBxIVVhHk9Wm7XMRzlhN922M0f4 YB7svYoXJMLYjg7CEBd9NVWEZZjdW65W4456k= MIME-Version: 1.0 Received: by 10.231.147.131 with SMTP id l3mr493457ibv.74.1285704616994; Tue, 28 Sep 2010 13:10:16 -0700 (PDT) Received: by 10.231.183.70 with HTTP; Tue, 28 Sep 2010 13:10:16 -0700 (PDT) Date: Tue, 28 Sep 2010 23:10:16 +0300 Message-ID: From: paranormal To: marcus@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@FreeBSD.org Subject: x11/gdm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2010 20:33:19 -0000 Hi maintainer. My system: 8.1-RELEASE. I'm find problem in my /var/log/messages. 547 Sep 27 10:56:11 eva02 gnome-session[1851]: WARNING: Could not launch application 'at-spi-registryd-wrapper.desktop': Unable to start application: Failed to execute child process "${exec_prefix}/libexec/at-spi-registryd" (No such file or directory) When I'm edit file /usr/local/share/gdm/autostart/LoginWindow/at-spi-registryd-wrapper.desktop --- at-spi-registryd-wrapper.desktop.orig 2010-09-28 22:56:14.117894026 +0300 +++ at-spi-registryd-wrapper.desktop 2010-09-28 22:56:06.901953162 +0300 @@ -67,7 +67,7 @@ Name[zh_CN]=3DAT SPI =E6=B3=A8=E5=86=8C=E8=A1=A8=E5=8C=85=E8=A3=85=E5=99= =A8 Name[zh_HK]=3DAT SPI =E8=A8=BB=E5=86=8A=E8=A1=A8=E8=BD=89=E6=8F=9B=E5=99= =A8 Name[zh_TW]=3DAT SPI =E8=A8=BB=E5=86=8A=E8=A1=A8=E8=BD=89=E6=8F=9B=E5=99= =A8 -Exec=3D${exec_prefix}/libexec/at-spi-registryd +Exec=3D/usr/local/libexec/at-spi-registryd OnlyShowIn=3DGNOME; AutostartCondition=3DGNOME /desktop/gnome/interface/accessibility X-GNOME-Autostart-Phase=3DInitialization This problem maybe was gone because error message missing.