gazebo client no icons
My second problem for today is that gazebo client doesn't show any icons for play, pause, position object, etc. In the terminal I see error, which I have seen many times before but always ignored:
irobot@irobot-desktop:~$ gzclient
Gazebo multi-robot simulator, version 1.0.0
Copyright (C) 2011 Nate Koenig, John Hsu, Andrew Howard, and contributors.
Released under the Apache 2 License.
http://gazebosim.org
Msg Waiting for master
Msg Connected to gazebo master @ http://localhost:11345
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
libpng warning: Application built with libpng-1.2.46 but running with 1.5.4
Does libpng warning related to the fact the icons doesn't appear? If so should I remove libpng and install older version? Would it conflict with other ROS packages which are using this library?
// I tried to remove libpng but it looks like it was installed with my OS, because many other things depends on it and I can't remove libpng12-0 package without messing up whole system (Packages like xorg, gnome, and many others will be removed with bad results)...Not sure how then should I fix this problem...Icons doesn't appear when I tried to move object as well...Just big red, blue and green boxes instead of icons. Any help will be highly appreciated.