10

On Manjaro running Fluxbox, I don't seem to have an image viewer that can play animated GIF files.

I think that Gwenview can and I have it on my KDE system. But on a Fluxbox system I would like to avoid too many KDE dependencies.

Matthias Braun
  • 7,797
  • 7
  • 45
  • 54

4 Answers4

9

You can you use nearly any web browser, as they should play GIFs just fine.

Matthias Braun
  • 7,797
  • 7
  • 45
  • 54
Alexis Finn
  • 91
  • 1
  • 1
8

If you'd like to avoid dependencies, you might also consider sxiv. It can play animated gifs using the -a flag, and only depends on imlib2.

Chris Down
  • 122,090
  • 24
  • 265
  • 262
4

Gwenview, as I said, but that's not what I wanted.

gThumb can do it. It comes with few dependencies but looks alien in Fluxbox.

A less desktop-dependent solution is #2 under here:

Install gifsicle.

Create a desktop file:

[Desktop Entry]
Name=GIFview 
Exec=gifview -a %f
Icon=gif
Terminal=false
Type=Application
StartupNotify=true
NoDisplay=true
MimeType=image/gif

and put it into ~/.local/share/applications.

1

VLC/videolan should do fine and is available on most systems.

Felix
  • 113
  • 5