PDA

View Full Version : How to autostart TeamSpeak


pjones006
11-08-2007, 17:49
This may be an easy answer(hopefully) but I can start teamspeak and everything seems to work fine but to have it start automatically when booting in linux what do I need to do?

Paul Jones

BHKai
12-08-2007, 00:45
Try the search function.

SuperTyphoon
12-08-2007, 07:05
To be a bit more helpful than the above post...

I know in windows there is a program you can download (called startup.exe) and you just drag the TS icon to the program window in HKML/run.

In linux, it might be the same. Go ahead and try it.

daarty
20-08-2007, 15:43
definitely not that way xD
there is no thing like the registry on linux

DjMadness
08-10-2007, 18:42
It is possable under linux:

if using kde, create a file called ~/.kde/Autostart/teamspeak.sh

nano ~/.kde/Autostart/teamspeak.sh

type the following into the file

/location/to/teamspeak-bin &


save the file

and chmod +x ~/.kde/Autostart/teamspeak.sh

To autoconnect aswell, you will need to use the tscontrol... just add it into the above script, give it f.ex a sleep of 5 to give the client a chance to start up. Good luck