From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QBwBK-0001Iy-M7 for mharc-grub-devel@gnu.org; Mon, 18 Apr 2011 17:40:30 -0400 Received: from eggs.gnu.org ([140.186.70.92]:40105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBwBI-0001Iq-8C for grub-devel@gnu.org; Mon, 18 Apr 2011 17:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBwBG-0002rb-RI for grub-devel@gnu.org; Mon, 18 Apr 2011 17:40:28 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBwBG-0002rD-MH for grub-devel@gnu.org; Mon, 18 Apr 2011 17:40:26 -0400 Received: by wyf19 with SMTP id 19so5287138wyf.0 for ; Mon, 18 Apr 2011 14:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type; bh=I8luDJyplFSe46FIOofVcS/Thnxj0nWwS3145RfP74U=; b=fa1RY5KP1SuFV7CbpOwCLtAcXa48M0+qLtzdt34zyfOr8gsWkd4XfCc91vnCotjjAe dvITqDHeCKXFtbX6LrSj9daP78+Il+lEwFQhLddbSpJQ8JpcI/UZ1xuZugiL8ZCRfm9C fvttymjxCWtob/bi73Vhl0ffKwJFosmatN/D0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=bHMzLS0hm4uFTOc7gpl8DmMtKX50zaSBx2NARAvSt6iLs2M2Q1lq8YC/bxuDHnnbUG e4ObNLDtoB0r7pTowZZ9ZNgw7MQ7qJFxWGfJMLATQtutq9ixBs+ncTtsBO3Z7MNSjv/h Yy1ofNF/D7TjYVEDITy3eyB/QklYOxEMe3QTI= Received: by 10.216.171.133 with SMTP id r5mr11002284wel.91.1303162825805; Mon, 18 Apr 2011 14:40:25 -0700 (PDT) Received: from debian.x201.phnet (gprs13.swisscom-mobile.ch [193.247.250.13]) by mx.google.com with ESMTPS id b20sm3511672wbb.50.2011.04.18.14.40.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Apr 2011 14:40:24 -0700 (PDT) Message-ID: <4DACAFC3.4090600@gmail.com> Date: Mon, 18 Apr 2011 23:40:19 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110402 Iceowl/1.0b2 Icedove/3.1.9 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: How can write the menu grub on the right in arabic language? References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6CF720F19A69D40CCF0E3063" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.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: Mon, 18 Apr 2011 21:40:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6CF720F19A69D40CCF0E3063 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 18.04.2011 12:16, Elham Rastgoo wrote: > > When I write the menu grub in arabic language and move title to the= > > right > > in grub.cfg , it just stays on the left :( > > Whereas I can move english title to the left or right !!! > > why?? > What exactly do you do? Can you attach your configfile/themes in questi= on? > > I use grub-1.99~rc > =20 > my config(grub.cfg) file is : > function load_video { > insmod vbe > insmod vga > insmod video_bochs > insmod video_cirrus > } > > insmod part_msdos > insmod ext2 > set root=3D'(hd1,msdos5)' > search --no-floppy --fs-uuid --set=3Droot > 48702a16-46c1-4096-9b37-e391d675b03e > if loadfont /grub/unifont.pf2 ; then > set gfxmode=3D640x480 > load_video > insmod gfxterm > fi > terminal_output gfxterm > insmod part_msdos > insmod ext2 > set root=3D'(hd1,msdos5)' > search --no-floppy --fs-uuid --set=3Droot > 48702a16-46c1-4096-9b37-e391d675b03e > insmod tga > insmod gfxmenu > insmod png > set theme=3D($root)/grub/themes/winter/theme.txt > insmod part_msdos > insmod ext2 > set root=3D'(hd1,msdos5)' > search --no-floppy --fs-uuid --set=3Droot > 48702a16-46c1-4096-9b37-e391d675b03e > set locale_dir=3D($root)/grub/locale > set lang=3Dar > insmod gettext > set timeout=3D5 > =20 > menuentry" =20 > =D9=81=D8=AF=D9=88=D8=B1=D8=A7" --class gnu-linux --class gnu --cla= ss os { load_video > set gfxpayload=3Dkeep > insmod part_msdos > insmod ext2 > set root=3D'(hd0,msdos5)' > search --no-floppy --fs-uuid --set=3Droot > 014b53c2-f654-4346-ace0-be9a8c5344aa > echo 'Loading Linux-2.6.31.5-127-fedora.i686.PAE ...' > linux /vmlinuz-2.6.31.5-127.fc12.i686.PAE root=3D/dev/sda6 > echo 'Loading initial ramdisk ...' > initrd /initramfs-2.6.31.5-127.fc12.i686.PAE.img > } > > At first I wanted to write arabic fedora on the right, but it just > stayed on the left in menu grub, > so I tryed to attach theme to grub, I wanted to write arabic fedora on > the write by align label in theme > but themes attached didn't work (show black page without anything) > I've download themes from > http://download.savannah.gnu.org/releases/grub-extras/ > when I remove all of theme's line except terminal-box and desktop-image= > it work and grub shows just desktop image > I'm confused :( Have you extracted archive in full including icons folder? I couldn't recreate you problem here. Could you try adding elements one-by-one to see which one makes difference? > > > > --=20 > Best Regards > E.R > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig6CF720F19A69D40CCF0E3063 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk2sr8MACgkQNak7dOguQglaPwD9FlX+DBIL6l46JDiE5pvtgKhb ku0YXzljK/j8eDGmYjQBAK+ITpUdD8IvifT3SlZ7Q7OKHycirAgUJLrxoT3ML55i =bONF -----END PGP SIGNATURE----- --------------enig6CF720F19A69D40CCF0E3063--