Yakuake Autostart (KDE)
Make Yakuake autostart:
Open up your home folder; make sure you can see your hidden files.
Navigate to the .kde/Autostart folder and create a new text file: yakuake.
Paste this in the file:
#!/bin/bash
/usr/bin/yakuake
Start up your new Yakuake Terminal and press F12.
~/.kde/Autostart/
chmod +x yakuake
Next time you start Ubuntu Yakuake will be running. You just need to press F12 to access it.
To configure it you can right click on the Yakuake screen and use the menu.
The size of the window and other settings can be accessed by clicking the small down arrow at the bottom right of the screen.