From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S128m-0005Iu-Na for mharc-grub-devel@gnu.org; Fri, 24 Feb 2012 15:53:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S128j-0005El-HP for grub-devel@gnu.org; Fri, 24 Feb 2012 15:53:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S128i-0000rn-Ey for grub-devel@gnu.org; Fri, 24 Feb 2012 15:53:17 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:50467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S128i-0000rj-8d for grub-devel@gnu.org; Fri, 24 Feb 2012 15:53:16 -0500 Received: by eaag11 with SMTP id g11so1173716eaa.0 for ; Fri, 24 Feb 2012 12:53:15 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.213.14.80 as permitted sender) client-ip=10.213.14.80; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.213.14.80 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.213.14.80]) by 10.213.14.80 with SMTP id f16mr1189870eba.135.1330116795089 (num_hops = 1); Fri, 24 Feb 2012 12:53:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=eGgGb4d6t2mn6uXyTTLHD6XTumSw5Gvdj/cVUeNkZTw=; b=t1haXLADfkgzIU1PTIRDZCCWLXPmV5c3E1qCztzJYyNl8v7Vu9LeQAG2GyLLGPW2Lg XlF3AotAkQ5tzYNjidYd7weQtUukQxU3bCr7YK73Lz9BG2+HrdiEgt+E2Ic2nNxjsNyb NXZgiWgibfz+f3s/4OBWBXkRXR3nfpIEhS1wc= Received: by 10.213.14.80 with SMTP id f16mr890122eba.135.1330116794997; Fri, 24 Feb 2012 12:53:14 -0800 (PST) Received: from debian.x201.phnet (107-233.197-178.cust.bluewin.ch. [178.197.233.107]) by mx.google.com with ESMTPS id z47sm22301007eeh.9.2012.02.24.12.53.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 12:53:13 -0800 (PST) Message-ID: <4F47F8AE.4090700@gmail.com> Date: Fri, 24 Feb 2012 21:53:02 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Search for images within sub-directories of the theme's directory. References: <1330050577.28785.YahooMailNeo@web113511.mail.gq1.yahoo.com> In-Reply-To: <1330050577.28785.YahooMailNeo@web113511.mail.gq1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 20:53:18 -0000 On 24.02.2012 03:29, Towheed Mohammed wrote: > The following components: > 1. image > 2. progress_bar, and > > 3. circular_progress > > have the 'theme_dir' property. A theme designer can use this property to place image files within sub-directories of the theme's directory. However, 00_header searches for images only in the theme's directory: theme_dir isn't intended to be set in theme file. It's internal. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko