0

Recently I installed Ubuntu 24.04 LTS. It was working well, but suddenly Terminal is not opening. Whenever I click Terminal, It was loading for few seconds then stoped. I changed the language settings several times still not opening. So, I need the solution as soon as possible.

sami@Phone-LP:~/Documents/Odding/CeeSS$ gnome-terminal
bash: /usr/bin/gnome-terminal: cannot execute: required file not found

It shows like this.

kos
  • 41,268
Sami
  • 1

2 Answers2

0

The answer in the post : Ubuntu 24.04 -- terminal has stopped opening has worked for me by uninstalling xdg-desktop-portal-gnome

with the command sudo apt-get remove xdg-desktop-portal-gnome and a reboot

FredN
  • 1
0

I came here for a similar problem, namely after upgrading to 24.04 when lunching some script I was getting the same error cannot execute: required file not found.

Then I noticed that the scripts were calling #/usr/bin/python3.10 instead of the available and upgraded #/usr/bin/python3.12. Changing this fixed (some) of the scripts.

Note that, in your case, /usr/bin/gnome-terminal calls a Python3 script (which I assume you have installed and working).