Launch program on startup in background Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Start Transmission in the backgroundChrome puts itself on Startup ApplicationsAdd a startup application in the background in UbuntuGNOME 14.04Syndaemon won't start as startup applicationHow to run Gnome Startup Applications in i3?How to disable Plank application on Ubuntu startupStart Skype in background18.04 Add startup program doesn't keep what I've addedRunning startup application in background

Why weren't discrete x86 CPUs ever used in game hardware?

Can anything be seen from the center of the Boötes void? How dark would it be?

How to install press fit bottom bracket into new frame

Using audio cues to encourage good posture

Sum letters are not two different

What is the difference between globalisation and imperialism?

How to write this math term? with cases it isn't working

Drawing without replacement: why is the order of draw irrelevant?

Most bit efficient text communication method?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Why do early math courses focus on the cross sections of a cone and not on other 3D objects?

Question about debouncing - delay of state change

Project Euler #1 in C++

What is the topology associated with the algebras for the ultrafilter monad?

Find 108 by using 3,4,6

How to tell that you are a giant?

Significance of Cersei's obsession with elephants?

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

What is this clumpy 20-30cm high yellow-flowered plant?

Morning, Afternoon, Night Kanji

Is there a kind of relay only consumes power when switching?

SF book about people trapped in a series of worlds they imagine

Generate an RGB colour grid

Did Krishna say in Bhagavad Gita "I am in every living being"



Launch program on startup in background



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Start Transmission in the backgroundChrome puts itself on Startup ApplicationsAdd a startup application in the background in UbuntuGNOME 14.04Syndaemon won't start as startup applicationHow to run Gnome Startup Applications in i3?How to disable Plank application on Ubuntu startupStart Skype in background18.04 Add startup program doesn't keep what I've addedRunning startup application in background



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








0















I'm running AutoKey on Ubuntu 18.04, I added it to the startup applications, but I don't want its window pops up after starting my computer, can I make it launch in the background?










share|improve this question














bumped to the homepage by Community 1 min ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I'm running AutoKey on Ubuntu 18.04, I added it to the startup applications, but I don't want its window pops up after starting my computer, can I make it launch in the background?










    share|improve this question














    bumped to the homepage by Community 1 min ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0


      1






      I'm running AutoKey on Ubuntu 18.04, I added it to the startup applications, but I don't want its window pops up after starting my computer, can I make it launch in the background?










      share|improve this question














      I'm running AutoKey on Ubuntu 18.04, I added it to the startup applications, but I don't want its window pops up after starting my computer, can I make it launch in the background?







      18.04 startup startup-applications






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 20 '18 at 11:06









      IvesIves

      173214




      173214





      bumped to the homepage by Community 1 min ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 1 min ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          To run a program on startup, you simply should add the command that runs it at the end of the .bashrc file, and to make it run in the background, add & to it.
          Example :

          Let's say that the command to run autokey is autokey, all what you have to do is:



          gedit ~/.bashrc


          Then go to the end of the file and type autokey &.

          Then save and exit.

          At the next restart, it should start on startup and in background.






          share|improve this answer

























          • Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

            – newforubuntulinux
            May 21 '18 at 11:26












          • First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

            – singrium
            May 21 '18 at 12:27












          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%2f1038349%2flaunch-program-on-startup-in-background%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          To run a program on startup, you simply should add the command that runs it at the end of the .bashrc file, and to make it run in the background, add & to it.
          Example :

          Let's say that the command to run autokey is autokey, all what you have to do is:



          gedit ~/.bashrc


          Then go to the end of the file and type autokey &.

          Then save and exit.

          At the next restart, it should start on startup and in background.






          share|improve this answer

























          • Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

            – newforubuntulinux
            May 21 '18 at 11:26












          • First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

            – singrium
            May 21 '18 at 12:27
















          0














          To run a program on startup, you simply should add the command that runs it at the end of the .bashrc file, and to make it run in the background, add & to it.
          Example :

          Let's say that the command to run autokey is autokey, all what you have to do is:



          gedit ~/.bashrc


          Then go to the end of the file and type autokey &.

          Then save and exit.

          At the next restart, it should start on startup and in background.






          share|improve this answer

























          • Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

            – newforubuntulinux
            May 21 '18 at 11:26












          • First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

            – singrium
            May 21 '18 at 12:27














          0












          0








          0







          To run a program on startup, you simply should add the command that runs it at the end of the .bashrc file, and to make it run in the background, add & to it.
          Example :

          Let's say that the command to run autokey is autokey, all what you have to do is:



          gedit ~/.bashrc


          Then go to the end of the file and type autokey &.

          Then save and exit.

          At the next restart, it should start on startup and in background.






          share|improve this answer















          To run a program on startup, you simply should add the command that runs it at the end of the .bashrc file, and to make it run in the background, add & to it.
          Example :

          Let's say that the command to run autokey is autokey, all what you have to do is:



          gedit ~/.bashrc


          Then go to the end of the file and type autokey &.

          Then save and exit.

          At the next restart, it should start on startup and in background.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 23 '18 at 10:03

























          answered May 20 '18 at 11:44









          singriumsingrium

          1,306624




          1,306624












          • Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

            – newforubuntulinux
            May 21 '18 at 11:26












          • First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

            – singrium
            May 21 '18 at 12:27


















          • Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

            – newforubuntulinux
            May 21 '18 at 11:26












          • First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

            – singrium
            May 21 '18 at 12:27

















          Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

          – newforubuntulinux
          May 21 '18 at 11:26






          Hi, I also have a similar query to that of "Ives". I want to auto start "google chrome browser" at the startup in the "background". I dont want it to open as a window. In the "Startup Applications" app will the following work if i want to achieve the above? usrbingoogle-chrome-stable %U &

          – newforubuntulinux
          May 21 '18 at 11:26














          First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

          – singrium
          May 21 '18 at 12:27






          First, find which command that opens chrome, then put it in the end of the ~/.bashrc file. For example, if chrome or google-chrome is the command to run in the terminal to open Google chrome, just type chrome & (or google-chrome &) in the end of the ~/.bashrc file and it should open in background at startup the next reboot.

          – singrium
          May 21 '18 at 12:27


















          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%2f1038349%2flaunch-program-on-startup-in-background%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

          Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

          Is compression “encryption” under FCC regs?Signing of messages transmitted over ham radioWhy do Amateur Radio organizations in the United States oppose the relaxation of encryption prohibitions?How far from earth do FCC regulations apply?How can I know whether a radio is FCC approved?FCC tracking of unlicensed FRS/GMRS transmissionsWhy does the FCC put restrictions on symbol rates?legal - Do FCC regulations only apply in U.S.A?What are FCC/Industry Canada certification requirements for amateur radio related products?How to get professional or official clarification of FCC Part 97 rules for specific complicated situations?Is there any point to keep the CSCE after the FCC registers the upgrade?Do FCC regulations limit digital data rate?

          How to reinstall a packageRestoring the script commandBroken package ubuntuone-control-panel-qtPackage Manager Error: setting up language-selector-commonInstalltion failed a .deb PackageNew software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?Package Operation Failed - Help neededHow to Remove varicad2013-en (A Virus or PIA)mysql-server-5.5 ErrorHow can I reinstall oracle-java-installer?dpkg: error processing package sendmail-basedpkg error processing package