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

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Torre de la Isleta Índice Véase también Referencias Bibliografía Enlaces externos Menú de navegación38°25′58″N 0°23′02″O / 38.43277778, -0.3838888938°25′58″N 0°23′02″O / 38.43277778, -0.38388889Torre de la Illeta de l’Horta o Torre Saleta. Base de datos de bienes inmuebles. Patrimonio Cultural. Secretaría de Estado de CulturaFicha BIC Torre de la Illeta de l’Horta. Dirección General de Patrimonio Cultural. Generalitat ValencianaLugares de interés. Ayuntamiento del CampelloTorre de la Isleta en CastillosNet.org