How can I get firestarter to start when kubuntu starts

Asked by gazmania

Instructions in Launchpad to start firestarter on startup, are for Ubuntu or Xubuntu. Not for Kubuntu. Kubuntu usually starts any programs at startup that were running when the OS was closed down. This is not the case with firestarter. Can anyone supply "how to" specific for Kubuntu?

Gaz

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Murali Krishna Marimekala (murali-marimekala) said :
#1

Hi Gazmania,

Hope this link will be helpful to you http://www.iptablesrocks.org/guide/safetynet.php

_Murali_

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#2

Hello

If you want an application to run at startup create symlink for that application putting it in the folder:

/home/your_username/.kde/Autostart

For knotes, as an example, you would do this:

ln -s /usr/bin/knotes /home/your_username/.kde/Autostart/

for firestarter:

ln -s /usr/sbin/knotes /home/your_username/.kde/Autostart/

(bin is replaced by sbin as it starts in administrative mode)

Regards

Bhavani Shankar.

Revision history for this message
gazmania (mail2gaz) said :
#3

Thanks Bhavani :)