I get this error message after adding an app with a gif image.
Traceback (most recent call last):
File "/usr/lib/webapp-manager/webapp-manager.py", line 54, in activate
window = WebAppManagerWindow(self)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/webapp-manager/webapp-manager.py", line 215, in __init__
self.load_webapps()
File "/usr/lib/webapp-manager/webapp-manager.py", line 522, in load_webapps
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(webapp.icon, -1,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: gdk-pixbuf-error-quark: Certaines images de l’image GIF n’ont pas été chargées. (6)
The french part means:"Some GIF images have not been loaded."
If you just wish to run webapp-manager again just uninstall the app with the GIF as the icon and try running it,
the webapp-manager starts running again.
I get this error message after adding an app with a gif image.
The french part means:"Some GIF images have not been loaded."
Mayday, is there any workaround???