Version 1
Visibility: Open to anyone
    • Locate .desktop entry for terminal usual :
      • /usr/share/applications/gnome-terminal.desktop
    • Edit with sudo and add a new desktop entry :

    [Desktop Action Workspaces]

    Name=Workspace Tabs

    Exec=gnome-terminal --tab --working-directory="pathToDir" --tab --working-directory="pathToDir"

    OnlyShowIn=Unity

    Add many --tab --working-directory="path" as you want

    • Modify Actions=New  to Actions=New;Workspaces

     

    • Logout and Login
    • Right Click on Terminal Unity Icon , a new Entry with "Workspace Tabs" will appear