linuxmint / webapp-manager

GNU General Public License v3.0
716 stars 94 forks source link

webapp-manager not launching anymore after using a gif as icon #256

Open djjldoooo opened 1 year ago

djjldoooo commented 1 year ago

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."

Mayday, is there any workaround???

Arquelf commented 1 year ago

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.

daviii-lopes commented 5 months ago

should it allow using gif as icon?