chriskiehl / Gooey

Turn (almost) any Python command line program into a full GUI application with one line
MIT License
20.6k stars 1.02k forks source link

Many gtk errors when running gooey #725

Open thorstenwagner opened 3 years ago

thorstenwagner commented 3 years ago

I'm using the latest gooey version and get all kinds of warnings when I'm using the GUI:

image

For example, the buttons are not redrawn ( don't get confused by the button names, I renamed them in my local version): image

I'm using ubuntu 18.04 and wxpython 4.1.0.

Any ideas how to solve the gtk issues?

thorstenwagner commented 3 years ago

I got rid of most the issues by installing the following package with conda:

https://anaconda.org/conda-forge/adwaita-icon-theme

However, there is still the problem that the buttons are not properly redrawn when I resize the window for example: image

All other buttons look fine.

thorstenwagner commented 3 years ago

If pass true to this method: https://github.com/chriskiehl/Gooey/blob/master/gooey/gui/components/footer.py#L24

the button tearing issue disappears.