You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I tried running edb from the build directory as well as doing an installation (make install) and running edb from the installation directory.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
I tried running edb from the build directory as well as doing an installation (make install) and running edb from the installation directory.
The text was updated successfully, but these errors were encountered: