This should fix crashes when pasting text into the widget before it has been fully realized (e.g. when it was never shown before).
Fixes #2813. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3091
-- Commit Summary --
* Manually realize the VTE widget on startup
-- File Changes --
M src/vte.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/3091.patch https://github.com/geany/geany/pull/3091.diff
Seems OK to me, though I would reference #2813 in the source code comment.
It probably won't really hurt even if a fix is made upstream right?
@eht16 pushed 1 commit.
7863c2abcfe4a235d60a2fffba173b9166012c12 Manually realize the VTE widget on startup
Seems OK to me, though I would reference #2813 in the source code comment.
Good idea, done.
It probably won't really hurt even if a fix is made upstream right?
Probably, it depends on the potential upstream fix but I guess the risk the change here will make it worse is quite low.
LGBI
Merged #3091 into master.
github-comments@lists.geany.org