3

I would like (in Unity) to open a terminal as startup application; I created a simple script

gnome-terminal --profile=Startup --geometry 40x24+920+300

and put it in my startup applications. Anyway I would like the terminal window to appear WITHOUT its button's bar ont the top of the window itself (the one with the maximize, minimize and exit buttons). Is that possible? I cannot find any way to do it on the Internet.

Jorge Castro
  • 71,754
  • Why not use the virtual terminal then: http://askubuntu.com/questions/33078/what-is-a-virtual-terminal-for ? – jobin Mar 29 '13 at 17:20

2 Answers2

3

I found a better (in my opinion) solution, which is tilda terminal emulator.

1

You can use the terminal screenlet.

sudo apt-get install screenlets-all  
RobotHumans
  • 29,530