how to run redshift automatically
I'd like to start redshift application automatically after boot in Ubuntu 16.04.
This can be done by creating a *.desktop file in .config/autostart
. It leaves me with the terminal window open, though, which is very annoying.
I want to start redshift without an open terminal window. How do I do this?
my redshift.desktop currently looks like this:
[Desktop Entry]
Version=1.0
Name=Redshift
GenericName=Color temperature adjustment
Comment=Color temperature adjustment tool
Exec=redshift &
Icon=redshift
Terminal=true
Type=Application
NoDisplay=true
thank you!
.desktop autostart redshift
add a comment |
I'd like to start redshift application automatically after boot in Ubuntu 16.04.
This can be done by creating a *.desktop file in .config/autostart
. It leaves me with the terminal window open, though, which is very annoying.
I want to start redshift without an open terminal window. How do I do this?
my redshift.desktop currently looks like this:
[Desktop Entry]
Version=1.0
Name=Redshift
GenericName=Color temperature adjustment
Comment=Color temperature adjustment tool
Exec=redshift &
Icon=redshift
Terminal=true
Type=Application
NoDisplay=true
thank you!
.desktop autostart redshift
add a comment |
I'd like to start redshift application automatically after boot in Ubuntu 16.04.
This can be done by creating a *.desktop file in .config/autostart
. It leaves me with the terminal window open, though, which is very annoying.
I want to start redshift without an open terminal window. How do I do this?
my redshift.desktop currently looks like this:
[Desktop Entry]
Version=1.0
Name=Redshift
GenericName=Color temperature adjustment
Comment=Color temperature adjustment tool
Exec=redshift &
Icon=redshift
Terminal=true
Type=Application
NoDisplay=true
thank you!
.desktop autostart redshift
I'd like to start redshift application automatically after boot in Ubuntu 16.04.
This can be done by creating a *.desktop file in .config/autostart
. It leaves me with the terminal window open, though, which is very annoying.
I want to start redshift without an open terminal window. How do I do this?
my redshift.desktop currently looks like this:
[Desktop Entry]
Version=1.0
Name=Redshift
GenericName=Color temperature adjustment
Comment=Color temperature adjustment tool
Exec=redshift &
Icon=redshift
Terminal=true
Type=Application
NoDisplay=true
thank you!
.desktop autostart redshift
.desktop autostart redshift
asked Jan 1 at 15:31
jack.sparrowjack.sparrow
84
84
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can install redshift-gtk
which you can set to automatically start when your user logs in.
Run the following commands to install:
sudo apt update
sudo apt install redshift-gtk
Search for redshift in your applications and start it up and don't forget to set it to start automatically.
If you are a kde user, you can install plasma-applet-redshift-control
instead:
sudo apt install plasma-applet-redshift-control
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
add a comment |
Change the line that says Terminal=true
to Terminal=false
. It does not need to start within the terminal like that
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/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%2faskubuntu.com%2fquestions%2f1106036%2fhow-to-run-redshift-automatically%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can install redshift-gtk
which you can set to automatically start when your user logs in.
Run the following commands to install:
sudo apt update
sudo apt install redshift-gtk
Search for redshift in your applications and start it up and don't forget to set it to start automatically.
If you are a kde user, you can install plasma-applet-redshift-control
instead:
sudo apt install plasma-applet-redshift-control
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
add a comment |
You can install redshift-gtk
which you can set to automatically start when your user logs in.
Run the following commands to install:
sudo apt update
sudo apt install redshift-gtk
Search for redshift in your applications and start it up and don't forget to set it to start automatically.
If you are a kde user, you can install plasma-applet-redshift-control
instead:
sudo apt install plasma-applet-redshift-control
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
add a comment |
You can install redshift-gtk
which you can set to automatically start when your user logs in.
Run the following commands to install:
sudo apt update
sudo apt install redshift-gtk
Search for redshift in your applications and start it up and don't forget to set it to start automatically.
If you are a kde user, you can install plasma-applet-redshift-control
instead:
sudo apt install plasma-applet-redshift-control
You can install redshift-gtk
which you can set to automatically start when your user logs in.
Run the following commands to install:
sudo apt update
sudo apt install redshift-gtk
Search for redshift in your applications and start it up and don't forget to set it to start automatically.
If you are a kde user, you can install plasma-applet-redshift-control
instead:
sudo apt install plasma-applet-redshift-control
answered Jan 1 at 15:39
mchidmchid
22.7k25184
22.7k25184
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
add a comment |
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
1
1
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
@Terrance answer works perfectly. I accepted your answer because I believe it is more useful to others having the same problem.
– jack.sparrow
Jan 1 at 15:49
add a comment |
Change the line that says Terminal=true
to Terminal=false
. It does not need to start within the terminal like that
add a comment |
Change the line that says Terminal=true
to Terminal=false
. It does not need to start within the terminal like that
add a comment |
Change the line that says Terminal=true
to Terminal=false
. It does not need to start within the terminal like that
Change the line that says Terminal=true
to Terminal=false
. It does not need to start within the terminal like that
answered Jan 1 at 15:37
TerranceTerrance
19k34697
19k34697
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f1106036%2fhow-to-run-redshift-automatically%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