Gnome terminal not working (18.04)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
All the sudden my gnome-terminal will not open. This all happened after I installed the termite terminal (here) and was trying to change the default term that opens with Ctrl-Alt-T:
sudo update-alternatives --config x-terminal-emulator
However, I noticed something. The last time I ran this command there were 2 entries for gnome-terminal (like tilix). Now there's only the one:
0 /usr/local/bin/termite 60 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/tilix 30 manual mode
3 /usr/bin/tilix.wrapper 30 manual mode
4 /usr/bin/urxvt 20 manual mode
*5 /usr/local/bin/termite 60 manual mode
And here is the error message I get when trying to run gnome-terminal:
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
I'm really at a loss. I've tried some of the solutions involving locale-gen but to no avail. I've reinstalled gnome-terminal and rebooted, tried different acounts, etc.
Thanks.
gnome-terminal
add a comment |Â
up vote
0
down vote
favorite
All the sudden my gnome-terminal will not open. This all happened after I installed the termite terminal (here) and was trying to change the default term that opens with Ctrl-Alt-T:
sudo update-alternatives --config x-terminal-emulator
However, I noticed something. The last time I ran this command there were 2 entries for gnome-terminal (like tilix). Now there's only the one:
0 /usr/local/bin/termite 60 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/tilix 30 manual mode
3 /usr/bin/tilix.wrapper 30 manual mode
4 /usr/bin/urxvt 20 manual mode
*5 /usr/local/bin/termite 60 manual mode
And here is the error message I get when trying to run gnome-terminal:
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
I'm really at a loss. I've tried some of the solutions involving locale-gen but to no avail. I've reinstalled gnome-terminal and rebooted, tried different acounts, etc.
Thanks.
gnome-terminal
In Ubuntu 18.04, gnome-terminal requiresvte
version 0.52. Termite needs a fork of vte calledvte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.
â egmont
Jun 5 at 8:45
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
All the sudden my gnome-terminal will not open. This all happened after I installed the termite terminal (here) and was trying to change the default term that opens with Ctrl-Alt-T:
sudo update-alternatives --config x-terminal-emulator
However, I noticed something. The last time I ran this command there were 2 entries for gnome-terminal (like tilix). Now there's only the one:
0 /usr/local/bin/termite 60 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/tilix 30 manual mode
3 /usr/bin/tilix.wrapper 30 manual mode
4 /usr/bin/urxvt 20 manual mode
*5 /usr/local/bin/termite 60 manual mode
And here is the error message I get when trying to run gnome-terminal:
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
I'm really at a loss. I've tried some of the solutions involving locale-gen but to no avail. I've reinstalled gnome-terminal and rebooted, tried different acounts, etc.
Thanks.
gnome-terminal
All the sudden my gnome-terminal will not open. This all happened after I installed the termite terminal (here) and was trying to change the default term that opens with Ctrl-Alt-T:
sudo update-alternatives --config x-terminal-emulator
However, I noticed something. The last time I ran this command there were 2 entries for gnome-terminal (like tilix). Now there's only the one:
0 /usr/local/bin/termite 60 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
2 /usr/bin/tilix 30 manual mode
3 /usr/bin/tilix.wrapper 30 manual mode
4 /usr/bin/urxvt 20 manual mode
*5 /usr/local/bin/termite 60 manual mode
And here is the error message I get when trying to run gnome-terminal:
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal: Timeout was reached
I'm really at a loss. I've tried some of the solutions involving locale-gen but to no avail. I've reinstalled gnome-terminal and rebooted, tried different acounts, etc.
Thanks.
gnome-terminal
asked Jun 5 at 7:09
![](https://i.stack.imgur.com/Ur1q2.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Ur1q2.jpg?s=32&g=1)
vaskark
336
336
In Ubuntu 18.04, gnome-terminal requiresvte
version 0.52. Termite needs a fork of vte calledvte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.
â egmont
Jun 5 at 8:45
add a comment |Â
In Ubuntu 18.04, gnome-terminal requiresvte
version 0.52. Termite needs a fork of vte calledvte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.
â egmont
Jun 5 at 8:45
In Ubuntu 18.04, gnome-terminal requires
vte
version 0.52. Termite needs a fork of vte called vte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.â egmont
Jun 5 at 8:45
In Ubuntu 18.04, gnome-terminal requires
vte
version 0.52. Termite needs a fork of vte called vte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.â egmont
Jun 5 at 8:45
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
add a comment |Â
up vote
1
down vote
I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.
I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.
answered Jun 5 at 7:24
![](https://i.stack.imgur.com/Ur1q2.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Ur1q2.jpg?s=32&g=1)
vaskark
336
336
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
add a comment |Â
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
1
1
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
Your answer is okay, but a more in-depth answer what steps to take etc. would possibly earn you upvotes and thus AskUbuntu-Gamification-Points ... and beside that, make it easier for the next user with a similiar problem to follow your step. What do you think?
â MadMike
Jun 5 at 7:54
1
1
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
Welcome to Ask Ubuntu! I recommend to edit this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on Ask Ubuntu.)
â David Foerster
Jun 5 at 12:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043726%2fgnome-terminal-not-working-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
In Ubuntu 18.04, gnome-terminal requires
vte
version 0.52. Termite needs a fork of vte calledvte-ng
, as of writing this comment the newest version of that is 0.50. Probably your gnome-terminal now tries to load vte-ng 0.50 instead of vte 0.52 and fails because it's not recent enough.â egmont
Jun 5 at 8:45