Page 1 of 2

Posted: Sat 03 Mar 2012, 10:32
by 666philb
hi pete22

you are right about the wine, it's not needed :)

anyway, what puppy are you using? as i've tried this on both lucid puppy and on a vanilla slacko and it works! just the teamviewer7.deb (has to be 7) and the teamviewerstart.pet

you need to launch it from the network menu entry
or by typing

Code: Select all

teamviewer
in a terminal

Teamviewer 7

Posted: Sat 03 Mar 2012, 16:48
by Pete22
I was able to get it working if I installed wine first. So thank you!!!!


Perhaps I did it wrong before. So Let me try again.

I may have looked under internet instead of network.

I will try this on several puppies and will tell you what happens.



Pete.

teamviewer start pet

Posted: Sat 03 Mar 2012, 18:27
by Pete22
It works great if when you are downloading the deb file, you tell puppy to open the .deb file with petget instead of saving it.

Do the same for your teamviewerstart.pet
All goes well.

This worked for me on lazYpup.5.28.4 and lighthouse pup 4.43

I found out where I went wrong. I downloaded the deb file instead. When I clicked on it, instead of installing it where it should go, it extracted it to a new directory in the download directory. That's why your teamviewerstart.pet could not find it.

I went back and found my download deb file.This time I right clicked to get the "open with" menu. I was hoping that petget would be listed there. But on my puppy, Lighthouse pup 4.43 it wasn't. However, when I finally found petget, I was able to properly open the saved deb file. Then your teamviewerstart.pet worked like a charm.

Is there an easy way to get petget on the open with menu?

I have lots of different puppy flavors. I will try teamviewerstart.pet on them as well.

Question: have you made teamviewerstart.pet so it might be continue to work with future versions of teamviewer or will it only work with version 7? [ assuming that teamviewer doesn't make too many changes to their program. ]

Again thanks for your work.

Pete

Posted: Sat 03 Mar 2012, 22:30
by 666philb
hi pete22

glad it's working for you now...

teamviewer won't run as root, so the startteamviewer.pet uses iguleders pet here http://www.murga-linux.com/puppy/viewtopic.php?t=72667 , but rather than running chromium it runs teamviewer.

it should work with future versions of team viewer, but you will need to alter the script slightly..... navigate to /usr/bin/teamviewer right click on it and open as text.... you'll see this

Code: Select all

#!/bin/sh

LD_PRELOAD="/usr/lib/libpuppygc.so" teamviewer7
so when teamviewer8 comes out change the 7 to 8 (or whatever the new binary is called)

you can use iguleders pet to run other programs that refuse to run as root. (just change 'teamviewer7' to the name of the binary you want to run)


as for the default .deb action with your browser. in my firefox i do get a choice of whether to extract or use petget, i guess it may be different for each browser. anyway just saving the deb and then clicking on it installs it. you'll also have a copy of it then.

666philb

Posted: Tue 24 Jul 2012, 14:51
by Sylvander
Got this:
# teamviewer
TeamViewer: 7.0.9360
Profile: /root (root)
Desktop:
/etc/*-release

Error: *** TeamViewer can not be executed with sudo! ***
Either use your normal user account without sudo
or use a the real root account to log in to your desktop (not recommended!).

#


How to fix?

Posted: Wed 25 Jul 2012, 13:39
by 666philb
Sylvander wrote:Got this:
# teamviewer
TeamViewer: 7.0.9360
Profile: /root (root)
Desktop:
/etc/*-release

Error: *** TeamViewer can not be executed with sudo! ***
Either use your normal user account without sudo
or use a the real root account to log in to your desktop (not recommended!).

#


How to fix?
hi Sylvander
are you using the pet posted here? http://www.mediafire.com/file/7m4gkse7m ... rstart.pet to run it as root

Posted: Wed 25 Jul 2012, 14:32
by Sylvander
666philb wrote:hi Sylvander
are you using the pet posted here? http://www.mediafire.com/file/7m4gkse7m ... rstart.pet to run it as root
Yes.
I installed both prog's by using the 2 links you gave.
Ran it by using the resulting "Menu->Internet->Teamviewer" entry.

Posted: Wed 25 Jul 2012, 14:39
by 666philb
which puppy version are you using?

Posted: Wed 25 Jul 2012, 15:12
by Sylvander
Slacko-5.3.3.1-SCSI

Posted: Wed 25 Jul 2012, 15:28
by 666philb
this is very strange.... on lucid puppy it won't let you start as root, where as on slacko it requires you to be root!

so to start it just click on /usr/bin/teamviewer7

to get the menu entry to work goto /usr/share/applications/ and right click on teamviewer.desktop and open as text

then edit the line 'Exec=teamviewer' to 'Exec=teamviewer7' and save

Posted: Wed 25 Jul 2012, 18:35
by Sylvander
SUCCESS! :D

It now runs without any problems. 8)

Thank you Sooo much!

This is important to me because my ISP [Virgin] tech assistance routinely use Teamviewer, normally within Windows [they don't support Linux], but I no longer have Windows installed.
So I'm hoping [next time] to be able to tell them I have teamviewer available within Puppy, and have them agree to go ahead and use it.

Posted: Mon 01 Apr 2013, 19:49
by tannaroo
hi gents,

my teamviewer on precise puppy 5.4.3 crashed so i upgraded to precise 5.5 live CD and tried to reinstall using these versions of teamviewer, which i succeeded but teamveiwer doesnt work.

when i open usr/bin/teamviewer, it refers to:

LD_PRELOAD=" /usr/lib/libpuppygc.so" teamviewer 7

and i think i need to change from teamviewer 7 to teamviewer?

but i cant because the file is read-only, presumably as I have a live CD session?

can anyone help please?

EDIT: from the console it says:

/usr/bin/teamviewer: line 3: teamviewer 7: command not found

Posted: Fri 05 Apr 2013, 19:20
by Semme
Tannaroo- anything wrong with the advice given here?

Posted: Wed 17 Apr 2013, 00:55
by tannaroo
i tried using teamviewer 8 but i cant connect between my host computer and remote computer (this linux computer). i read on the teamviewer 8 forums that this is a common problem on teamviewer 8, so i have decided to downgrade back to teamviewer 7 and use the anti-root pet file. but it didnt work for me. so now I am at a loss. any other ideas on using teamviewer 7 or is there a teamviwer 7 sfs anywhere?

Posted: Sun 28 Apr 2013, 21:06
by 666philb
hi tannaroo, look in /usr/bin .... is there a file called teamviewer7?

Posted: Sat 22 Jun 2013, 19:54
by tannaroo
sorry for the late reponse - we had a new addition to the family and its been hectic to say the least!!

anyway, i checked usr/bin and there is a file called teamviewer and not teamviewer7

Posted: Sat 22 Jun 2013, 20:38
by 666philb
tannaroo wrote:sorry for the late reponse - we had a new addition to the family and its been hectic to say the least!!

anyway, i checked usr/bin and there is a file called teamviewer and not teamviewer7
hi tannaroo ... try the teamvier7 .deb from here http://download.teamviewer.com/download ... _linux.deb i believe it will run as root so you shouldn't need the antiroot pet

Posted: Sun 23 Jun 2013, 14:01
by tannaroo
I installed that file and it says the package was successfully installed under Utility, but when i go to usr/share/applications - i dont see any Teamviewer application, so dont think it has actually installed Teamviewer.

Posted: Sun 23 Jun 2013, 16:32
by 666philb
hi tannaroo,

it hasn't got a menu entry for some reason.... look in /usr/bin , there should be a 'teamviewer7' . use that to start it. you can drag and drop it onto the desktop

Posted: Tue 03 Sep 2013, 07:48
by witekjeden
Hi.
TeamViewer8 problem in Wary5.5. Packages deb, rpm, tar.gz not works.

The TeamViewer daemon is not running!
Please start the daemon (needs root permissions) before running TeamViewer:
teamviewer --daemon start
If you did not disable the daemon, please contact Teamviewer support. Run the following command to obtain all log files:
teamviewer --ziplog

I was install anti-root next modify /usr/bin/teamviewerantiroot sequence 'teamviewer6' to 'teamviewer' and still the same problem. Permission denied. How to create anti-root crack for Wary for any TeamViewer 8 (next 9,10,...)?