You are not logged in.
Hello,
When I try to run a terminal from the Applications menu, I get an error:
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).
To reach this point, I made a fresh installation of Ubuntu 19.04 (desktop version), installed Xfce with sudo apt-get install xfce4, and logged into a Xfce session. My ~/.config/menus/xfce-applications.menu file matches /etc/xdg/menus/xfce-applications.menu.
Selecting "File Manager", etc., from the same top-level menu gives the same error, but it runs from Accessories/Files.
Offline
Do you have libexo-1 installed?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I have all of these:
dpkg -l | grep -i libexo
ii exo-utils 0.12.4-1 amd64 Utility files for libexo
ii libexo-2-0:amd64 0.12.4-1 amd64 Library with extensions for Xfce (GTK-3 version)
ii libexo-common 0.12.4-1 all libexo common files
ii libexo-helpers 0.12.4-1 all helpers for the exo library
Offline
libexo-1 is a separate package. It appears to have been left out of the dependencies list in 19.04. Try installing it:
sudo apt-get install libexo-1
...or maybe:
sudo apt-get install libexo-1-0
(don't have 19.04 machine nearby to validate)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, it's fixed with sudo apt-get install libexo-1-0
thanks.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 533.3 KiB (Peak: 534.14 KiB) ]