![]() |
Missing icons and buttons on main GUI window (Ubuntu) - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Missing icons and buttons on main GUI window (Ubuntu) (/showthread.php?tid=191737) |
RE: Missing icons and buttons on main GUI window (Ubuntu) - Green - 07-13-2017 With current and previous versions of RPCS3, the icons for the games and toolbar buttons do not appear in the main GUI window in Ubuntu 16.04. (See screenshot) ![]() The terminal window in Ubuntu is reporting the following output: libpng warning: Application built with libpng-1.2.54 but running with 1.6.21 Video driver: (nvidia-381) 381.22-0ubuntu0~gpu16.04.2 CPU: AMD FX-8300 Attached should be the RPCS3.log and a build output. RE: Missing icons and buttons on main GUI window (Ubuntu) - Green - 07-14-2017 To work around this, I installed new dependencies: libpng16-dev libpng16-devtools Then built with flag option: cmake CMakeLists.txt -DUSE_SYSTEM_LIBPNG=ON Screenshot: ![]() |