Guake / guake

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

It does not align to middle #1706

Open gerroon opened 4 years ago

gerroon commented 4 years ago

Describe the bug I set it to align to middle , but it does not it always aligns to the left side.

IExpected behavior It should align to the middle

Actual behavior aligns to the left side

To Reproduce Set the horizantal alignment to middle in the main window settings


Please run $ guake --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting. And make sure you run the command OUTSIDE the Guake.

I am using it on Debian Bullseye

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

Guake Version:      3.6.3

Vte Version:        0.58.2

Vte Runtime Version:    0.58.2

--------------------------------------------------
GTK+ Version:       3.24.13

GDK Backend:        GdkX11.X11Display

--------------------------------------------------
Desktop Session: fluxbox

--------------------------------------------------
Display: :0.0

RGBA visual: True

Composited: False

* Monitor: 0 - SAM HDMI-1
    * Geometry:     1920 x 1200 at 0, 0
    * Size:     160 x 90 mm²
    * Primary:      True
    * Refresh rate: 59.95 Hz
    * Subpixel layout:  unknown
gerroon commented 4 years ago

A bit of progress. It sounds this was a different issue.

It looks like the width was set to 100 or max, but when I triggered Guake it would not show as stretched to the whole monitor, it would rather behave as the regular size (default size I beliebe), so it looked more like aligned to the left of the monitor always no matter what I did.

I changed the width to middle value now it seems to align to the middle as I wanted, but I guess there is bug with making it work as full width of the monitor.