Some window buttons won’t change to left
up vote
0
down vote
favorite
I use ubuntu 18.10 and since yesterday I have a problem with window buttons.
I’ve set in tweaks to show only close button on the left.
However, right now some applications open with default all three buttons on the right and some with my custom settings.
How can I set all windows to use my custom settings declared in tweaks?
Some applications that won’t change buttons: file explorer, pantheon-terminal, screenshot, settings.
Some applications that change buttons:
Firefox, signal, vs code.
18.10 gnome-tweak-tool window-buttons
add a comment |
up vote
0
down vote
favorite
I use ubuntu 18.10 and since yesterday I have a problem with window buttons.
I’ve set in tweaks to show only close button on the left.
However, right now some applications open with default all three buttons on the right and some with my custom settings.
How can I set all windows to use my custom settings declared in tweaks?
Some applications that won’t change buttons: file explorer, pantheon-terminal, screenshot, settings.
Some applications that change buttons:
Firefox, signal, vs code.
18.10 gnome-tweak-tool window-buttons
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use ubuntu 18.10 and since yesterday I have a problem with window buttons.
I’ve set in tweaks to show only close button on the left.
However, right now some applications open with default all three buttons on the right and some with my custom settings.
How can I set all windows to use my custom settings declared in tweaks?
Some applications that won’t change buttons: file explorer, pantheon-terminal, screenshot, settings.
Some applications that change buttons:
Firefox, signal, vs code.
18.10 gnome-tweak-tool window-buttons
I use ubuntu 18.10 and since yesterday I have a problem with window buttons.
I’ve set in tweaks to show only close button on the left.
However, right now some applications open with default all three buttons on the right and some with my custom settings.
How can I set all windows to use my custom settings declared in tweaks?
Some applications that won’t change buttons: file explorer, pantheon-terminal, screenshot, settings.
Some applications that change buttons:
Firefox, signal, vs code.
18.10 gnome-tweak-tool window-buttons
18.10 gnome-tweak-tool window-buttons
edited 16 hours ago
pomsky
27.8k1185111
27.8k1185111
asked Dec 2 at 15:40
Dysproz
1266
1266
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08
add a comment |
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try
gsettings set org.gnome.desktop.wm.preferences button-layout 'close:appmenu'
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
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',
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%2f1097926%2fsome-window-buttons-won-t-change-to-left%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try
gsettings set org.gnome.desktop.wm.preferences button-layout 'close:appmenu'
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
add a comment |
up vote
0
down vote
Try
gsettings set org.gnome.desktop.wm.preferences button-layout 'close:appmenu'
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
add a comment |
up vote
0
down vote
up vote
0
down vote
Try
gsettings set org.gnome.desktop.wm.preferences button-layout 'close:appmenu'
Try
gsettings set org.gnome.desktop.wm.preferences button-layout 'close:appmenu'
answered Dec 2 at 16:32
Hobbyist
1,188617
1,188617
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
add a comment |
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
I've already tried that, but with no result.
– Dysproz
Dec 6 at 18:05
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1097926%2fsome-window-buttons-won-t-change-to-left%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
are you trying to keep only close button on left and remaining minimize and maximize on right?
– PRATAP
Dec 2 at 15:55
What are those applications that are not following your custom settings?
– pomsky
Dec 2 at 16:14
@PRATAP I want only close button on the left side of window.
– Dysproz
Dec 6 at 18:06
@pomsky file explorer, pantheon-terminal, settings, screenshot. However, firefox, signal, vs code displays properly buttons.
– Dysproz
Dec 6 at 18:08