2

I am using XFCE and when I clicked on Terminal Emulator its ask you to put what program to execute. I wrote "terminal" and now it shows this message:

"Failed to execute child process "terminal" (no such file or directory).

I know that I incorrectly typed "terminal" but I don't know how to fix it.

Alpine Linux running on VirtualBox

Giacomo1968
  • 55,001

2 Answers2

1

You would have to specify what to run when you click on Terminal Emulator. This would be the shell, most likely /usr/bin/x-session-terminal. Type that or use /usr/bin/gnome-terminal rather than using the actual keyword "Terminal" as there is no program that actually is named terminal to execute; "Terminal" is the icon name. The easiest way to find installed terminals is to look for them in your file viewer (Thunar) or to switch to a tty (Ctrl-Alt-F#) and use the whereis command.

1
  1. Press Ctrl+Alt+F2 to get to the second console

  2. Login & password

  3. apk add xfce4-terminal, reboot

  4. Applications > Settings > Preferred Applications > Utilities

    And set Terminal Emulator to XFCE Terminal.

RaDek
  • 11