Opened 6 years ago

Closed 6 years ago

#10025 closed defect (fixed)

pango 1.40.13 breaks ability to wrap long filenames

Reported by: Tim Tassonis Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Attachments (1)

pango-1.40.13-pango_default_break1.patch (993 bytes ) - added by Tim Tassonis 6 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Tassonis, 6 years ago

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

Will use this equivalent:

sed -e '/is_char_break = TRUE/i if (attrs[i].is_cursor_position)' \
    -e '/t break here/{N;s:\n:&//:}' \
    -i pango/break.c

It also appears to break one test, test-layout.

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19498.

Note: See TracTickets for help on using tickets.