6

Ctrl+Shift+T shortcut runs the gnome-terminal by default. I have installed byobu, and I want this shortcut to open the latest used byobu session. When pressed multiple times, I should still have just one window.

I tried to map this shortcut to gnome-terminal, but this open multiple windows, with the same session.

The behavior I want is the same as clicking on the terminal icon in the dash. After the above map I have a behavior of "New terminal" which can be accessed by the right click on this icon. It's probably about some gnome-terminal parameter, but I don't see any related one.

Radu Rădeanu
  • 169,590
takeshin
  • 2,852

2 Answers2

2

Just add next line at the end of ~/.bashrc file (you can open it with gedit ~/.bashrc command from terminal):

byobu

or

byobu-screen
Radu Rădeanu
  • 169,590
  • This opens the same session, but still opens multiple windows when opening with ctrl+shift+T shortcut. Furthermore, I get the session nesting warrning error. – takeshin Jul 14 '13 at 07:23
  • 1
    @takeshin Normally, Ctrl+Shift+T shortcut open a new tab, not a window and in no case more windows. Ctrl+Alt+T is for open a new window. Also, I don't get any warning. So this is sound like a bug. See http://askubuntu.com/questions/5121/how-do-i-report-a-bug in this sense. – Radu Rădeanu Jul 14 '13 at 07:43
  • I had a different shortcut for gnome-terminal, changed it, session warnings are gone, but I have still multiple windows opened. – takeshin Jul 14 '13 at 09:50
  • As I said, this sound like a bug. This doesn't happen if you have the original shortcuts for gnome-terminal. – Radu Rădeanu Jul 14 '13 at 10:07
  • if byobu-enable didn`t work for you > https://askubuntu.com/questions/866115/how-can-byobu-be-automatically-started-when-opening-a-new-terminal – Pedro Gabriel Lima Nov 05 '18 at 14:28
1

You can create a custom keyboard shorcut and add the following command:

gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu

I copied the command from the application desktop icon in:

/usr/share/applications/byobu.desktop