I'm running Kate under Gnome. Somehow it was resized to a too-large size for my desktop. So now the Maximize and Resize buttons are unreachable. I'm assuming reinstalling would fix the problem, but if I can fix it without reinstalling that would be ideal. Any ideas/suggestions are much appreciated. (I have tried the keyboard shortcuts, with no results.)
-
Can't you just grab the windows top and drag it to the left part of the screen (again and again) until you reach for the right part of the window? – Pitto Oct 12 '11 at 13:18
-
No, that didn't work either, but I figured it out! Turns out the session was corrupt. When I started a brand new session, I got everything back. – begtognen Oct 12 '11 at 15:49
-
Solution here might help: http://askubuntu.com/questions/96375/why-are-my-file-selection-dialogs-so-big-how-do-i-make-them-smaller – Amanda Jun 13 '12 at 20:02
9 Answers
When a window is bigger than the resolution of the monitor do the following:
Press and HOLD ALT (On Ubuntu 18.04+ Hold SUPER) and then simply click and HOLD the mouse button over the window you want.
Start dragging it until you can see the top part or at least a corner to resize it. Keep holding the corresponding key while doing each click until you can see a corner or the top. From there just resize it as you like.

- 211,503
-
2THANK YOU! Accidentally resized a window larger than the screen. – fIwJlxSzApHEZIl Mar 10 '15 at 21:18
-
1In my case (ubuntu 18.04, dell laptop), the alt key must be replaced by the home key. – user2660966 Feb 18 '19 at 13:41
-
-
-
-
-
1@stiv You don't have the key that has a windows logo in it? It's the same one you would use to open the search box on gnome. – Luis Alvarado Aug 16 '19 at 20:41
-
This works on raspbian 10 buster - which is a huge help since you often have tiny screens with a RaspberryPi! – Nigel Atkinson Jan 14 '21 at 03:58
-
Works on Ubuntu 20.04 with Super (windows) key. To make it clearer: you can click and hold at parts of the window other than the title bar, so a part outside the screen on lower edge can be brought up by holding super key, clicking the middle of the window and dragging upwards – aksh1618 Aug 02 '22 at 15:46
-
1This is still relevant for 2023 and Lunar Lobster (Ubuntu 23.04) / Gnome 44.0. Thank you! – Ricardo May 18 '23 at 10:43
Try this: Alt+F7 and then you can move the window, so you can reach the button :)

- 13,477

- 562
-
Thanks! I did try that, with no luck. (Alt+f7 works to move other windows, but not the messed up Kate window.) – begtognen Oct 12 '11 at 15:22
-
-
this answer is more relevant now that in ubuntu 18.04 alt no longer grabs window – tatsu Mar 26 '19 at 20:39
I had the same problem on Ubuntu 14.04 in Unity. I solved it by deleting all of the config files for kate. I found them under home/USERNAME/.kde/share/config.
WARNING: this will also remove any custom highlighting, colors, etc. when you do this.

- 11
This answer is a bit detailed version of Ffoeg311
's.
Just rename the file kritarc
(something like kritarc.old or kritarc.backup or may be anything) or delete the file kritarc
which is in the path /home/USERNAME/.kde/share/config/
. You can leave the remaining files.

- 145
You simplify use shortcut for GNOME window ALT + F8 in order to move it freely. Then, focusing on your factor and rescaling it.
Or in the tweak-tool window, click the magnifier icon (search option), then enter scaling in the text field. That will display only options for which the name matches the word scaling. Now click the entry Windows. The option Window Scaling will now be located up the content pane and you could edit it back to 1.
If you are stuck with a tiny screen with low resolution on some non-standard device that is not hardware-capable of fitting more pixels, and you need to press e.g. an Ok button that is off-screen, then you might still use the keyboard to repeatedly press the Tab key to switch the focus to the unreachable button and then press the Enter key.
Might require a bit of guessing about how many times you need to press the Tab key.

- 1,452
- 17
- 18
My whole screen shifted to the right by 75% or so. I couldn't reach the up/down or left/right bars, so I tried what I thought was moving the screen to the left. I ended up resizing it, so then it was left adjusted, but the text still started 3/4 of the way to the right. After playing with it a while, I found if I went to the work space switcher and selected the space my file was spilling over into, I could 'pull' the page back into place by resizing it back where it belonged.
Are you sure you're not in fullscreen mode?
Ctrl+Shift+F should toggle it on and off.

- 13,477

- 121