grub-mkfont generate errors when converting truetype fonts

2012-02-21 Thread Towheed Mohammed
Whenever you grub-mkfont is used to convert truetype fonts to PFF2 fonts, it generates several errors.  For example: grub-mkfont -v -s 12 -r 0x0-0x7F -o ~/Documents/dejavu-sans-12.pf2 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf gives the following error:     Unknown gsub feature 0x636

Re: grub-mkfont generate errors when converting truetype fonts

2012-02-21 Thread Towheed Mohammed
To: grub-devel@gnu.org Cc: Sent: Tuesday, February 21, 2012 11:23 PM Subject: Re: grub-mkfont generate errors when converting truetype fonts On 22.02.2012 03:17, Towheed Mohammed wrote: > Whenever you grub-mkfont is used to convert truetype fonts to PFF2 fonts, it > generates several erro

Re: grub-mkfont generate errors when converting truetype fonts

2012-02-22 Thread Towheed Mohammed
o To: The development of GNU GRUB Cc: Towheed Mohammed Sent: Tuesday, February 21, 2012 11:50 PM Subject: Re: grub-mkfont generate errors when converting truetype fonts On 22.02.2012 04:36, Towheed Mohammed wrote: > But as you can see from the verbose output, because of these warnings, it >

The submenu command shows a text-based menu when using a GFX theme.

2012-02-22 Thread Towheed Mohammed
If a gfx theme is being used and the submenu command is used to show a submenu, the submenu does not use the gfx theme.  Instead a text-based menu is shown.  The only way a regular user can workaround this at the moment is to reload the theme after the submenu menuentry item is selected. In Ubu

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-23 Thread Towheed Mohammed
uldn't it prevent the flicker seen as the theme reloads? While at it, could you also please fix the keyboard lag that results when a gfx theme is used. This is an issue with many users of gfx themes . Thank you. Towheed Mohammed - Original Message - From: Vladimir 'φ-coder/phc

Search for images within sub-directories of the theme's directory.

2012-02-23 Thread Towheed Mohammed
OF     insmod tga     EOF     fi Please modify 00_header so that it will search for image files within sub-directories of the theme's directory. Thank you. Towheed Mohammed ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-24 Thread Towheed Mohammed
terminal-window should only be shown when a menuentry item is selected or the user wishes to edit the commands or drop to the command-line. Thank you Towheed Mohammed - Original Message - From: Vladimir 'φ-coder/phcoder' Serbinenko To: The development of GNU GRUB Cc: Sent: Frida

Re: Search for images within sub-directories of the theme's directory.

2012-02-24 Thread Towheed Mohammed
who peruses the source files looking for changed components/properties/properties' default values etc , it would not lead us into thinking that properties etc have been changed. Thanks Towheed Mohammed - Original Message - From: Vladimir 'φ-coder/phcoder' Serbinenko To: T

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-25 Thread Towheed Mohammed
ot; != x"$i/*.png" ] && ! $found_png ; then     found_png=true     cat << EOF insmod png EOF   fi   if [ x"`echo "$i"/*.tga`" != x"$i/*.tga" ] && ! $found_tga; then     found_tga=true     cat << EOF insmod tga EOF   fi done Thanks Towheed Mo

GFXMENU: Allow for the use of a background image in the terminal window

2012-02-25 Thread Towheed Mohammed
you. Towheed Mohammed ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-26 Thread Towheed Mohammed
x27; users to simply 'su' and delete critical files (unintentionally while working on themes) thus preventing their system from booting. Please keep this feature and consider placing themes in /usr/share/grub. Thanks. Towheed Mohammed - Original Message - From: Vladimir 

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-26 Thread Towheed Mohammed
Makes much sense, thanks for the clarification. Towheed Mohammed - Original Message - From: Vladimir 'φ-coder/phcoder' Serbinenko To: The development of GNU GRUB Cc: Sent: Sunday, February 26, 2012 1:02 PM Subject: Re: The submenu command shows a text-based menu when u