[olug] Teamspeak Help

Jay Bendon jaybocc2 at gmail.com
Thu Mar 17 19:00:01 CDT 2016


No install needed.

I use teamspeak on debian jessie and once you've extracted their package
you can just run `ts3client_runscript.sh`

It comes with all the libraries required to run itself.

If you lost their runscript for whatever reason:

#!/bin/bash

export KDEDIRS=
export KDEDIR=
export QTDIR=.
export QT_PLUGIN_PATH=.
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"

D1=$(readlink -f "$0")
D2=$(dirname "${D1}")
cd "${D2}"

if [ -e ts3client_linux_x86 ]; then
        ./ts3client_linux_x86 $@
else
        ./ts3client_linux_amd64 $@
fi



--Jay

On Thu, Mar 17, 2016 at 2:55 PM, Samuel W. Flint <swflint at flintfam.org>
wrote:

> :: Obi-Wan  writes:
>
> OW> A better first start would be: # file whatever.run
>
> True.  Although my initial assumption was correct (just downloaded it).
> It's a shell script.
>
> OW> On 03/17/2016 04:31 PM, Samuel W. Flint wrote:
> >> :: Chris writes:
> >>
> C> I've been trying to figure out how to install the Teamspeak 3 client
> C> on my Debian Jessie laptop, and I don't know what I'm supposed to do
> C> with the .run file from their website.  Would someone be able to
> C> offer some guidance?
> >>
> >> I've never installed Teamspeak, but I can guess.  Try sudo chmod u+x
> >> *.run ; sudo ./whatever.run
> >>
> >> HTH,
> >>
> >> Sam
> >>
> >> -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5
> >> 318E 2665 96F4) (λs.s s) λs.s s
> >> _______________________________________________ OLUG mailing list
> >> OLUG at olug.org https://lists.olug.org/mailman/listinfo/olug
>
>
> OW> -- *Ben "Obi-Wan" Hollingsworth* obiwan at jedi.com
> OW> <mailto:obiwan at jedi.com> www.Jedi.com <http://www.jedi.com> The
> OW> stuff of earth competes for the allegiance I owe only to the Giver
> OW> of all good things, so if I stand, let me stand on the promise that
> OW> You will pull me through. /-- Rich Mullins/
>
> OW> _______________________________________________ OLUG mailing list
> OW> OLUG at olug.org https://lists.olug.org/mailman/listinfo/olug
>
> --
> Samuel W. Flint
> 4096R/266596F4
>       (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
> (λs.s s) λs.s s
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> https://lists.olug.org/mailman/listinfo/olug
>


More information about the OLUG mailing list