how to add application to autostart on bootupHow to autostart gui application cross desktop?What are all the autostart locations in Ubuntu?How to find commands for autostarting applications?Autostart of VirtualBox VM with root-permissionsBoot full of older images - need to remove for updates
What should be done if I suspect a player is using weighted dice?
Mostly One Way Travel : Says Grandpa
What are the factors that decide on whether you die instantly or get knocked out in PUBG?
Is publishing runnable code instead of pseudo code shunned?
Can two moons have intersecting orbits yet be guaranteed not to collide?
Are soldered electrical connections code-compliant?
Could you generate any positive number given only a few specific operators and operands?
Orthogonality Sin(nx)Sin(mx)
Why do airlines usually ask you how much purchase you have made?
hfill doesn't work between minipages
Found that newly hired employee wasn't completely frank. What would be good to do in that situation?
Why do cargo airlines frequently choose passenger aircraft rather than aircraft designed specifically for cargo?
SQL Server chooses unselective index
Why does std::atomic constructor behave different in C++14 and C++17
What is homebrew? Should I use it in normal games?
Template not provided using create-react-app
Is a midspace space station between Earth and Mars practical?
Deprecate or remove an Apex Invocable Action from Process Builder in a Managed Package
Intersection of sorted lists
What are examples of (collections of) papers which "close" a field?
How do electric hot water heaters explode and what can be done to prevent that from happening?
Is there any reason a person would voluntarily choose to have PMI?
When to bemoan and when to moan
"Don't invest now because the market is high"
how to add application to autostart on bootup
How to autostart gui application cross desktop?What are all the autostart locations in Ubuntu?How to find commands for autostarting applications?Autostart of VirtualBox VM with root-permissionsBoot full of older images - need to remove for updates
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have ubuntu 18.04 and there are two application I need to make sure are added to startup on bootup.
- Printnode
- TeamViewer
Can you someone tell me what I need to do to get this setup and to work?
I did see on the gui there is a startup folder, but never used it before.
Please advise.
Thank you
boot autostart
add a comment
|
I have ubuntu 18.04 and there are two application I need to make sure are added to startup on bootup.
- Printnode
- TeamViewer
Can you someone tell me what I need to do to get this setup and to work?
I did see on the gui there is a startup folder, but never used it before.
Please advise.
Thank you
boot autostart
add a comment
|
I have ubuntu 18.04 and there are two application I need to make sure are added to startup on bootup.
- Printnode
- TeamViewer
Can you someone tell me what I need to do to get this setup and to work?
I did see on the gui there is a startup folder, but never used it before.
Please advise.
Thank you
boot autostart
I have ubuntu 18.04 and there are two application I need to make sure are added to startup on bootup.
- Printnode
- TeamViewer
Can you someone tell me what I need to do to get this setup and to work?
I did see on the gui there is a startup folder, but never used it before.
Please advise.
Thank you
boot autostart
boot autostart
asked Sep 27 at 18:45
Donny ForbesDonny Forbes
111 bronze badge
111 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
According to the Official Ubuntu Documentation (which is searchable):
Tap the Super (AKA Windows) key and open Startup Applications
OR
press Alt+F2 and run the command gnome-session-properties .
Click Add and enter the command to be executed at login (name and comment are optional). For example, to make Firefox start automatically, it's sufficient to type firefox in the Command field and confirm with Add.
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
add a comment
|
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/4.0/"u003ecc by-sa 4.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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177140%2fhow-to-add-application-to-autostart-on-bootup%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
According to the Official Ubuntu Documentation (which is searchable):
Tap the Super (AKA Windows) key and open Startup Applications
OR
press Alt+F2 and run the command gnome-session-properties .
Click Add and enter the command to be executed at login (name and comment are optional). For example, to make Firefox start automatically, it's sufficient to type firefox in the Command field and confirm with Add.
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
add a comment
|
According to the Official Ubuntu Documentation (which is searchable):
Tap the Super (AKA Windows) key and open Startup Applications
OR
press Alt+F2 and run the command gnome-session-properties .
Click Add and enter the command to be executed at login (name and comment are optional). For example, to make Firefox start automatically, it's sufficient to type firefox in the Command field and confirm with Add.
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
add a comment
|
According to the Official Ubuntu Documentation (which is searchable):
Tap the Super (AKA Windows) key and open Startup Applications
OR
press Alt+F2 and run the command gnome-session-properties .
Click Add and enter the command to be executed at login (name and comment are optional). For example, to make Firefox start automatically, it's sufficient to type firefox in the Command field and confirm with Add.
According to the Official Ubuntu Documentation (which is searchable):
Tap the Super (AKA Windows) key and open Startup Applications
OR
press Alt+F2 and run the command gnome-session-properties .
Click Add and enter the command to be executed at login (name and comment are optional). For example, to make Firefox start automatically, it's sufficient to type firefox in the Command field and confirm with Add.
answered Sep 27 at 18:59
K7AAYK7AAY
7,9915 gold badges22 silver badges52 bronze badges
7,9915 gold badges22 silver badges52 bronze badges
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
add a comment
|
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
1
1
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
I was able to get printnode working on reboot, however for some reason TeamViewer 14.6 does not see to start up on reboot.
– Donny Forbes
Sep 27 at 19:14
1
1
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
Teamviewer was not much help but I did accomplish to get this to work. What I have to do was the following
– Donny Forbes
Sep 28 at 14:22
1
1
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
Sorry had to add “sudo teamviewer —daemon enable to the startup application folder that did the trick.
– Donny Forbes
Sep 28 at 14:23
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177140%2fhow-to-add-application-to-autostart-on-bootup%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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