hkdb / Densify

A GTK+ GUI Application written in Python that simplifies compressing PDF files with Ghostscript
MIT License
95 stars 24 forks source link

Crash when using .svg icon themes #11

Open charliemartinez opened 8 months ago

charliemartinez commented 8 months ago

Densify does not function properly when I have any scalable icon themes installed on my system (example brisa). I am using Debian Bookworm XFCE. With others icons themes works fine (example Adwaita).

Example of error:

`densify

(densify:3118): Gtk-WARNING : 23:02:07.945: Could not load a pixbuf from icon theme. This may indicate that pixbuf loaders or the mime database could not be found. Gtk:ERROR:../../../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze-dark/status/16/image-missing.svg: No se ha podido cargar el módulo de carga de imágenes: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /opt/Densify/usr/conda/bin/../lib/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72) (gdk-pixbuf-error-quark, 5) Bail out! Gtk:ERROR:../../../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze-dark/status/16/image-missing.svg: No se ha podido cargar el módulo de carga de imágenes: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /opt/Densify/usr/conda/bin/../lib/libstdc++.so.6: versionGLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72) (gdk-pixbuf-error-quark, 5) ./densify: línea 6: 3118 Abortado ${APPDIR}/usr/bin/python3 ${APPDIR}/opt/Densify/densify`

hkdb commented 4 months ago

Is this the AppImage you are using? Can you help me verify if this is still the case with v0.3.2?

Thanks!