unix-streamdeck / streamdeckd

BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

GIF icon handler gets stuck #16

Open vickyorlo opened 2 years ago

vickyorlo commented 2 years ago

There is currently no way to stop a gif from playing other than restarting the daemon. Replacing the icon handler will replace the first frame of the gif and you can see it for a few miliseconds, but then the rest of the gif replaces it.

The-Jonsey commented 2 years ago

hi, could you give more information (i.e go version, streamdeckd version, distro)

vickyorlo commented 2 years ago

Distro is Arch Linux. Go version: go version go1.17.5 linux/amd64 Streamdeckd version: just built it again from updated source, problem still persists.