GNOME Bugzilla – Bug 673622
No line wrapping in speaker view
Last modified: 2018-08-17 19:56:46 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.
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.
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.
For the record, Christopher's fixes are also available on https://github.com/potofcoffee/pinpoint/commits/speaker-screen
Pushed upstream, thanks!
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.