Results 1 to 5 of 5

Thread: Run program in background.

  1. #1
    Join Date
    Sep 2010
    Location
    Madrid, Spain.
    Beans
    32
    Distro
    Ubuntu UNR

    Exclamation Run program in background.

    Hi guys,

    I frequently run teamviewer on my netbook because it's my favorite remote desktop application, but it doesn't have an option to run at startup nor hidden. This is what I need:

    To be able to run teamviewer automatically at startup, hidden as a "service?" (meaning no taskbar button nor tray icon) and with a delay of 20 seconds (it has to be started after my wifi has automatically connected, not before).

    Can't be so hard, but I don't seem to be able to find a good answer to this in Google.

    Thanks in advance!

  2. #2
    Join Date
    Sep 2010
    Location
    Madrid, Spain.
    Beans
    32
    Distro
    Ubuntu UNR

    Re: Run program in background.

    Quote Originally Posted by yerayenrique View Post
    Hi guys,

    I frequently run teamviewer on my netbook because it's my favorite remote desktop application, but it doesn't have an option to run at startup nor hidden. This is what I need:

    To be able to run teamviewer automatically at startup, hidden as a "service?" (meaning no taskbar button nor tray icon) and with a delay of 20 seconds (it has to be started after my wifi has automatically connected, not before).

    Can't be so hard, but I don't seem to be able to find a good answer to this in Google.

    Thanks in advance!
    Nevermind, I did "bash -c "sleep 20; alltray teamviewer"" and it worked a charm!

  3. #3
    Join Date
    May 2010
    Beans
    2

    Re: Run program in background.

    Appreciate if you could share this. Thank you.

    Really need to learn from you.

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Run program in background.

    Quote Originally Posted by yerayenrique View Post
    Nevermind, I did "bash -c "sleep 20; alltray teamviewer"" and it worked a charm!
    Hi, I was go to get my bash script for my concky and post it for you to see,but you figured it out quickly.

  5. #5
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Run program in background.

    Quote Originally Posted by orang_letrik View Post
    Appreciate if you could share this. Thank you.

    Really need to learn from you.
    Hi, do you understand what that person did?

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
  •