Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar icons missing #816

Open
wkorn opened this issue May 4, 2022 · 2 comments
Open

Toolbar icons missing #816

wkorn opened this issue May 4, 2022 · 2 comments

Comments

@wkorn
Copy link

wkorn commented May 4, 2022

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
Copy link
Owner

eteran commented May 5, 2022

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
Copy link
Author

wkorn commented May 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants