edb-debugger icon indicating copy to clipboard operation
edb-debugger copied to clipboard

Toolbar icons missing

Open wkorn opened this issue 2 years ago • 2 comments

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.

wkorn avatar May 04 '22 07:05 wkorn

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

eteran avatar May 05 '22 22:05 eteran

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.

wkorn avatar May 06 '22 05:05 wkorn