Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Teamviewer for Linux as a service

  1. #1
    Join Date
    Mar 2007
    Beans
    3

    Teamviewer for Linux as a service

    So I have installed the new Teamviewer Beta for Linux onto my computer which is running Ubuntu 10.04. It is working awesome! However right now, if I need for any reason to restart my home computer (ubuntu) I can not logon to my computer again as Teamviewer is down.

    So my question is, how can I either
    1) setup teamviewer to start as a service as soon as the computer has started, and not me logging in yet. or
    2) start teamviewer from command line?

    Thanks for any help on the subject.

  2. #2
    Join Date
    May 2010
    Beans
    13

    Re: Teamviewer for Linux as a service

    go to system / preferences / startup applications and add teamviewer to it

  3. #3
    Join Date
    Mar 2007
    Beans
    3

    Re: Teamviewer for Linux as a service

    Will that allow it to start up before you login? Or do I have to login first? See what I want to do is to be able to restart the computer, remotely, and be able to teamview into the machine without having to have someone login to the computer at home.

  4. #4
    Join Date
    May 2010
    Beans
    3

    Re: Teamviewer for Linux as a service

    I tried TV on 10.04
    It lagged the PC when some1 viewed me
    Lag on every movement of the mouse

  5. #5
    Join Date
    Jul 2007
    Beans
    18

    Re: Teamviewer for Linux as a service

    Same problem, the startup applications option just works when somebody login.
    Some idea?

  6. #6
    Join Date
    May 2010
    Beans
    1

    Re: Teamviewer for Linux as a service

    Quote Originally Posted by skyline2412 View Post
    Same problem, the startup applications option just works when somebody login.
    Some idea?
    You could try to make shell script like this one:

    #!/bin/bash
    /usr/bin/teamviewer

    or whatever is the path to the teamviewer executable (I don't recall it right now), save it to:
    /etc/init.d/teamviewer_start
    and change permission:
    chmod 777 /etc/init.d/teamviewer_start
    create link:
    ln -s /etc/init.d/teamviewer_start /etc/rc5.d/S99teamviewer

    and it should start with the machine regardless of the fact that no user has yet done login.
    remark:
    /etc/rc5.d/ is the directory where startup scripts are located (default init level is 5, that's why it is named rc5.d). Scripts whose names start with capital "S" are executed in alphabetical order, starting from S00 to S99.
    Following the analogy, the directory /etc/rc0.d/ contains stop script executed when machine goes down. Their names begin with "K" starting from K00 to K99.
    Last edited by dotokija; May 15th, 2010 at 09:59 PM.

  7. #7
    Join Date
    Apr 2008
    Location
    Bundaberg, Qld
    Beans
    164
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Teamviewer for Linux as a service

    Not sure if this can be setup to work prior to login, as it is actually a wine application (ie they are just running the windows application under wine, to get a version for Linux...)
    Also, looks like there is a forum has now been setup for TeamViewer (I "think" it's a semi(?)official one) at http://teamviewerforums.com/index.php. VERY new - at this stage there is only a handful of posts.
    I have asked the question there....
    Thanks, John.

  8. #8
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Teamviewer for Linux as a service

    Quote Originally Posted by hornetster View Post
    Also, looks like there is a forum has now been setup for TeamViewer (I "think" it's a semi(?)official one)

    Doesn't look the remotest bit official, never mind "semi".

  9. #9
    Join Date
    Jul 2010
    Beans
    1

    Re: Teamviewer for Linux as a service

    Running it as a service haven't helped
    Finally found the solution for Teamviewer5 not running/starting on ubuntu (10.04):
    http://www.plunk.org/~grantham/cgi-b...g.cgi?id=00019

  10. #10
    Join Date
    Mar 2011
    Beans
    4

    Re: Teamviewer for Linux as a service

    Has anything changed? Is there any possibility to run teamviewer on Ubuntu as service?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •