Gnome terminal not working (18.04)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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.







share|improve this question



















  • 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















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.







share|improve this question



















  • 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













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.







share|improve this question











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.









share|improve this question










share|improve this question




share|improve this question









asked Jun 5 at 7:09









vaskark

336




336











  • 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
















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











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.






share|improve this answer

















  • 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










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: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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






























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.






share|improve this answer

















  • 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














up vote
1
down vote













I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.






share|improve this answer

















  • 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












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.






share|improve this answer













I uninstalled everything to do with termite (with help from locate) and gnome-terminal works again. Hmm.







share|improve this answer













share|improve this answer



share|improve this answer











answered Jun 5 at 7:24









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












  • 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












 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error