timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Conflict window does not resize to screen #90

Closed mpsOxygen closed 8 years ago

mpsOxygen commented 8 years ago

I tried updating gtk2 and gtk2-devel packages on fedora and it gave an error while resolving dependecies. The packages conflict with some other packages and it gave me a huge list of problems that where beyond the top and bottom of my screen. I couln't click it, couldn't move it and it broke the alignment of windows when I press the super key.

genodeftest commented 8 years ago

I ran into this one too.

Cause for this issue: src/yumex/gui/dialogs.py:260 in show_information: if msg is huge, it will create a GtkMessageDialog that is taller and/or wider than the screen. This should not happen.

timlau commented 8 years ago

Agree, we need a custom dialog with scrollbars to show error messages