GNU gv - Bugs: bug #21239, Vlist.c produces garbage if...
You are not allowed to post comments on this tracker with your current authentication level.
bug #21239: Vlist.c produces garbage if International is set
Submitter: | None | ||
Submitted: | Wed 03 Oct 2007 03:04:04 PM UTC | ||
Category: | Graphical User interface | Severity: | 3 - Normal |
Item Group: | None | Status: | Ready For Test |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Closed | Release: | None |
Fri 26 Feb 2010 10:47:46 AM UTC, comment #4: |
Markus Steinborn <msteinbo>![]() |
Fri 26 Feb 2010 10:26:21 AM UTC, comment #3: I noticed that adding
GV*international: True
to ~/.gv crashes my GNU gv 3.6.8 whenever trying to open a file by the GUI.
Therefore I am reopening this bug. |
Markus Steinborn <msteinbo>![]() |
Mon 07 Apr 2008 04:36:10 AM UTC, comment #2: No good. Thanks
|
Anonymous |
Fri 14 Mar 2008 07:08:09 AM UTC, comment #1: This bug was first reported by John Membrand
----------------
|
Anonymous |
Wed 03 Oct 2007 03:04:04 PM UTC, original submission:
If International is set (for example with -xrm "*international: True"), the Xaw widgets are using FontSets instead of Fonts. This causes Vlist.c to get confused and misdraw the table of contents. Attached patch should fix this, by mimicking what the Supersets expose routine does. This bug was first reported by Ilya Anfimov as http://bugs.debian.org/149032. (Don't get confused by the xaw3d segfaults also described there, those having nothing to do with gv, but are pure xaw3d bugs). |
Anonymous |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 7 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2010-02-28 | msteinbo | Open/Closed | Open | ![]() |
Closed |
2010-02-26 | msteinbo | Status | None | ![]() |
Ready For Test |
2010-02-26 | msteinbo | Status | Fixed | ![]() |
None |
Open/Closed | Closed | ![]() |
Open | ||
2008-05-21 | msteinbo | Status | None | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed | ||
2007-10-03 | None | Attached File | - | ![]() |
Added 149032fontsets, #14072 |
Well, it seems to be a bug in Centos 5.4: After recompiling the Xaw3d-Package from Fedora 12 for Centos, it works.