From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 31 03:00:33 2010 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E31F106566B for ; Sat, 31 Jul 2010 03:00:33 +0000 (UTC) (envelope-from eb30750@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB888FC19 for ; Sat, 31 Jul 2010 03:00:32 +0000 (UTC) Received: by gxk24 with SMTP id 24so1060384gxk.13 for ; Fri, 30 Jul 2010 20:00:32 -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:content-type; bh=VbaZ0vKa7l8eD5K9aabwvrfNZv0bRqauUqTt4CepcKQ=; b=jQQy716j11h5iOJSsLWVQVBd4EviN7ZROQcmAMAfrJUMtCVM37IshI2p1sGVlB6D9i Uuxak6siOYrirzRxqNiwxYrCag0eouEGMppbwko4gEWza8pb0/5fYzYCWQAp7zIcYFn6 grUNpdNn15cneWP0YlilSP4GqFt04Yf7YmA1M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TYrak28hivy5Hhgc+lOY36GOrTvoiFNC98zB0YQLVdy76ewZ7knAnnqP6EP6kscHYN QkOUq3OsIC3c9TbVK6rFOc0QUu8H5tQ8QbL4C9F96A6Pvsn8Bub3sMGsp6UQGM97p5u+ Cwf0qWJScLxRDXBo79MAbQedYOf2lH7DAjN/c= MIME-Version: 1.0 Received: by 10.151.138.4 with SMTP id q4mr4247176ybn.59.1280543585487; Fri, 30 Jul 2010 19:33:05 -0700 (PDT) Received: by 10.151.12.16 with HTTP; Fri, 30 Jul 2010 19:33:05 -0700 (PDT) Date: Fri, 30 Jul 2010 22:33:05 -0400 Message-ID: From: Paul Lambert To: freebsd-gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Gnome-lite-2.30.1 presents greeter and login button but no user names (proc is mounted on /proc) 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: Sat, 31 Jul 2010 03:00:33 -0000 I tried gnome desktop in early June and got it working out of the box. But, while attempting to install gnome2-lite got the port version out of sync and was advised to wait until the new release. Once 8.1 was released, I used pkg_delete -a to remove all packages and then performed a freebsd-update upgrade 8.1-release. This was successful so I proceeded to use pkg_add gnome2-lite from ftp://ftp.freebsd.ch/pub/FreeBSD/ports/amd64/Latest/. This was also successful but it was necessary to add both Xorg and gdm packages. After making the proper configurations, mounting proc on /procfs and adding one user with adduser I rebooted. The login screen appeared with the greeter box showing version and cpu name and a login button but no user names. I click on login and the screen goes blank only to return to the login screen after 15 seconds or so. I could do this four or five times before the screen would lockup. I then attempted to install gnome2 and again deleted all the packages. This install halted on downloading the samba4-devel package. (This is about a 30 minute download). Since I do not want stuff like this on my system, I only use fuse, I backtracked and deleted all the packages once again. I reinstalled gnome2-lite, Xorg and gdm. I rechecked configurations and rebooted only to get to the same place as before. The only pertinent errors I found were in the messages log. could not launch application "at-spi-registryd-wrapper.desktop metacity failed to register before timeout gnome-settings-daemon.desktop failed to register before timeout. could not launch gnome-power-manager There are some threads out there that state metacity is not starting soon enough for gdm. The advice was to modify the gdm start script to start metacity when gdm launches. I was not able to confirm that this actually was successful for anyone. And, I do not see any such references to metacity in the GDM startup scripts for linux. Does anyone have some suggestions? Thanks Paul