On 2026-08-12 16:23:45 +0200, Vincent Lefevre wrote:
> Gtk:ERROR:../../../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: 
> assertion failed (error == NULL): Failed to load 
> /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Loader process 
> exited early with status '1'Command:
[...]

I forgot to say that this

  Loader process exited early with status '1'

error message seems to come from rust-glycin:

https://codesearch.debian.net/search?q=Loader+process+exited+early+with+status&literal=1

gives only one result:

rust-glycin_3.1.0-3/src/error.rs

    #[error("Unknown content type: {0}")]
    UnknownContentType(String),
    #[error("Loader process exited early with status '{}'Command:\n {cmd}", 
.status.code().unwrap_or_default())]
    PrematureExit { status: ExitStatus, cmd: String },
    #[error("Conversion too large")]

https://sources.debian.org/src/rust-glycin/3.1.0-3/src/error.rs?hl=160#L160

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

Reply via email to