From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S1aOH-0007HA-Gz for mharc-grub-devel@gnu.org; Sun, 26 Feb 2012 04:27:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1aO8-0007F0-EY for grub-devel@gnu.org; Sun, 26 Feb 2012 04:27:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1aNz-0000QO-77 for grub-devel@gnu.org; Sun, 26 Feb 2012 04:27:28 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:53723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1aNz-0000Q3-0f for grub-devel@gnu.org; Sun, 26 Feb 2012 04:27:19 -0500 Received: by eeke53 with SMTP id e53so1219847eek.0 for ; Sun, 26 Feb 2012 01:27:18 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.213.10.82 as permitted sender) client-ip=10.213.10.82; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.213.10.82 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.213.10.82]) by 10.213.10.82 with SMTP id o18mr2701685ebo.142.1330248438032 (num_hops = 1); Sun, 26 Feb 2012 01:27:18 -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=6Oii9XaHD9FzfZbOwoc9uYtKAik724TX1Yy0QZjtTEo=; b=eb+GHSruLDQtsEyCtwV45/Y+tWVPUhYVh8ljrMF7PUoc9XVuEZN2vV4gzvURA7VVoO 2+0E2jzIE7Mf4RWl51o14KVuuBbJpFmuzvvWx8uqIk8E4/4eQzQyg9O14E98z7EmImrp 0NbiJgoXHvDvmM5t/RiOBiEBZcNBqW10sRpu4= Received: by 10.213.10.82 with SMTP id o18mr2048669ebo.142.1330248437934; Sun, 26 Feb 2012 01:27:17 -0800 (PST) Received: from debian.x201.phnet (51-234.197-178.cust.bluewin.ch. [178.197.234.51]) by mx.google.com with ESMTPS id u9sm42624741eem.11.2012.02.26.01.27.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Feb 2012 01:27:16 -0800 (PST) Message-ID: <4F49FAF2.3030303@gmail.com> Date: Sun, 26 Feb 2012 10:27:14 +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: grub-devel@gnu.org Subject: Re: The submenu command shows a text-based menu when using a GFX theme. References: <1329961829.75149.YahooMailNeo@web113502.mail.gq1.yahoo.com> <4F45CD9F.7020408@gmail.com> <1330046651.95459.YahooMailNeo@web113503.mail.gq1.yahoo.com> <4F473FE2.7050301@gmail.com> <1330123849.11966.YahooMailNeo@web113501.mail.gq1.yahoo.com> <4F48174D.90800@gmail.com> <1330222728.2745.YahooMailNeo@web113509.mail.gq1.yahoo.com> In-Reply-To: <1330222728.2745.YahooMailNeo@web113509.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: 74.125.83.41 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: Sun, 26 Feb 2012 09:27:35 -0000 On 26.02.2012 03:18, Towheed Mohammed wrote: > Also consider this. As in the case of the image component, it's file property allows for a fully qualified filename: > + image { > file = "/usr/share/grub/themes/demo/images/gnu.jpg" This possibility is kept for backward compatibility but shouldn't be used in new themes and is unreliable. Consider e.g. a case of separate /boot. Perhaps we should remove this possibility altogether. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko