Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-04-29 02:05:10

ghouston
Member
Registered: 2015-06-19
Posts: 4

Terminal not starting in Ubuntu 19.04, exo-helper-1 missing

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

#2 2019-04-29 10:45:32

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Terminal not starting in Ubuntu 19.04, exo-helper-1 missing

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

#3 2019-04-29 11:41:47

ghouston
Member
Registered: 2015-06-19
Posts: 4

Re: Terminal not starting in Ubuntu 19.04, exo-helper-1 missing

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

#4 2019-04-29 13:59:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Terminal not starting in Ubuntu 19.04, exo-helper-1 missing

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

#5 2019-04-29 21:52:26

ghouston
Member
Registered: 2015-06-19
Posts: 4

Re: Terminal not starting in Ubuntu 19.04, exo-helper-1 missing

Yes, it's fixed with sudo apt-get install libexo-1-0

thanks.

Offline

Board footer

Powered by FluxBB