Ubuntu – Guake terminal has space left at the top

guake

When starting the Guake terminal in 13.04, there is a space of 1-2 cms left at the top. i.e THe guake terminal top border is 1-2 cms below the screen top edge.

How can I fix this as it was working perfectly in 12.10.

Per the selected answer, its now moved to the top okay, but does anyone have any ideas on the two minor lines at the sides? ( 🙂 It keeps bothering me)

Best Answer

You can solve the problem by making gravity go upwards. No, seriously ;)

You need to do a simple change to the file /usr/share/guake/guake.glade. Open that file with your favorite text editor and look for the line that says

<property name="gravity">static</property>

Change that line, so that it says

<property name="gravity">north</property>

Save the file, restart Guake and the gap should be gone.

Related Question