Missing icons and buttons on main GUI window (Ubuntu) - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163) +---- Thread: Missing icons and buttons on main GUI window (Ubuntu) (/showthread.php?tid=191737) |
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. RPCS3.txt (Size: 1.07 KB / Downloads: 124) build output.txt (Size: 126.29 KB / Downloads: 132) 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: build output.txt (Size: 117.31 KB / Downloads: 123) |