LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   adding to autostart (https://www.linuxquestions.org/questions/linux-newbie-8/adding-to-autostart-824911/)

moiseszaragoza 08-08-2010 07:57 AM

adding to autostart
 
i was wondering if any one could tell me how to add yakuakerc to the autostart menu.

Thanks

Meson 08-08-2010 07:58 AM

Is this in gnome? System -> Preferences -> Startup Applications

This is just a gui for the .desktop files in ~/.config/autostart

ajlewis2 08-09-2010 05:49 AM

How do you normally start the program? I think it is called yakuake and is a kde program, right?

craigevil 08-09-2010 06:09 AM

Chapter*4.*Autostarting Applications and Run-Once Applications : http://l10n.kde.org/docs/admin/autos...d-runonce.html

http://www.birkit.com/content/kubunt...l/yakuake.html
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.


All times are GMT -5. The time now is 08:38 AM.