214

Gimp is nice, but the one thing that drives me nuts is that everything floats around in front of each other, often hiding the main window and forcing me to minimize all open windows until I find the one floating window that I am looking for.

I'd like to have the floating windows docked along the edges of that main window, the way practically every other application works. I know this floating thing is one of the things that make Gimp special, but it's not the kind of "special" that I like... I don't have a huge screen, so it quickly gets too cramped. And I often use Gimp briefly, multitasking with other apps, so the many Gimp windows are annoying.

How can I make Gimp run in one window, with everything else inside it?

This is Gimp 2.6.11 -- just because that's what came with my Ubuntu 11.10 installation.

  • 1
    Not adding advice but the single window mode worked well, I've been trying to figure it out for awhile now. I can't believe it was that easy. – vince Dec 08 '16 at 19:21

4 Answers4

284

Ubuntu 14.04 and higher

Open GIMP, and go to Windows > Single-Window Mode

Ubuntu 12.04

Single-Window Mode is only available since GIMP 2.8+. You will have to install GIMP 2.8 from a ppa if you want Single-Window Mode. Just follow the next instructions:

  1. Add the GIMP PPA. Open the terminal and copy/paste the following command: sudo apt-add-repository ppa:otto-kesselgulasch/gimp && sudo apt-get update
  2. Update GIMP using Update Manager or apt-get.
  3. Open GIMP, and go to Windows > Single-Window Mode

Now you have a single window! For example, my GIMP main menu:

enter image description here

Merlijn Sebrechts
  • 7,394
  • 1
  • 42
  • 70
Xerz
  • 4,591
  • 2
    Great answer, just not entirely true: there is a way to make Gimp 2.x a single window application. Not out of the box and I would recommend updating to 2.8 too, but you can do it: http://www.webupd8.org/2011/06/gimpbox-get-single-window-mode-in.html – jobrfr May 15 '12 at 08:56
  • Just tried this on 11.10 (same as OP) and I get 'CAUTION! This PPA could break your installed OS. There are dependency issues for Oneiric Ocelot (11.10). Only use it if you know what you do!' No thanks, is there a better way to do this? – Tom Brossman May 15 '12 at 18:34
  • Yep, I get the same message as Tom. I don't think I'll risk it; I can't afford to break my main computer right now. – Torben Gundtofte-Bruun May 15 '12 at 18:45
  • When I've done it, I accepted and I added the PPA, without worring about the system. And as you can see, I had installed GIMP 2.8 with no problems. If you want, you can compile it, but is too dificult for most of people (and as I saw below, you don't want... :P ) – Xerz May 15 '12 at 21:14
  • This solution does not work with Gimp 2.8.10 on Ubuntu 14.04. – Luís de Sousa Oct 26 '14 at 18:08
  • How did you get stuff docked on the left side? – skaz Apr 18 '15 at 17:57
  • Nevermind! I found out there was a tiny, tiny sliver on the right where I could dock the window. – skaz Apr 18 '15 at 17:59
  • Where are the file menus? I see no menus on any of the screens. I am using version 2.8.10... – James Wierzba Sep 14 '15 at 01:39
  • Works with GIMP 2.8.16 on macOS 10.14.2 (Mojave). Thanks. – Mycah Jan 25 '19 at 16:50
  • thanks worked for me! 2.10.18 Linux ... Drove me crazy .. But I guess once you get expert you prefer floating windows? – zzapper Mar 19 '22 at 09:28
  • Single-Window mode seems to work for some things, but not others. If I open e.g. a color map tool, it still creates a new window. – rcorre Jul 12 '22 at 12:02
60

Select "Single-Window Mode" from the Windows menu item. The setting will persist between GIMP launches, and is only available for GIMP version 2.8 and over. ( How do I get GIMP 2.8? )

Screenshot of GIMP 2.8, with the Windows menu open and Single-Window Mode selected

Jjed
  • 13,874
2

There is an unofficial application to use Gimp 2.x in a single window mode called GIMPBox.

You can find all the info with installation guide about it here. It seems a bit complicated to install, but you will have a single window Gimp 2.6.

Personally, I would suggest you install Gimp 2.8. It's a stable release so there should be nothing to worry about. I use it too and the single window mode is awesome! Simply follow the instructions espectalll123 has given to install it and you are good to go.

jobrfr
  • 783
  • I have followed the link, and I have run the codes given there but, after a general update of the system, I see this in terminal: W: Failed to fetch http://ppa.launchpad.net/ferramroberto/gimp/ubuntu/dists/precise/main/source/Sources 404 Not Found

    W: Failed to fetch http://ppa.launchpad.net/ferramroberto/gimp/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found

    W: Failed to fetch http://ppa.launchpad.net/ferramroberto/gimp/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found

    E: Some index files failed to download. They have been ignored, or old ones used instead.

    – Cristiana Nicolae Oct 17 '13 at 07:56
  • @CristianaNicolae It seems like GIMPBox is only compiled for Ubuntu lucid, maverick, natty and oneiric. So precise (your version of Ubuntu) isn't supported. I would recommend you install the newest version of Gimp for single window mode (how you do it is written in the accepted answer to this question). – jobrfr Nov 08 '13 at 10:25
1

Gimp 2.8 is capable of doing what you want. You can grab the source from here: ftp://ftp.gimp.org/pub/gimp/v2.8/ and compile it on your own. This runs in single window mode.