After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744121 - Marathi (mr-India) font not displaying correctly
Marathi (mr-India) font not displaying correctly
Status: RESOLVED DUPLICATE of bug 584160
Product: vte
Classification: Core
Component: general
0.36.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-07 05:03 UTC by rajudev
Modified: 2015-02-08 11:43 UTC
See Also:
GNOME target: ---
GNOME version: 3.11/3.12


Attachments
Look at the blacked out area in the terminal (179.56 KB, image/png)
2015-02-07 05:03 UTC, rajudev
Details
I have shown the affected area with a block (107.88 KB, image/png)
2015-02-07 05:06 UTC, rajudev
Details

Description rajudev 2015-02-07 05:03:12 UTC
Created attachment 296315 [details]
Look at the blacked out area in the terminal

Overview:
             This seems to be a long time problem, I use my  system in Marathi all the time. 
But the gnome-terminal does not support proper display of marathi fonts. This makes 
the text unreadable sometimes.  
        While with yakuake terminal. It displays marathi text properly. But Yakuake is a part of KDE-suite, installing it takes a lot of dependencies along with it. 
   While I can still work with it, but It would be great if the text gets rendered properly.

Steps to Reproduce:
   Install the OS by default in mr-India and terminal text will not show properly.
   Also tried with Debian Gnu/Linux, produces the same thing.
Comment 1 rajudev 2015-02-07 05:06:15 UTC
Created attachment 296316 [details]
I have shown the affected area  with a block
Comment 2 Egmont Koblinger 2015-02-07 09:50:58 UTC
I believe this is the same as bug 584160 (see the screenshot in its 1st comment), correct?

Could you please try the patches from comments 49-51 (preferably the 2nd one) and provide feedback?

You need to patch your vte (0.36.x for gnome-terminal 3.12), overwriting the installed version and quitting all gnome-terminal instances for the changes to take effect. Or for a quick demo: download, patch and compile vte, and without installing you can run ./src/vte2.90.
Comment 3 André Klapper 2015-02-07 11:00:51 UTC
Setting NEEDINFO status as per last question. Please reset once answered.
Comment 4 rajudev 2015-02-07 15:35:07 UTC
Thanks for the quick reply
I took a look at the bug 584160 and concluded that it is the same bug.
The bug is for rendering of Devnagari scripts which is used for both hi-IN & mr-IN . 
I saw the screenshots as well. You can mark this bug as a duplicate then. 

I have downloaded the patch. But I don't know how to apply it. Can I get some help with that?
Comment 5 Egmont Koblinger 2015-02-08 11:43:44 UTC
Download latest vte tarball, uncompress, change to its directory, then execute
  patch -p1 < thepatchfile
(if it fails, try with an earlier tarball version, roughly matching the timestamp when I did those patches),
then compile as usual ("./configure" (if there are any errors then install the missing packages) followed by "make", and run by ./src/vte2.90 or ./srv/vte-2.91, whichever is available).

*** This bug has been marked as a duplicate of bug 584160 ***