Install imagemagick, put your images in a folder, and in a terminal run:
$ convert -delay 100 -loop 0 <frame1>.gif <frame2>.gif <animated>.gif(Slightly modified from the link above so I can remember how I did it.)
$ convert -delay 100 -loop 0 <frame1>.gif <frame2>.gif <animated>.gif(Slightly modified from the link above so I can remember how I did it.)
To determine if kernel polling is enabled:From udevil Homepage.
cat /sys/module/block/parameter/events_dfl_poll_msecs
cat /sys/block/sr0/events_poll_msecs
If you get 0 or -1 from both of those commands, kernel polling may be disabled.
To enable kernel polling permanently (survives a reboot), add the following command to your /etc/rc.local file (anywhere before the 'exit' line in that file):
echo 2000 > /sys/module/block/parameters/events_dfl_poll_msecs
The panel cannot be edited while running in kiosk mode.Solution: Drop out of XFCE with Ctrl + Alt + F1, navigated to ~/.cache/sessions/ and delete the contents with the following command:
rm -rf *Restart, log in to XFCE, set up panels as required and save the session on exit to see your panels appear at next log on.