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/
sudo apt install --reinstall gnome-terminal
and hope that works. – WinEunuuchs2Unix Jul 03 '19 at 23:33ls -alt /etc/alternatives
(use paste.ubuntu.com) andcat /etc/alternatives/x-terminal-emulator
. Be sure to use the {} formatting icon to make the pasted text human readable. – heynnema Jul 03 '19 at 23:36