eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

Toolbar icons missing #816

Open wkorn opened 2 years ago

wkorn commented 2 years ago

I just compiled the master branch on Ubuntu 20.04 following the documentation at https://github.com/eteran/edb-debugger/wiki/Compiling-(Ubuntu). Compilation completes without errors and edb can be started. However, edb's toolbar shows text rather than icons.

Screenshot from 2022-05-04 08-55-20

I tried running edb from the build directory as well as doing an installation (make install) and running edb from the installation directory.

eteran commented 2 years ago

Hmm, that usually happens when for some reason, Qt doesn't have PNG support available. Perhaps that is another package to install to make that show up correctly.

I'm about to leave for vacation tomorrow, but I'll certainly look into it when I get back.

Thankss

wkorn commented 2 years ago

Thanks. After reading your comment I checked PNG support. As far as I know Qt relies on libpng which is present on my system. I installed libpng-dev and rebuilt edb but toolbars are still missing. I also check Ubuntu 22.04. 22.04 provides the latests version of edb and this version properly show icons. So I suspect that there is indeed some dependency missing.