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.