Install Single Window Mode GIMP On Arch Linux
With Gimp 2.7.3 you can now enable single window mode. This allows new users that are use to Adobe Photoshop feel at home. In this tutorial we will install the newest release of GIMP in Arch Linux with two quick commands. Let's Get started!
You can see here this has been the tradistional look of gimp with three windows. If you have been using gimp for a while you may have come across the tab button to hide the two side windows and maximize your screen space.

To install GIMP 2.7.3 with the single window mode in Arch we will need to open a terminal.
The first thing we will want to do is make sure the pacman mirrors are synced and see if the newest version is available to install Issue the following commands in a terminal:
pacman -Ss gimp-devel
(note the capital S)

You will notice that that this is not the version we need. (2.7.3) Looks like we will need to sync pacman repositories.
pacman -Syy


Now that we have synced lets do another search to see if the newest version is available to install.
pacman -Ss gimp-devel

You can see that 2.7.3 is now available to install. If you still see an older version you may want to change to a more up to date repository mirror. Take a look at the links below to help find one and generate your /etc/pacman.d/mirrorlist file
http://www.archlinux.org/mirrors/status/
http://www.archlinux.org/mirrorlist/
Now to install it as simple as entering one command.
pacman -S gimp-devel

Note: if you had to sync your mirror you may need to update pacman first.
Since I already have gimp installed it will prompt me asking if I want to upgrade / unstall the old one and replace it with the new version.
Enter "Y"

You will be asked f you want to download it.
Enter "Y"

Now that we have the newest version installed lets fire it up.


If you notice by default it still is displayed in multi window mode.
We will need to make one setting change
Click on Window > put a check mark next to single-window mode


If you enjoyed this post, please share it on your favorite social network by clicking on the “Share / Save” bar below.
