I just tried installing IDLE ("sudo dnf install python3.11-idle") and launching it ("idle3.11"). The application appears... broken in a fascinating way. The application menus are so big that only them are displayed on the screen. Attached is a screencast. Reproducible: Always Steps to Reproduce: 1. sudo dnf install python3.11-idle 2. idle3.11 Actual Results: Unusable application due to menus taking all screen space. Expected Results: IDLE works.
Created attachment 1975209 [details] Screencast
Hi Jean, we were not able to reproduce this issue on nene of our machines. Could you please try different settings/windows managers/etc. to try to isolate what might be causing this? And could you provide the contents of the `~/.idlerc/config-main.cfg` file, if it exists on your system?
<Facepalm> I understand the issue now. I had put this into my ~/.config/fontconfig/fonts.conf file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="pattern"> <edit name="dpi" mode="assign"> <double>3000</double> </edit> </match> </fontconfig> I did this while I was debugging an issue in LilyPond that was occurring on systems that had this sort of customization (which is not the case in Fedora). This issue is moot. I'm sorry for having wasted your time on this mistake. (I don't really know if it should in theory work with other DPI values, but in any case that would be an upstream issue, not a Fedora issue.)
Glad that you have found the cause.