You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Fedora 41 and MenuLibre 2.3.2 and image file in xpm format, it throws the error:
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/menulibre/IconEntry.py", line 81, in _on_browse_files_clicked
self._set_image(dialog.get_filename())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/menulibre/IconEntry.py", line 109, in _set_image
pixbuf = GdkPixbuf.Pixbuf.new_from_file(icon_name)
gi.repository.GLib.GError: gdk-pixbuf-error-quark: Couldn’t recognize the image file format for file “/home/mhagnumdw/eclipse/icon.xpm” (3)
menulibre --verbose
On Fedora 40 it is working ok.
The text was updated successfully, but these errors were encountered:
With Fedora 41 and MenuLibre 2.3.2 and image file in xpm format, it throws the error:
On Fedora 40 it is working ok.
The text was updated successfully, but these errors were encountered: