hi prabin,

seems like your system is choosing nepali font lacking proper glyph.
download any nepali unicode font (i recommend lohit nepali from mpp's
website) and copy it to /usr/share/fonts and do "fc-cache -f". this might
help..

if it still doesn't work, create a file in /etc/fonts/conf.avail with the
following content and create a symbolic link to it in etc/fonts/conf.d:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <alias>
                <family>serif</family>
                <accept>
                        <family>Lohit Nepali</family>
                </accept>
        </alias>
        <alias>
                <family>sans-serif</family>
                <accept>
                        <family>Lohit Nepali</family>
                </accept>
        </alias>
        <alias>
                <family>monospace</family>
                <accept>
                        <family>Lohit Nepali</family>
                </accept>
        </alias>
</fontconfig>



regards,
jwalanta



On 6/1/07, प्रबीण ( ओपन ठिटो ) <[EMAIL PROTECTED]> wrote:
>
> i have attached the screenshot.
>
>
>
> --
> Prabin Gautam "ओपन ठिटो"
> Registered Linux User #443940
> letS makE ouR streeT FOSSible..........
> >
>
>

--~--~---------~--~----~------------~-------~--~----~
FOSS Nepal mailing list
[email protected]
http://groups.google.com/group/foss-nepal

Community website: http://www.fossnepal.org/
-~----------~----~----~----~------~----~------~--~---

Reply via email to