How to configure teamviewer so it does not load unless neededHow to install TeamViewer?Teamviewer Not...

Python: next in for loop

TGV timetables / schedules?

The use of multiple foreign keys on same column in SQL Server

How can I make my BBEG immortal short of making them a Lich or Vampire?

Why does Kotter return in Welcome Back Kotter?

How do I create uniquely male characters?

What would happen to a modern skyscraper if it rains micro blackholes?

How old can references or sources in a thesis be?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Smoothness of finite-dimensional functional calculus

Why not use SQL instead of GraphQL?

Problem of parity - Can we draw a closed path made up of 20 line segments...

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Why are electrically insulating heatsinks so rare? Is it just cost?

Can I make popcorn with any corn?

strToHex ( string to its hex representation as string)

Modeling an IPv4 Address

Do VLANs within a subnet need to have their own subnet for router on a stick?

"You are your self first supporter", a more proper way to say it

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Is it possible to do 50 km distance without any previous training?



How to configure teamviewer so it does not load unless needed


How to install TeamViewer?Teamviewer Not Correctly InstalledHow to restart Teamviewer daemon programmatically?TeamViewer does not start automatically, how do I make sure it does?Teamviewer 9 does not have permission to launch in UbuntuTeamviewer not remembering Teamviewer accountHow to run teamviewer 11 on Ubuntu - install completedteamviewer is not launching normally?Teamviewer server did not respond on Ubuntu 16.04teamviewer not working






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







41















I installed Teamviewer to help a friend (Afterwards I forcibly moved him to using Google Hangout) and noticed that it loads automatically a process even if I am not running teamviewer:



enter image description here



It does not show in the Startup Applications so I am guessing it is either hidden in the Startup applications or it is loaded by an option in a configuration file. I want to remove this automatic way of loading into memory so that it only works when I actually use teamviewer and not every time I boot the computer.










share|improve this question





























    41















    I installed Teamviewer to help a friend (Afterwards I forcibly moved him to using Google Hangout) and noticed that it loads automatically a process even if I am not running teamviewer:



    enter image description here



    It does not show in the Startup Applications so I am guessing it is either hidden in the Startup applications or it is loaded by an option in a configuration file. I want to remove this automatic way of loading into memory so that it only works when I actually use teamviewer and not every time I boot the computer.










    share|improve this question

























      41












      41








      41


      19






      I installed Teamviewer to help a friend (Afterwards I forcibly moved him to using Google Hangout) and noticed that it loads automatically a process even if I am not running teamviewer:



      enter image description here



      It does not show in the Startup Applications so I am guessing it is either hidden in the Startup applications or it is loaded by an option in a configuration file. I want to remove this automatic way of loading into memory so that it only works when I actually use teamviewer and not every time I boot the computer.










      share|improve this question














      I installed Teamviewer to help a friend (Afterwards I forcibly moved him to using Google Hangout) and noticed that it loads automatically a process even if I am not running teamviewer:



      enter image description here



      It does not show in the Startup Applications so I am guessing it is either hidden in the Startup applications or it is loaded by an option in a configuration file. I want to remove this automatic way of loading into memory so that it only works when I actually use teamviewer and not every time I boot the computer.







      teamviewer






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 12 '13 at 16:34









      Luis AlvaradoLuis Alvarado

      147k139487657




      147k139487657






















          4 Answers
          4






          active

          oldest

          votes


















          73














          If you mean teamviewer 8 try sudo teamviewer --daemon disable (disable teamviewer 8 autostart)






          share|improve this answer



















          • 2





            Nice one. That puppy will not be auto starting any time soon.

            – Luis Alvarado
            Mar 12 '13 at 17:02






          • 2





            Yeah annoying, since tv8, tv7 was not auto-starting.

            – user139737
            Mar 12 '13 at 17:03











          • I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

            – rubo77
            Feb 18 '15 at 16:50



















          3














          I've had this problem just now, and solved it by changing the option "[int32] Always_Online" to "0" in the file /etc/teamviewer/global.conf. Basically, what you should is to access this file with sudo privileges, and change this line:



          [int32] Always_Online = 1



          For this one:



          [int32] Always_Online = 0



          Best regards! :)






          share|improve this answer



















          • 2





            Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

            – johann_ka
            Jan 6 '17 at 19:31





















          0














          Well, I can't find any autostart .desktop on the deb file, so it should either create it after someone launches the application or is auto-started by Wine(?).



          Check both /etc/xdg/autostart/ and ~/.config/autostart/ for a .desktop file which could be launching either Teamviewer of Wine. If you find any you can remove it or change any of those values:



          X-GNOME-Autostart-enabled=false # disables autostart
          Hidden=false # shows item on Startup Applications





          share|improve this answer
























          • it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

            – törzsmókus
            Apr 7 '16 at 9:44



















          0














          May be this resource could help you.



          https://community.teamviewer.com/t5/TeamViewer-General/How-to-disable-teamviewerd-on-Debian/td-p/2088






          share|improve this answer








          New contributor




          Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f267010%2fhow-to-configure-teamviewer-so-it-does-not-load-unless-needed%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            73














            If you mean teamviewer 8 try sudo teamviewer --daemon disable (disable teamviewer 8 autostart)






            share|improve this answer



















            • 2





              Nice one. That puppy will not be auto starting any time soon.

              – Luis Alvarado
              Mar 12 '13 at 17:02






            • 2





              Yeah annoying, since tv8, tv7 was not auto-starting.

              – user139737
              Mar 12 '13 at 17:03











            • I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

              – rubo77
              Feb 18 '15 at 16:50
















            73














            If you mean teamviewer 8 try sudo teamviewer --daemon disable (disable teamviewer 8 autostart)






            share|improve this answer



















            • 2





              Nice one. That puppy will not be auto starting any time soon.

              – Luis Alvarado
              Mar 12 '13 at 17:02






            • 2





              Yeah annoying, since tv8, tv7 was not auto-starting.

              – user139737
              Mar 12 '13 at 17:03











            • I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

              – rubo77
              Feb 18 '15 at 16:50














            73












            73








            73







            If you mean teamviewer 8 try sudo teamviewer --daemon disable (disable teamviewer 8 autostart)






            share|improve this answer













            If you mean teamviewer 8 try sudo teamviewer --daemon disable (disable teamviewer 8 autostart)







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 12 '13 at 16:58









            user139737user139737

            74653




            74653








            • 2





              Nice one. That puppy will not be auto starting any time soon.

              – Luis Alvarado
              Mar 12 '13 at 17:02






            • 2





              Yeah annoying, since tv8, tv7 was not auto-starting.

              – user139737
              Mar 12 '13 at 17:03











            • I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

              – rubo77
              Feb 18 '15 at 16:50














            • 2





              Nice one. That puppy will not be auto starting any time soon.

              – Luis Alvarado
              Mar 12 '13 at 17:02






            • 2





              Yeah annoying, since tv8, tv7 was not auto-starting.

              – user139737
              Mar 12 '13 at 17:03











            • I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

              – rubo77
              Feb 18 '15 at 16:50








            2




            2





            Nice one. That puppy will not be auto starting any time soon.

            – Luis Alvarado
            Mar 12 '13 at 17:02





            Nice one. That puppy will not be auto starting any time soon.

            – Luis Alvarado
            Mar 12 '13 at 17:02




            2




            2





            Yeah annoying, since tv8, tv7 was not auto-starting.

            – user139737
            Mar 12 '13 at 17:03





            Yeah annoying, since tv8, tv7 was not auto-starting.

            – user139737
            Mar 12 '13 at 17:03













            I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

            – rubo77
            Feb 18 '15 at 16:50





            I got an error that I don't own some files, so I did it without sudo again, but it worked anyway

            – rubo77
            Feb 18 '15 at 16:50













            3














            I've had this problem just now, and solved it by changing the option "[int32] Always_Online" to "0" in the file /etc/teamviewer/global.conf. Basically, what you should is to access this file with sudo privileges, and change this line:



            [int32] Always_Online = 1



            For this one:



            [int32] Always_Online = 0



            Best regards! :)






            share|improve this answer



















            • 2





              Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

              – johann_ka
              Jan 6 '17 at 19:31


















            3














            I've had this problem just now, and solved it by changing the option "[int32] Always_Online" to "0" in the file /etc/teamviewer/global.conf. Basically, what you should is to access this file with sudo privileges, and change this line:



            [int32] Always_Online = 1



            For this one:



            [int32] Always_Online = 0



            Best regards! :)






            share|improve this answer



















            • 2





              Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

              – johann_ka
              Jan 6 '17 at 19:31
















            3












            3








            3







            I've had this problem just now, and solved it by changing the option "[int32] Always_Online" to "0" in the file /etc/teamviewer/global.conf. Basically, what you should is to access this file with sudo privileges, and change this line:



            [int32] Always_Online = 1



            For this one:



            [int32] Always_Online = 0



            Best regards! :)






            share|improve this answer













            I've had this problem just now, and solved it by changing the option "[int32] Always_Online" to "0" in the file /etc/teamviewer/global.conf. Basically, what you should is to access this file with sudo privileges, and change this line:



            [int32] Always_Online = 1



            For this one:



            [int32] Always_Online = 0



            Best regards! :)







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 6 '16 at 21:33









            Jéter SilveiraJéter Silveira

            311




            311








            • 2





              Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

              – johann_ka
              Jan 6 '17 at 19:31
















            • 2





              Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

              – johann_ka
              Jan 6 '17 at 19:31










            2




            2





            Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

            – johann_ka
            Jan 6 '17 at 19:31







            Can't find this line. I'm on Ubuntu 14.04 (latest updates), TV version 11.0.67687

            – johann_ka
            Jan 6 '17 at 19:31













            0














            Well, I can't find any autostart .desktop on the deb file, so it should either create it after someone launches the application or is auto-started by Wine(?).



            Check both /etc/xdg/autostart/ and ~/.config/autostart/ for a .desktop file which could be launching either Teamviewer of Wine. If you find any you can remove it or change any of those values:



            X-GNOME-Autostart-enabled=false # disables autostart
            Hidden=false # shows item on Startup Applications





            share|improve this answer
























            • it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

              – törzsmókus
              Apr 7 '16 at 9:44
















            0














            Well, I can't find any autostart .desktop on the deb file, so it should either create it after someone launches the application or is auto-started by Wine(?).



            Check both /etc/xdg/autostart/ and ~/.config/autostart/ for a .desktop file which could be launching either Teamviewer of Wine. If you find any you can remove it or change any of those values:



            X-GNOME-Autostart-enabled=false # disables autostart
            Hidden=false # shows item on Startup Applications





            share|improve this answer
























            • it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

              – törzsmókus
              Apr 7 '16 at 9:44














            0












            0








            0







            Well, I can't find any autostart .desktop on the deb file, so it should either create it after someone launches the application or is auto-started by Wine(?).



            Check both /etc/xdg/autostart/ and ~/.config/autostart/ for a .desktop file which could be launching either Teamviewer of Wine. If you find any you can remove it or change any of those values:



            X-GNOME-Autostart-enabled=false # disables autostart
            Hidden=false # shows item on Startup Applications





            share|improve this answer













            Well, I can't find any autostart .desktop on the deb file, so it should either create it after someone launches the application or is auto-started by Wine(?).



            Check both /etc/xdg/autostart/ and ~/.config/autostart/ for a .desktop file which could be launching either Teamviewer of Wine. If you find any you can remove it or change any of those values:



            X-GNOME-Autostart-enabled=false # disables autostart
            Hidden=false # shows item on Startup Applications






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 12 '13 at 16:56









            SalemSalem

            17.2k65083




            17.2k65083













            • it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

              – törzsmókus
              Apr 7 '16 at 9:44



















            • it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

              – törzsmókus
              Apr 7 '16 at 9:44

















            it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

            – törzsmókus
            Apr 7 '16 at 9:44





            it is not started from a .desktop file, but via /etc/init/teamviewerd.conf which can be configured like the other answer says.

            – törzsmókus
            Apr 7 '16 at 9:44











            0














            May be this resource could help you.



            https://community.teamviewer.com/t5/TeamViewer-General/How-to-disable-teamviewerd-on-Debian/td-p/2088






            share|improve this answer








            New contributor




            Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              May be this resource could help you.



              https://community.teamviewer.com/t5/TeamViewer-General/How-to-disable-teamviewerd-on-Debian/td-p/2088






              share|improve this answer








              New contributor




              Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                May be this resource could help you.



                https://community.teamviewer.com/t5/TeamViewer-General/How-to-disable-teamviewerd-on-Debian/td-p/2088






                share|improve this answer








                New contributor




                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                May be this resource could help you.



                https://community.teamviewer.com/t5/TeamViewer-General/How-to-disable-teamviewerd-on-Debian/td-p/2088







                share|improve this answer








                New contributor




                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 30 mins ago









                Sukumar RdjfSukumar Rdjf

                1011




                1011




                New contributor




                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Sukumar Rdjf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f267010%2fhow-to-configure-teamviewer-so-it-does-not-load-unless-needed%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...