How to disable auto-maximize windows in GNOME?
Each time I open any application, it zooms to fill-up the entire desktop and so I am always forced to use "Unmaximize" using Alt+Space menu.
gnome window-manager maximized
add a comment |
Each time I open any application, it zooms to fill-up the entire desktop and so I am always forced to use "Unmaximize" using Alt+Space menu.
gnome window-manager maximized
2
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28
add a comment |
Each time I open any application, it zooms to fill-up the entire desktop and so I am always forced to use "Unmaximize" using Alt+Space menu.
gnome window-manager maximized
Each time I open any application, it zooms to fill-up the entire desktop and so I am always forced to use "Unmaximize" using Alt+Space menu.
gnome window-manager maximized
gnome window-manager maximized
edited Apr 6 '16 at 6:57
allyourcode
1249
1249
asked Jun 21 '12 at 23:10
jshjsh
7615
7615
2
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28
add a comment |
2
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28
2
2
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28
add a comment |
6 Answers
6
active
oldest
votes
For GNOME 3.8 and later, it's
gsettings set org.gnome.mutter auto-maximize false
You can also set this by dconf-editor
.
add a comment |
If you are talking about Metacity (GNOME Classic with no effects), it's possible that the maximize_windows option was enabled for some reason. To make sure it is disabled, open Terminal from the applications menu and enter this command:
gconftool --set --type=bool /apps/metacity/general/auto_maximize_windows False
add a comment |
You can set the /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value
key in gconf to 100:
gconftool-2 -s /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value -t int 100
add a comment |
For Ubuntu 17.10 it actually takes a few steps, and you need to do all of them for success:
Use dconf-editor and navigate to org/gnome/mutter
Look for edge-tiling and move it to OFF.
Click on edge-tiling and a new window opens.
In this window, set "Use default value" to OFF
Look at the bottom where it asks you to save, do that:
Check again the screen you just saved to make sure that it says "Current value: FALSE". If not set it to false and save again. This UI is very confusing because you also have a "Custom value" button pair that looks odd, so make sure you get it right.
Now navigate to org/gnome/shell (click in the title bar on "gnome" to get the list back).
Select shell, and in the form that is shown look for "Overrides" and click that:
What a surprise: there is another egde-tiling setting there. Use the same method as above to also switch this one to false.
Once you have changed both settings the window will no longer change size when it gets close to some screen edge. You can try it immediately: the settings take effect immediately.
add a comment |
Ubuntu 17.10 (Gnome 3.26.1) uses dconf not gconf.
(1) install dconf editor
(2) start dconf editor
(3) navigate to /org/gnome/mutter
(4) click on "edge-tiling" and set it to false
add a comment |
dconf write /org/gnome/shell/overrides/edge-tiling false
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f154377%2fhow-to-disable-auto-maximize-windows-in-gnome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
For GNOME 3.8 and later, it's
gsettings set org.gnome.mutter auto-maximize false
You can also set this by dconf-editor
.
add a comment |
For GNOME 3.8 and later, it's
gsettings set org.gnome.mutter auto-maximize false
You can also set this by dconf-editor
.
add a comment |
For GNOME 3.8 and later, it's
gsettings set org.gnome.mutter auto-maximize false
You can also set this by dconf-editor
.
For GNOME 3.8 and later, it's
gsettings set org.gnome.mutter auto-maximize false
You can also set this by dconf-editor
.
edited Jan 10 at 10:22
pomsky
29.9k1192122
29.9k1192122
answered Jun 2 '13 at 9:54
BazonBazon
1,92011720
1,92011720
add a comment |
add a comment |
If you are talking about Metacity (GNOME Classic with no effects), it's possible that the maximize_windows option was enabled for some reason. To make sure it is disabled, open Terminal from the applications menu and enter this command:
gconftool --set --type=bool /apps/metacity/general/auto_maximize_windows False
add a comment |
If you are talking about Metacity (GNOME Classic with no effects), it's possible that the maximize_windows option was enabled for some reason. To make sure it is disabled, open Terminal from the applications menu and enter this command:
gconftool --set --type=bool /apps/metacity/general/auto_maximize_windows False
add a comment |
If you are talking about Metacity (GNOME Classic with no effects), it's possible that the maximize_windows option was enabled for some reason. To make sure it is disabled, open Terminal from the applications menu and enter this command:
gconftool --set --type=bool /apps/metacity/general/auto_maximize_windows False
If you are talking about Metacity (GNOME Classic with no effects), it's possible that the maximize_windows option was enabled for some reason. To make sure it is disabled, open Terminal from the applications menu and enter this command:
gconftool --set --type=bool /apps/metacity/general/auto_maximize_windows False
answered Jun 22 '12 at 18:31
Dylan McCallDylan McCall
3,37422133
3,37422133
add a comment |
add a comment |
You can set the /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value
key in gconf to 100:
gconftool-2 -s /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value -t int 100
add a comment |
You can set the /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value
key in gconf to 100:
gconftool-2 -s /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value -t int 100
add a comment |
You can set the /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value
key in gconf to 100:
gconftool-2 -s /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value -t int 100
You can set the /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value
key in gconf to 100:
gconftool-2 -s /apps/compiz-1/plugins/unityshell/screen0/options/automaximize_value -t int 100
answered Jun 22 '12 at 18:03
dobeydobey
32.6k33586
32.6k33586
add a comment |
add a comment |
For Ubuntu 17.10 it actually takes a few steps, and you need to do all of them for success:
Use dconf-editor and navigate to org/gnome/mutter
Look for edge-tiling and move it to OFF.
Click on edge-tiling and a new window opens.
In this window, set "Use default value" to OFF
Look at the bottom where it asks you to save, do that:
Check again the screen you just saved to make sure that it says "Current value: FALSE". If not set it to false and save again. This UI is very confusing because you also have a "Custom value" button pair that looks odd, so make sure you get it right.
Now navigate to org/gnome/shell (click in the title bar on "gnome" to get the list back).
Select shell, and in the form that is shown look for "Overrides" and click that:
What a surprise: there is another egde-tiling setting there. Use the same method as above to also switch this one to false.
Once you have changed both settings the window will no longer change size when it gets close to some screen edge. You can try it immediately: the settings take effect immediately.
add a comment |
For Ubuntu 17.10 it actually takes a few steps, and you need to do all of them for success:
Use dconf-editor and navigate to org/gnome/mutter
Look for edge-tiling and move it to OFF.
Click on edge-tiling and a new window opens.
In this window, set "Use default value" to OFF
Look at the bottom where it asks you to save, do that:
Check again the screen you just saved to make sure that it says "Current value: FALSE". If not set it to false and save again. This UI is very confusing because you also have a "Custom value" button pair that looks odd, so make sure you get it right.
Now navigate to org/gnome/shell (click in the title bar on "gnome" to get the list back).
Select shell, and in the form that is shown look for "Overrides" and click that:
What a surprise: there is another egde-tiling setting there. Use the same method as above to also switch this one to false.
Once you have changed both settings the window will no longer change size when it gets close to some screen edge. You can try it immediately: the settings take effect immediately.
add a comment |
For Ubuntu 17.10 it actually takes a few steps, and you need to do all of them for success:
Use dconf-editor and navigate to org/gnome/mutter
Look for edge-tiling and move it to OFF.
Click on edge-tiling and a new window opens.
In this window, set "Use default value" to OFF
Look at the bottom where it asks you to save, do that:
Check again the screen you just saved to make sure that it says "Current value: FALSE". If not set it to false and save again. This UI is very confusing because you also have a "Custom value" button pair that looks odd, so make sure you get it right.
Now navigate to org/gnome/shell (click in the title bar on "gnome" to get the list back).
Select shell, and in the form that is shown look for "Overrides" and click that:
What a surprise: there is another egde-tiling setting there. Use the same method as above to also switch this one to false.
Once you have changed both settings the window will no longer change size when it gets close to some screen edge. You can try it immediately: the settings take effect immediately.
For Ubuntu 17.10 it actually takes a few steps, and you need to do all of them for success:
Use dconf-editor and navigate to org/gnome/mutter
Look for edge-tiling and move it to OFF.
Click on edge-tiling and a new window opens.
In this window, set "Use default value" to OFF
Look at the bottom where it asks you to save, do that:
Check again the screen you just saved to make sure that it says "Current value: FALSE". If not set it to false and save again. This UI is very confusing because you also have a "Custom value" button pair that looks odd, so make sure you get it right.
Now navigate to org/gnome/shell (click in the title bar on "gnome" to get the list back).
Select shell, and in the form that is shown look for "Overrides" and click that:
What a surprise: there is another egde-tiling setting there. Use the same method as above to also switch this one to false.
Once you have changed both settings the window will no longer change size when it gets close to some screen edge. You can try it immediately: the settings take effect immediately.
edited Jan 10 at 10:21
pomsky
29.9k1192122
29.9k1192122
answered Feb 9 '18 at 16:32
fjalvinghfjalvingh
26927
26927
add a comment |
add a comment |
Ubuntu 17.10 (Gnome 3.26.1) uses dconf not gconf.
(1) install dconf editor
(2) start dconf editor
(3) navigate to /org/gnome/mutter
(4) click on "edge-tiling" and set it to false
add a comment |
Ubuntu 17.10 (Gnome 3.26.1) uses dconf not gconf.
(1) install dconf editor
(2) start dconf editor
(3) navigate to /org/gnome/mutter
(4) click on "edge-tiling" and set it to false
add a comment |
Ubuntu 17.10 (Gnome 3.26.1) uses dconf not gconf.
(1) install dconf editor
(2) start dconf editor
(3) navigate to /org/gnome/mutter
(4) click on "edge-tiling" and set it to false
Ubuntu 17.10 (Gnome 3.26.1) uses dconf not gconf.
(1) install dconf editor
(2) start dconf editor
(3) navigate to /org/gnome/mutter
(4) click on "edge-tiling" and set it to false
answered Jan 2 '18 at 3:39
Michael NahasMichael Nahas
1
1
add a comment |
add a comment |
dconf write /org/gnome/shell/overrides/edge-tiling false
add a comment |
dconf write /org/gnome/shell/overrides/edge-tiling false
add a comment |
dconf write /org/gnome/shell/overrides/edge-tiling false
dconf write /org/gnome/shell/overrides/edge-tiling false
edited Sep 2 '16 at 9:56
techraf
2,77092035
2,77092035
answered Sep 2 '16 at 9:04
BuuGBuuG
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f154377%2fhow-to-disable-auto-maximize-windows-in-gnome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
There is no lightdm window manager. (lightdm drives the login screen). Do you perhaps mean Compiz or Metacity? When you log in to GNOME Classic, do you choose just "GNOME Classic" or "GNOME Classic (no effects)"?
– Dylan McCall
Jun 21 '12 at 23:28