I love XTerm but I would like to enable tabbing (multiple terminals in one window separated by tabs).
The terminal Sakura is based on XTerm and tabbing is enabled.
I can open XTerm in my home directory by executing xterm -e 'cd ~/ && /bin/bash'. However, this doesn't work with Sakura (I replaced xterm by sakura). I also tried sakura -e 'cd ~/' but it doesn't work either.
How can I open a shell in Sakura in my home directory?