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 673622 - No line wrapping in speaker view
No line wrapping in speaker view
Status: RESOLVED WONTFIX
Product: pinpoint
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Pinpoint maintainer(s)
Pinpoint maintainer(s)
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2012-04-06 05:09 UTC by Christoph Fischer
Modified: 2018-08-17 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (1014 bytes, patch)
2012-05-07 10:50 UTC, Christoph Fischer
none Details | Review

Description Christoph Fischer 2012-04-06 05:09:23 UTC
The lines don't wrap in speaker view, so that much of the speaker's notes gets cut off because it's off screen.
Comment 1 Christoph Fischer 2012-05-07 10:50:51 UTC
Created attachment 213571 [details] [review]
Proposed fix

The solution seems to be to explicitly (1) set the width of the speaker_notes actor, and (2) set the word wrap mode of the same. The attached patch takes care of this.
Comment 2 Christoph Fischer 2012-05-07 12:29:25 UTC
I just found it's even easier and can be fixed by inserting a single line into clutter_renderer_init_speaker_screen():

clutter_text_set_line_wrap(CLUTTER_TEXT(renderer->speaker_notes), TRUE);

The width of renderer->speaker_notes gets set in update_speaker_screen() anyway.
Comment 3 Jean-François Fortin Tam 2012-10-30 21:45:32 UTC
For the record, Christopher's fixes are also available on https://github.com/potofcoffee/pinpoint/commits/speaker-screen
Comment 4 Lionel Landwerlin 2012-11-04 23:19:27 UTC
Pushed upstream, thanks!
Comment 5 André Klapper 2018-08-17 19:56:46 UTC
pinpoint is not under active development anymore since 2015.
Its codebase has been archived:
https://gitlab.gnome.org/Archive/pinpoint/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project
to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the
responsibility for active development again.