From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 11 16:27:52 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6253916A4AB for ; Sat, 11 Nov 2006 16:27:52 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4188B43D77 for ; Sat, 11 Nov 2006 16:27:42 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so680537uge for ; Sat, 11 Nov 2006 08:27:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=m5Fzf+3gRhUB7Hg5uSHzwllRJeJVPAw6ubz6SindM080pkU29RmzVAFAO5yBu1M3lpjIBBGC/UrvY3u9uIXMwGV0fC2N7p+Pn6z3rg24BGJIIpV8KuO15gwIpIQaDdhl+N/TLgDFPLZq9wZa35eY6uJmVbLF2KugJz4s7dZf3UQ= Received: by 10.66.243.4 with SMTP id q4mr5257554ugh.1163262462089; Sat, 11 Nov 2006 08:27:42 -0800 (PST) Received: from ?192.168.1.33? ( [213.202.167.60]) by mx.google.com with ESMTP id 72sm3496575ugb.2006.11.11.08.27.40; Sat, 11 Nov 2006 08:27:41 -0800 (PST) In-Reply-To: <24267848@srv.sem.ipt.ru> References: <4554D637.4080508@FreeBSD.org> <7F979F22-48DE-450C-A9D5-A6E147C238FF@gmail.com> <90344115@srv.sem.ipt.ru> <877EEABE-5F56-4E21-9963-CFE816E000D6@gmail.com> <24267848@srv.sem.ipt.ru> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3F8E1C2A-8813-4820-B9DC-3AF34FCB6503@gmail.com> Content-Transfer-Encoding: 7bit From: eoghan Date: Sat, 11 Nov 2006 16:27:37 +0000 To: Boris Samorodov X-Mailer: Apple Mail (2.752.2) Cc: Joe Marcus Clarke , freebsd-gnome@FreeBSD.org Subject: Re: gnome login more... 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, 11 Nov 2006 16:27:52 -0000 On 11 Nov 2006, at 16:17, Boris Samorodov wrote: >>> >>> Yesterday I've got into the same situation when trying to change >>> some >>> gnome system->parameters. Deletting ~/.gconf* and ~/.gnome* helped. > >> Thanks for the tip, im not sure where i can find these to delete... > > Those are hidden directories at your home directory. Just do > $ cd ~ > $ ls -lda .gconf* .gnome* > > ... and you'll see those hidden directories. To remove them use > > $ rm -rf .gconf* .gnome* > > Or you may rename them first if you want to unvestigate the > case. Note: you'll loose all your gnome configuration while deletting > those directories. Boris I have removed both of these and am able to log back in a normal user. Thanks for your help Eoghan