eteran/edb-debugger

Toolbar icons missing

wkorn opened this issue · 2 comments

wkorn commented

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.

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

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.