Moving tab title position from top to bottom in Ubuntu terminal
I had to recently moved to Ubuntu 12.04 from 10.04. I am used to see terminal titles in the bottom and prefer the same. Is there some way that I can change the tab title from top to bottom?
gnome-terminal
add a comment |
I had to recently moved to Ubuntu 12.04 from 10.04. I am used to see terminal titles in the bottom and prefer the same. Is there some way that I can change the tab title from top to bottom?
gnome-terminal
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10
add a comment |
I had to recently moved to Ubuntu 12.04 from 10.04. I am used to see terminal titles in the bottom and prefer the same. Is there some way that I can change the tab title from top to bottom?
gnome-terminal
I had to recently moved to Ubuntu 12.04 from 10.04. I am used to see terminal titles in the bottom and prefer the same. Is there some way that I can change the tab title from top to bottom?
gnome-terminal
gnome-terminal
edited Mar 11 '14 at 20:25
Radu Rădeanu
118k35250325
118k35250325
asked Mar 11 '14 at 17:04
user257166user257166
1612
1612
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10
add a comment |
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10
add a comment |
4 Answers
4
active
oldest
votes
Move to top
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
Move to bottom
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
add a comment |
I am assuming that you are using gnome-terminal, the default terminal emulator in Ubuntu. In this case, as Elder Geek said in his answer, I don't think that you have any possibilities to do this.
As alternative, you can use Konsole, a terminal emulator built for the KDE Platform, which also works great in Ubuntu and which has exactly the behavior about you asked:
add a comment |
Currently there is no way to do this (other than possibly rewriting the source code).
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
add a comment |
It is possible to move the tab position from the top default to the bottom of the Terminal window in Ubuntu (I have version 18.10)
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
To move the tabs to the top just issue the same command as above but with top:
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
New contributor
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%2f432823%2fmoving-tab-title-position-from-top-to-bottom-in-ubuntu-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Move to top
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
Move to bottom
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
add a comment |
Move to top
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
Move to bottom
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
add a comment |
Move to top
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
Move to bottom
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
Move to top
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
Move to bottom
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
answered Sep 12 '15 at 10:30
SławekSławek
20125
20125
add a comment |
add a comment |
I am assuming that you are using gnome-terminal, the default terminal emulator in Ubuntu. In this case, as Elder Geek said in his answer, I don't think that you have any possibilities to do this.
As alternative, you can use Konsole, a terminal emulator built for the KDE Platform, which also works great in Ubuntu and which has exactly the behavior about you asked:
add a comment |
I am assuming that you are using gnome-terminal, the default terminal emulator in Ubuntu. In this case, as Elder Geek said in his answer, I don't think that you have any possibilities to do this.
As alternative, you can use Konsole, a terminal emulator built for the KDE Platform, which also works great in Ubuntu and which has exactly the behavior about you asked:
add a comment |
I am assuming that you are using gnome-terminal, the default terminal emulator in Ubuntu. In this case, as Elder Geek said in his answer, I don't think that you have any possibilities to do this.
As alternative, you can use Konsole, a terminal emulator built for the KDE Platform, which also works great in Ubuntu and which has exactly the behavior about you asked:
I am assuming that you are using gnome-terminal, the default terminal emulator in Ubuntu. In this case, as Elder Geek said in his answer, I don't think that you have any possibilities to do this.
As alternative, you can use Konsole, a terminal emulator built for the KDE Platform, which also works great in Ubuntu and which has exactly the behavior about you asked:
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Mar 11 '14 at 20:23
Radu RădeanuRadu Rădeanu
118k35250325
118k35250325
add a comment |
add a comment |
Currently there is no way to do this (other than possibly rewriting the source code).
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
add a comment |
Currently there is no way to do this (other than possibly rewriting the source code).
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
add a comment |
Currently there is no way to do this (other than possibly rewriting the source code).
Currently there is no way to do this (other than possibly rewriting the source code).
answered Mar 11 '14 at 19:50
Elder GeekElder Geek
27.2k954127
27.2k954127
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
add a comment |
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
Yes. It seems like there is no way to do this. I have to train my eyes to search for the tabs at the top of the terminal.
– user257166
Mar 12 '14 at 17:10
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
alternatively you could install Konsole as Radu Rădeanu suggested. Granted the depends are rather extensive (looks like 158 MB on my system)
– Elder Geek
Mar 12 '14 at 17:44
add a comment |
It is possible to move the tab position from the top default to the bottom of the Terminal window in Ubuntu (I have version 18.10)
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
To move the tabs to the top just issue the same command as above but with top:
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
New contributor
add a comment |
It is possible to move the tab position from the top default to the bottom of the Terminal window in Ubuntu (I have version 18.10)
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
To move the tabs to the top just issue the same command as above but with top:
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
New contributor
add a comment |
It is possible to move the tab position from the top default to the bottom of the Terminal window in Ubuntu (I have version 18.10)
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
To move the tabs to the top just issue the same command as above but with top:
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
New contributor
It is possible to move the tab position from the top default to the bottom of the Terminal window in Ubuntu (I have version 18.10)
gsettings set org.gnome.Terminal.Legacy.Settings tab-position bottom
To move the tabs to the top just issue the same command as above but with top:
gsettings set org.gnome.Terminal.Legacy.Settings tab-position top
New contributor
New contributor
answered 4 mins ago
Didier JourdainDidier Jourdain
1
1
New contributor
New contributor
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%2f432823%2fmoving-tab-title-position-from-top-to-bottom-in-ubuntu-terminal%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
What do you mean by bottom? The bottom of the terminal window or are you thinking of the old panel? Could you illustrate what you want with a screenshot?
– terdon♦
Mar 11 '14 at 17:09
@terdon As I remember how was the terminal interface in 10.04, I think it's about tab title. In fact the OP specified this.
– Radu Rădeanu
Mar 11 '14 at 17:12
@terdon I want tab titles in the bottom of the default terminal. I cannot produce screenshot of 10.04 as I already moved to 12.04. It is similar the konsole that Radu Radeanu mentioned.
– user257166
Mar 12 '14 at 17:09
Yes, I understood that from his comment. Sorry, I've never used a terminal like that so I can't help.
– terdon♦
Mar 12 '14 at 17:10