Skip to content

Conversation

@jwahlstrand
Copy link
Member

@jwahlstrand jwahlstrand commented Dec 23, 2024

Fixes #79

Skips Pango 1.55.5, which was causing a segfault locally on Linux, X11.

@jwahlstrand jwahlstrand merged commit 977cddd into main Dec 23, 2024
11 checks passed
@jwahlstrand jwahlstrand deleted the jw/newversion branch January 12, 2025 14:48
@dhanak
Copy link

dhanak commented Feb 12, 2025

As a result of this change, when I add a package that depends on Gtk4 to my environment, such as ProfileView.jl, Gtk4 v0.7.2 is selected and installed, alongside with the newest version of Pango_jll. So the effect is the opposite of the desired. I explicitly need to add Gtk4@0.7.4 to my environment (or add a >=0.7.3 compatibility restriction) to make sure that the correct version is used.

It took me a while to track down this issue, because it manifested itself by not displaying text properly in the ProfileView window. (It picked some odd font, which didn't have the glyphs for the ASCII characters, more details here.)

@jwahlstrand
Copy link
Member Author

Thanks. I've learned my lesson and won't use this strategy to avoid bad JLL's from now on.

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.

New segfault, Linux on X11

3 participants