After updating from Ubuntu 18.10 to 19.04 under Xfce, the terminal can not be started from the Panel.
Failed to launch preferred application for category TerminalEmulator. Failed to execute child process /usr/lib/x86_64-linux-gnu/xfce4/exo-1/exo-helper-1 (No such file or directory).) Directory exo-1 does not exist.
The same error messages occurs when trying to start other preferred applications from the application list.
How can this problem be solved?
E: Package 'libexo-1-0' has no installation candidate
. It suggests I installlibexo-helpers
but this is already installed and attempting to remove it wants to remove XFCE. I have already tried removing and reinstalling XFCE to no avail. Is there any other workaround? – Robin Wilson May 10 '19 at 00:31sudo apt install exo
. Is it referred to by another name? It all worked with 18.10 which was a newly installed server. – Robin Wilson Jun 04 '19 at 19:10