From owner-freebsd-gnome@FreeBSD.ORG Thu May 18 04:07:02 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 34CDE16A400 for ; Thu, 18 May 2006 04:07:02 +0000 (UTC) (envelope-from dublue@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEF243D53 for ; Thu, 18 May 2006 04:07:01 +0000 (GMT) (envelope-from dublue@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so7451nfb for ; Wed, 17 May 2006 21:07:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bZysbf17GFSIePmDTT4LqsBsSvXoEwrXFDCXYFUBD7w4/bZxkwajgAA6gZQ0GZL4NiSH+L2fY8SuvO4T/aBDWKbru3noGHGwWi6/WjVkusxx3ypi264M/k75cvs4PBlhxlpJwqgMXnaISH2SKzM4vt5DAJag6Al3y2IAp3CbZHQ= Received: by 10.48.205.7 with SMTP id c7mr108246nfg; Wed, 17 May 2006 21:00:24 -0700 (PDT) Received: by 10.48.232.5 with HTTP; Wed, 17 May 2006 21:00:24 -0700 (PDT) Message-ID: <4011f09c0605172100x3f1f1a5ana4651c93e970dfa2@mail.gmail.com> Date: Thu, 18 May 2006 14:00:24 +1000 From: "Michael Tran" To: "Michael Tran" , freebsd-gnome@freebsd.org In-Reply-To: <20060518011648.GB3326@tux.localdomain.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060516204653.GA16678@tux.localdomain.local> <4011f09c0605171642m23e4cfc1ke33807e291b8467f@mail.gmail.com> <20060518011648.GB3326@tux.localdomain.local> Cc: Subject: Re: gnome 2.14 performance degradation (slow app startup) 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: Thu, 18 May 2006 04:07:02 -0000 Thanks, it works a treat! I have also noticed a speed improvement too. On 5/18/06, Stephen Bartlett wrote: > Thus spake Michael Tran on Thu, May 18, 2006 at 09:42:52AM +1000: > > > > > >create a script whose lines have the form: > > > > > > > Hi, do you have an example script that you are able to send to me? > > I'm not so great on my advanced scripting! > > > > Thanks, > > Michael > > Well, I did it by hand before, but I just came up with the equivalent > again: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > #!/bin/sh > > locate index.theme | grep -v disabled | grep -v index.theme.in | \ > sed -e "s/^\(.*\)index.theme$/gtk-update-icon-cache --force \1/" > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > That spits out the content of a script that will do the work. Save the > output in a file, use 'chmod +x ', and run it. > > - Stephen > -- > Stephen Bartlett > President, Bartlett Software, Inc. > http://www.bartlettsoftware.biz/ > > >