Skip to content

Force fontconfig-parser version to v0.5.7 #1947

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

Merged
merged 1 commit into from
Aug 5, 2025

Conversation

ImplOfAnImpl
Copy link
Contributor

@ImplOfAnImpl ImplOfAnImpl commented Aug 1, 2025

Today I discovered that when built from master, node-gui UI looks like this on my Ubuntu machine:

node_gui_broken1 node_gui_broken2 node_gui_broken3

The first bad commit is 8dbc6b9 where the only significant changes are those in Cargo.lock. I managed to narrow it down to the fontconfig-parser crate which was updated from v0.5.7 to v0.5.8 in that commit.
So in this PR I forcibly set the version back to 0.5.7 via [patch]. This is a hacky fix though, ideally we should find the real culprit (which may not be fontconfig-parser itself) and at least file a bug report.

Update: it seems that the issue is specific to MATE desktop. I.e. I was able to reproduce it on a fresh install of Ubuntu MATE, but not on a fresh install of the vanilla Ubuntu.

Copy link
Contributor

@OBorce OBorce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least on ubuntu WSL the master version works fine

@ImplOfAnImpl ImplOfAnImpl merged commit 3503b80 into master Aug 5, 2025
28 checks passed
@ImplOfAnImpl ImplOfAnImpl deleted the force_fontconfig_parser_ver_to_0_5_7 branch August 5, 2025 14:14
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.

2 participants