Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui-wizard-gtk: Wrap event log messages #607

Merged
merged 1 commit into from
Mar 20, 2020

Conversation

ernestask
Copy link
Collaborator

Currently, large logs received by abrt-retrace-client may cause
X/Wayland protocol errors due to an overly large buffer being allocated
for GtkTextView. Enabling word wrapping and eliminating horizontal
scrolling seems to prevent that from happening.

Cf. https://gitlab.gnome.org/GNOME/gtk/issues/1143

https://bugzilla.redhat.com/show_bug.cgi?id=1815544

Currently, large logs received by abrt-retrace-client may cause
X/Wayland protocol errors due to an overly large buffer being allocated
for GtkTextView. Enabling word wrapping and eliminating horizontal
scrolling seems to prevent that from happening.

Cf. https://gitlab.gnome.org/GNOME/gtk/issues/1143

https://bugzilla.redhat.com/show_bug.cgi?id=1815544
@mgrabovsky
Copy link
Contributor

Looks lovely.

@mgrabovsky mgrabovsky merged commit 1f14c9f into master Mar 20, 2020
@ernestask ernestask deleted the wip/ernestask/log-text-view-wrapping branch March 20, 2020 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants