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

GUI is partly unreadable with GTK dark theme #57

Open
matthijskooijman opened this issue Jun 14, 2017 · 1 comment
Open

GUI is partly unreadable with GTK dark theme #57

matthijskooijman opened this issue Jun 14, 2017 · 1 comment

Comments

@matthijskooijman
Copy link

On my machine (Linux/Debian/Stretch), the interface is partly unreadable, colors are messed up. It seems the background color is the standard grey, while the foreground color is changed to be light grey or white.

sony mobile flasher by androxyde --- new version 0 9 23 2 available --- _016

Above is shown when the dialog is not focused, when it gets the focus the text turns even lighter. Using strace I found out this is due to my ~/.config/gtk-3.0/settings.ini file, which contains:

[Settings]
gtk-application-prefer-dark-theme=1

Setting this to 0 fixes the GUI.

Again, not sure if this is something Flashtool should fix (it's probably an eclipse problem), but I wanted to document it here anyway.

@matthijskooijman
Copy link
Author

Instead of changing the config file, setting an environment variable also works:

 GTK_THEME=Adwaita:light ./FlashTool

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

1 participant