Diff for "TeamSpeak"


Differences between revisions 1 and 2
Revision 1 as of 2006-12-09 14:47:46
Size: 957
Editor: 212-55-41-55
Comment:
Revision 2 as of 2006-12-09 14:58:14
Size: 1562
Editor: 212-55-41-55
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

This page is a default template for documentation on the wiki. To create a new guide on the wiki, read the page WikiGuide.
Line 8: Line 6:

Thanks to JConnell and his tread for mostly all info on this subject: http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak
Line 28: Line 28:
== Executable link ==
Line 33: Line 35:
= Run= == TeamSpeak link in Firefox ==

If you want to open {{{teamspeak://}}} links with firefox then do this:

 1. Launch firefox and type {{{about:config}}} in the address bar

 1. Right-click and select New->String
Name: {{{network.protocol-handler.app.teamspeak}}}
Value: {{{TeamSpeak}}}

 1.#3 Right-click and select New->Boolean
Name: {{{network.protocol-handler.external.teamspeak}}}
Value: {{{true}}}

 1.#4 Now you can open teamspeak:// links, which will automaticly launch TeamSpeak and connect to the specified server when you click them!

= Run =

ContentsTableOfContents

Introduction

This is a howto on installing, configuring and running TeamSpeak under Ubuntu-x86.

Thanks to JConnell and his tread for mostly all info on this subject: http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak

Download

Run this commands in a terminal:

tar -jxf ts2_client_rc2_2032.tar.bz2

Install

Run these commands in a terminal:

cd ts2_client_rc2_2032
sudo chmod 755 setup.sh
sudo sh setup.sh

Choose this install path: /opt/TeamSpeak2RC2 (Should be the default)

Configure

You can create a link, which makes TeamSpeak run with one commands like this:

sudo ln -s /opt/TeamSpeak2RC2/TeamSpeak /usr/bin/

If you want to open teamspeak:// links with firefox then do this:

  1. Launch firefox and type about:config in the address bar

  2. Right-click and select New->String

Name: network.protocol-handler.app.teamspeak Value: TeamSpeak

  1. Right-click and select New->Boolean

Name: network.protocol-handler.external.teamspeak Value: true

  1. Now you can open teamspeak:// links, which will automaticly launch TeamSpeak and connect to the specified server when you click them!

Run

Now You can execute TeamSpeak, just by writing TeamSpeak


CategoryDocumentation

TeamSpeak (last edited 2009-07-17 01:08:06 by 84)