0

I installed termite and set it as my default terminal using sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/termite 60 but decided I prefer the gnome terminal. The problem is that it seems to have broken, and whenever I try to open it, it returns

Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached

Output from ls -alt /etc/alternatives: https://paste.ubuntu.com/p/yDj3pwMTCG/

1 Answers1

0

It seems to have been a problem with either Termite or the vte-ng library. Solution here: https://askubuntu.com/a/1010348/971943