how to run redshift automatically












1














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!










share|improve this question



























    1














    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!










    share|improve this question

























      1












      1








      1







      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!










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 1 at 15:31









      jack.sparrowjack.sparrow

      84




      84






















          2 Answers
          2






          active

          oldest

          votes


















          1














          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





          share|improve this answer

















          • 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














          Change the line that says Terminal=true to Terminal=false. It does not need to start within the terminal like that






          share|improve this answer





















            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%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









            1














            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





            share|improve this answer

















            • 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














            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





            share|improve this answer

















            • 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








            1






            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





            share|improve this answer












            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






            share|improve this answer












            share|improve this answer



            share|improve this answer










            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














            • 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













            1














            Change the line that says Terminal=true to Terminal=false. It does not need to start within the terminal like that






            share|improve this answer


























              1














              Change the line that says Terminal=true to Terminal=false. It does not need to start within the terminal like that






              share|improve this answer
























                1












                1








                1






                Change the line that says Terminal=true to Terminal=false. It does not need to start within the terminal like that






                share|improve this answer












                Change the line that says Terminal=true to Terminal=false. It does not need to start within the terminal like that







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 1 at 15:37









                TerranceTerrance

                19k34697




                19k34697






























                    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.





                    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.




                    draft saved


                    draft discarded














                    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





















































                    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

                    Human spaceflight

                    Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                    File:DeusFollowingSea.jpg