Skip to content

TGPictureButton does not load image from disk #6985

@rlalik

Description

@rlalik

This bug report:
obraz_2021-01-05_030717

Reference from tutorial: https://root.cern.ch/doc/master/alice__vsd_8C.html
image

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

  1. ROOT version: 6.22.06
  2. Operating system: Linux Gentoo
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions