15

I would like to launch the ubuntu terminal from inside fluxbox (I don't use Unity).

However I can't manage to find the command name to launch this application ?

What's its name ?

Seth
  • 58,122
  • 1
    The commands for all Ubuntu versions are in this answer http://askubuntu.com/a/183776/72216 – Jacob Vlijm Dec 06 '14 at 23:22
  • This is not a duplicate, running a custom WM won't have the same keybindings as the major ones and the question explicitly asks for the command-line name. – Seth Dec 09 '14 at 03:09

2 Answers2

21

The GNOME terminal binary is located at /usr/bin/gnome-terminal.

Don't mix that up with /bin/bash. GNOME terminal starts bash, but there's no sense in starting a bash session on its own in a GUI.

s3lph
  • 14,314
  • 11
  • 59
  • 82
8

Its name is gnome-terminal :-)

user300458
  • 2,108
  • 2
  • 17
  • 20