How to make Mint Update launch in the background on startup?
I'm using Mint 19 (Tara) Cinnamon.
I've accidentally removed the Mint Update entry in Startup Applications and then added it again, but this time it launches in the foreground (always talking about startup).
How can I make it launch in the background again?
I've tried adding a "&" at the end of the command (by editing the entry in Startup Applications), but it didn't work.
Thanks in advance.
linux startup cinnamon
add a comment |
I'm using Mint 19 (Tara) Cinnamon.
I've accidentally removed the Mint Update entry in Startup Applications and then added it again, but this time it launches in the foreground (always talking about startup).
How can I make it launch in the background again?
I've tried adding a "&" at the end of the command (by editing the entry in Startup Applications), but it didn't work.
Thanks in advance.
linux startup cinnamon
1
What command is it exactly? Also, could you post the output ofthecommand --help
. There may be a background flag.
– rudib
Dec 19 '18 at 17:47
1
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
The command ismintupdate
. I tried runningmintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.
– J. Doe
Dec 19 '18 at 18:15
add a comment |
I'm using Mint 19 (Tara) Cinnamon.
I've accidentally removed the Mint Update entry in Startup Applications and then added it again, but this time it launches in the foreground (always talking about startup).
How can I make it launch in the background again?
I've tried adding a "&" at the end of the command (by editing the entry in Startup Applications), but it didn't work.
Thanks in advance.
linux startup cinnamon
I'm using Mint 19 (Tara) Cinnamon.
I've accidentally removed the Mint Update entry in Startup Applications and then added it again, but this time it launches in the foreground (always talking about startup).
How can I make it launch in the background again?
I've tried adding a "&" at the end of the command (by editing the entry in Startup Applications), but it didn't work.
Thanks in advance.
linux startup cinnamon
linux startup cinnamon
asked Dec 19 '18 at 17:33
J. Doe
12
12
1
What command is it exactly? Also, could you post the output ofthecommand --help
. There may be a background flag.
– rudib
Dec 19 '18 at 17:47
1
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
The command ismintupdate
. I tried runningmintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.
– J. Doe
Dec 19 '18 at 18:15
add a comment |
1
What command is it exactly? Also, could you post the output ofthecommand --help
. There may be a background flag.
– rudib
Dec 19 '18 at 17:47
1
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
The command ismintupdate
. I tried runningmintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.
– J. Doe
Dec 19 '18 at 18:15
1
1
What command is it exactly? Also, could you post the output of
thecommand --help
. There may be a background flag.– rudib
Dec 19 '18 at 17:47
What command is it exactly? Also, could you post the output of
thecommand --help
. There may be a background flag.– rudib
Dec 19 '18 at 17:47
1
1
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
The command is
mintupdate
. I tried running mintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.– J. Doe
Dec 19 '18 at 18:15
The command is
mintupdate
. I tried running mintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.– J. Doe
Dec 19 '18 at 18:15
add a comment |
1 Answer
1
active
oldest
votes
I've found the solution.
There's a different command for launching the Update Manager minimized (in the system tray), the mintupdate-launcher
command.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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%2funix.stackexchange.com%2fquestions%2f489968%2fhow-to-make-mint-update-launch-in-the-background-on-startup%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
I've found the solution.
There's a different command for launching the Update Manager minimized (in the system tray), the mintupdate-launcher
command.
add a comment |
I've found the solution.
There's a different command for launching the Update Manager minimized (in the system tray), the mintupdate-launcher
command.
add a comment |
I've found the solution.
There's a different command for launching the Update Manager minimized (in the system tray), the mintupdate-launcher
command.
I've found the solution.
There's a different command for launching the Update Manager minimized (in the system tray), the mintupdate-launcher
command.
answered Dec 20 '18 at 22:32
J. Doe
12
12
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f489968%2fhow-to-make-mint-update-launch-in-the-background-on-startup%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
1
What command is it exactly? Also, could you post the output of
thecommand --help
. There may be a background flag.– rudib
Dec 19 '18 at 17:47
1
Also, what exactly is it "talking about"?
– rudib
Dec 19 '18 at 17:49
I would guess that the original entry was actually a script that only launched the update manager if updates existed
– user1133275
Dec 19 '18 at 18:00
The command is
mintupdate
. I tried runningmintupdate --help
but it has no output, it only launches the Update Manager. And no, the Update Manager used to launch in the background every time on startup, and then it checked for updates. Most of the time there were none.– J. Doe
Dec 19 '18 at 18:15