iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
23.18k stars 1.07k forks source link

Problem rendering texts in PopOS 22.04 #2367

Open soucosmo opened 2 months ago

soucosmo commented 2 months ago

Is there an existing issue for this?

Is this issue related to iced?

What happened?

My development environment My development environment

Compiled using cargo build --release --target x86_64-unknown-linux-gnu

When executing the generated binary on a computer with PopOS 22.04, the texts do not render, but every update of the app continues normally, it is even possible to see that the element was added to my table popos_22_04_luis

My Cargo.toml

[package]
name = "costv"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { version = "0.12.1", features = ["lazy"] }
iced_core = "0.12.3"

[profile.release]
strip = true

What is the expected behavior?

This is the expected result

Screenshot 2024-04-02 21 57 56

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response