Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.37k stars 577 forks source link

The settings menu does not fit on a 4:3 monitor #2233

Open hikikomori4 opened 3 months ago

hikikomori4 commented 3 months ago

Describe the bug

The settings menu does not fit on a 4:3 monitor 1280x1024px destop size. Please allow line wrapping in settings text items. So that the entire menu fits on the screen without going beyond it.

Manjaro Linux KDE, but I think the problem does not depend on DE.

$ guake --support
<details><summary>$ guake --support</summary>

Guake Version:      3.11.dev0

Vte Version:        0.74.2

Vte Runtime Version:    0.74.2

--------------------------------------------------
GTK+ Version:       3.24.41

GDK Backend:        <GdkX11.X11Display

--------------------------------------------------
Desktop Session: plasmax11

--------------------------------------------------
Display: :0

RGBA visual: True

Composited: True

* Monitor: 0 - NEC HDMI-1
    * Geometry:     1280 x 1024 at 1280, 0
    * Size:     376 x 301 mm²
    * Primary:      True
    * Refresh rate: 75.024 Hz
    * Subpixel layout:  unknown
* Monitor: 1 - HWP VGA-1
    * Geometry:     1280 x 1024 at 0, 0
    * Size:     338 x 270 mm²
    * Primary:      False
    * Refresh rate: 75.024 Hz
    * Subpixel layout:  unknown

Screenshot_%Y%M%D_%H%m%S-2

novaTopFlex commented 2 months ago

I am not sure if the aspect ratio is to blame. However, I am coming from a system that supports a native resolution of 2560x1600 (16:10) and of which I often set to 1920x1080 (16:9). I have not tested a 4:3 resolution, and definitely haven't tested 1280x1024, where you seem to be having problems. However, I believe that the window should fit in higher 4:3 resolutions, so now that I am saying this, the aspect ratio does not correlate.


If you tried a 1920x1440 resolution system, then the window should fit as the elements would seem to appear smaller in that configuration. So the 4:3 aspect ratio is not really to blame.

Davidy22 commented 1 month ago

It's not really a resolution issue, the underlined text in the image makes it look more like a combined issue of translated text being too long and the layout being unable to cope with unexpectedly long text. Haven't touched glade in a bit but I'm sure there's probably a button in there to allow for text wrapping, I would assume that this issue is mainly due to what appears to be checkbox labels not being allowed to text wrap. If this is just a gtk option this is probably just an easy thing to change in glade.