-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Reference from tutorial: https://root.cern.ch/doc/master/alice__vsd_8C.html
Describe the bug
By running one of the ROOT tutorials:
$ root alice_vsd.C
I do not see any button to change events (see the image above). Apparently, from the log:
gif2ASImage():2300:</usr/lib/root/6.22/icons/GoBack.gif> (null)
Warning in TASImage::GetMask: No image
gif2ASImage():2300:</usr/lib/root/6.22/icons/GoForward.gif> (null)
Warning in TASImage::GetMask: No image
however:
$ ls -all /usr/lib/root/6.22/icons/GoBack.gif /usr/lib/root/6.22/icons/GoForward.gif
-rw-r--r-- 1 root root 1177 11-27 16:00 /usr/lib/root/6.22/icons/GoBack.gif
-rw-r--r-- 1 root root 1166 11-27 16:00 /usr/lib/root/6.22/icons/GoForward.gif
Expected behavior
I expect to see buttons with figures.
To Reproduce
$ root alice_vsd.C
from the eve tutorials.
Setup
- ROOT version: 6.22.06
- Operating system: Linux Gentoo
- How you obtained ROOT, such as
dnf install
/ binary download / you built it yourself: compiled from sources via Gentoo package manager/portage, uses external libafterimage