eteran / edb-debugger

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

UI under newest version of Kali; Can't see text #775

Closed roydavisonline closed 3 years ago

roydavisonline commented 4 years ago

Not sure what the issue is. I am running kali 2020.3. I just installed edb with sudo apt-get install edb-debugger and ran it. I can't see any text in the UI. See screenshot for example.

Screen Shot 2020-09-03 at 1 16 42 PM

10110111 commented 4 years ago

Is the theme configured somehow, or does this happen with the default system install?

roydavisonline commented 4 years ago

This is a default install of kali. I also tried fiddling with the "appearance" theme settings in kali be it didn't seem to make a diff. Screen Shot 2020-09-03 at 1 25 56 PM

roydavisonline commented 4 years ago

here you can barely see that the text is white. You can only see it on the slightly grey lines... Screen Shot 2020-09-03 at 1 36 55 PM

eteran commented 4 years ago

Well, that's weird...

eteran commented 3 years ago

So, this honestly looks like a kali Qt configuration issue.

edb doesn't explicitly set the foreground text color or windows background color in the windows you are showing. It seems that for some reason, list and text box backgrounds are being given a "light" theme, while the text itself is being given a "dark" theme.

I have been considering ways to improve edb's general theming to cover things more completely... but for this specific case, it looks like kali is doing something wrong here.

eteran commented 3 years ago

If I implement my plan for #779 then this probably should (hopefully) go away. But it may take a bit to get there...

eteran commented 3 years ago

In the latest master, (and soon latest release), you should be able to explicitly choose a dark/light theme which should resolve this issue entirely :-).

Please re-open if this is not the case.

roydavisonline commented 3 years ago

awesome. thanks. I'll try it and let you know.

On Sun, Dec 13, 2020 at 6:39 PM Evan Teran notifications@github.com wrote:

In the latest master, (and soon latest release), you should be able to explicitly choose a dark/light theme which should resolve this issue entirely :-).

Please re-open if this is not the case.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eteran/edb-debugger/issues/775#issuecomment-744100629, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWRUFASELSJ4KOEAFI4Q7DSUVNDJANCNFSM4QVY55ZA .