EmuNewz Network
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)

[Image: Screenshot_from_2017_07_12_23_29_15.png]

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.

.txt   RPCS3.txt (Size: 1.07 KB / Downloads: 65)
.txt   build output.txt (Size: 126.29 KB / Downloads: 75)


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:
[Image: Screenshot_from_2017_07_13_23_42_22.png]


.txt   build output.txt (Size: 117.31 KB / Downloads: 67)