How do I make my screenshot ask me what to do next every time?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
9
down vote

favorite












I take screenshots a lot. I usually take screenshot of an area, I then recheck if I have the desired area and then copy it to clipboard.



I want to change this behaviour so that immediately upon pressing Shift+print the screen capture application allows me to select an area, and immediately afterwards it provides me with the option to save to a particular location or clipboard.



I want Shift+PrntScr to bring up a pop-up screen like this:



gnome-screenshot







share|improve this question

























    up vote
    9
    down vote

    favorite












    I take screenshots a lot. I usually take screenshot of an area, I then recheck if I have the desired area and then copy it to clipboard.



    I want to change this behaviour so that immediately upon pressing Shift+print the screen capture application allows me to select an area, and immediately afterwards it provides me with the option to save to a particular location or clipboard.



    I want Shift+PrntScr to bring up a pop-up screen like this:



    gnome-screenshot







    share|improve this question























      up vote
      9
      down vote

      favorite









      up vote
      9
      down vote

      favorite











      I take screenshots a lot. I usually take screenshot of an area, I then recheck if I have the desired area and then copy it to clipboard.



      I want to change this behaviour so that immediately upon pressing Shift+print the screen capture application allows me to select an area, and immediately afterwards it provides me with the option to save to a particular location or clipboard.



      I want Shift+PrntScr to bring up a pop-up screen like this:



      gnome-screenshot







      share|improve this question













      I take screenshots a lot. I usually take screenshot of an area, I then recheck if I have the desired area and then copy it to clipboard.



      I want to change this behaviour so that immediately upon pressing Shift+print the screen capture application allows me to select an area, and immediately afterwards it provides me with the option to save to a particular location or clipboard.



      I want Shift+PrntScr to bring up a pop-up screen like this:



      gnome-screenshot









      share|improve this question












      share|improve this question




      share|improve this question








      edited yesterday









      pomsky

      21.3k76494




      21.3k76494









      asked Nov 11 '17 at 9:34









      nazar2sfive

      84651946




      84651946




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          9
          down vote













          You may create a new keyboard shortcut for the command



          gnome-screenshot --interactive


          as an alternative.



          To do that follow the steps.



          1. Open Settings > Devices > Keyboard and scroll down to the bottom.

          2. Click on the + symbol. A dialogue should pop up.

          3. Enter any name you like in the Name box.

          4. Enter gnome-screenshot --interactive in the Command box.

          5. Click on the Set Shortcut... button and set any keyboard combination which doesn't cause any conflict, for example Super+Print.

          6. Log out and log in again.

          Now whenever you press Super+Print a window offering various screenshot options (whole screen/current window/selected area) should appear. Once you take the screenshot it will offer you to choose the location to save the screenshot as in the image in your question.



          For convenience you may first change the shortcut for "Save a screenshot to Pictures" in the keyboard shortcut list to something else like Super+Print and assign Print to the custom shortcut you just created.




          Also the command gnome-screenshot -a -c lets you capture an area and copy the image to the clipboard.






          share|improve this answer



















          • 1




            This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
            – nazar2sfive
            Nov 11 '17 at 12:20










          • @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
            – pomsky
            Nov 11 '17 at 13:20










          • @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
            – pomsky
            Nov 11 '17 at 13:26










          • @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
            – Herrgott
            Jun 3 at 12:42

















          up vote
          2
          down vote













          The previous behaviour of gnome-screenshot (as illustrated in the question) was press PrtScrn, possibly with modifier keys, to take the shot and then the save-as dialogue would come up.



          No solution suggested for gnome-screenshot-3.25.0 replicates exactly that. The only way I managed was to install gnome-screenshot_3.10.1 and use apt hold to stick it there.



          Not a "good" solution technically.



          sudo apt remove gnome-screenshot


          Download the 3.10 package rather than adding the Trusty repos



          sudo apt install ./gnome-screenshot_3.10.1-0ubuntu1_i386.deb
          sudo apt-mark hold gnome-screenshot





          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f975339%2fhow-do-i-make-my-screenshot-ask-me-what-to-do-next-every-time%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            9
            down vote













            You may create a new keyboard shortcut for the command



            gnome-screenshot --interactive


            as an alternative.



            To do that follow the steps.



            1. Open Settings > Devices > Keyboard and scroll down to the bottom.

            2. Click on the + symbol. A dialogue should pop up.

            3. Enter any name you like in the Name box.

            4. Enter gnome-screenshot --interactive in the Command box.

            5. Click on the Set Shortcut... button and set any keyboard combination which doesn't cause any conflict, for example Super+Print.

            6. Log out and log in again.

            Now whenever you press Super+Print a window offering various screenshot options (whole screen/current window/selected area) should appear. Once you take the screenshot it will offer you to choose the location to save the screenshot as in the image in your question.



            For convenience you may first change the shortcut for "Save a screenshot to Pictures" in the keyboard shortcut list to something else like Super+Print and assign Print to the custom shortcut you just created.




            Also the command gnome-screenshot -a -c lets you capture an area and copy the image to the clipboard.






            share|improve this answer



















            • 1




              This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
              – nazar2sfive
              Nov 11 '17 at 12:20










            • @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
              – pomsky
              Nov 11 '17 at 13:20










            • @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
              – pomsky
              Nov 11 '17 at 13:26










            • @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
              – Herrgott
              Jun 3 at 12:42














            up vote
            9
            down vote













            You may create a new keyboard shortcut for the command



            gnome-screenshot --interactive


            as an alternative.



            To do that follow the steps.



            1. Open Settings > Devices > Keyboard and scroll down to the bottom.

            2. Click on the + symbol. A dialogue should pop up.

            3. Enter any name you like in the Name box.

            4. Enter gnome-screenshot --interactive in the Command box.

            5. Click on the Set Shortcut... button and set any keyboard combination which doesn't cause any conflict, for example Super+Print.

            6. Log out and log in again.

            Now whenever you press Super+Print a window offering various screenshot options (whole screen/current window/selected area) should appear. Once you take the screenshot it will offer you to choose the location to save the screenshot as in the image in your question.



            For convenience you may first change the shortcut for "Save a screenshot to Pictures" in the keyboard shortcut list to something else like Super+Print and assign Print to the custom shortcut you just created.




            Also the command gnome-screenshot -a -c lets you capture an area and copy the image to the clipboard.






            share|improve this answer



















            • 1




              This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
              – nazar2sfive
              Nov 11 '17 at 12:20










            • @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
              – pomsky
              Nov 11 '17 at 13:20










            • @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
              – pomsky
              Nov 11 '17 at 13:26










            • @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
              – Herrgott
              Jun 3 at 12:42












            up vote
            9
            down vote










            up vote
            9
            down vote









            You may create a new keyboard shortcut for the command



            gnome-screenshot --interactive


            as an alternative.



            To do that follow the steps.



            1. Open Settings > Devices > Keyboard and scroll down to the bottom.

            2. Click on the + symbol. A dialogue should pop up.

            3. Enter any name you like in the Name box.

            4. Enter gnome-screenshot --interactive in the Command box.

            5. Click on the Set Shortcut... button and set any keyboard combination which doesn't cause any conflict, for example Super+Print.

            6. Log out and log in again.

            Now whenever you press Super+Print a window offering various screenshot options (whole screen/current window/selected area) should appear. Once you take the screenshot it will offer you to choose the location to save the screenshot as in the image in your question.



            For convenience you may first change the shortcut for "Save a screenshot to Pictures" in the keyboard shortcut list to something else like Super+Print and assign Print to the custom shortcut you just created.




            Also the command gnome-screenshot -a -c lets you capture an area and copy the image to the clipboard.






            share|improve this answer















            You may create a new keyboard shortcut for the command



            gnome-screenshot --interactive


            as an alternative.



            To do that follow the steps.



            1. Open Settings > Devices > Keyboard and scroll down to the bottom.

            2. Click on the + symbol. A dialogue should pop up.

            3. Enter any name you like in the Name box.

            4. Enter gnome-screenshot --interactive in the Command box.

            5. Click on the Set Shortcut... button and set any keyboard combination which doesn't cause any conflict, for example Super+Print.

            6. Log out and log in again.

            Now whenever you press Super+Print a window offering various screenshot options (whole screen/current window/selected area) should appear. Once you take the screenshot it will offer you to choose the location to save the screenshot as in the image in your question.



            For convenience you may first change the shortcut for "Save a screenshot to Pictures" in the keyboard shortcut list to something else like Super+Print and assign Print to the custom shortcut you just created.




            Also the command gnome-screenshot -a -c lets you capture an area and copy the image to the clipboard.







            share|improve this answer















            share|improve this answer



            share|improve this answer








            edited Dec 6 '17 at 18:23


























            answered Nov 11 '17 at 9:37









            pomsky

            21.3k76494




            21.3k76494







            • 1




              This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
              – nazar2sfive
              Nov 11 '17 at 12:20










            • @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
              – pomsky
              Nov 11 '17 at 13:20










            • @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
              – pomsky
              Nov 11 '17 at 13:26










            • @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
              – Herrgott
              Jun 3 at 12:42












            • 1




              This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
              – nazar2sfive
              Nov 11 '17 at 12:20










            • @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
              – pomsky
              Nov 11 '17 at 13:20










            • @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
              – pomsky
              Nov 11 '17 at 13:26










            • @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
              – Herrgott
              Jun 3 at 12:42







            1




            1




            This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
            – nazar2sfive
            Nov 11 '17 at 12:20




            This works but when i press Shift+print it shows the dialogue to choose to grab an area.. when i am finishing grabbing the area only then dialogue comes that allows me to choose a location to save. I want to cut the first step. I want the following. 1st press Shift+print .. which will allow me to grab an area.. and immediately after it provide me with the option to save to a particular location or clipboard.
            – nazar2sfive
            Nov 11 '17 at 12:20












            @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
            – pomsky
            Nov 11 '17 at 13:20




            @nazar2sfive Unfortunately, it seems not possible with gnome-screenshot. For some reason GNOME developers think all the users always want to save screenshots in the default folder! A command to capture an area is gnome-screenshot -a, but if you run it, it will save the screenshot in the default folder without showing any prompt.
            – pomsky
            Nov 11 '17 at 13:20












            @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
            – pomsky
            Nov 11 '17 at 13:26




            @nazar2sfive and the command gnome-screenshot -a -c lets you capture an area and copy the image to clipboard.
            – pomsky
            Nov 11 '17 at 13:26












            @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
            – Herrgott
            Jun 3 at 12:42




            @pomsky this method is definitely better than without it. But you cannot preview captured image before posting/sending
            – Herrgott
            Jun 3 at 12:42












            up vote
            2
            down vote













            The previous behaviour of gnome-screenshot (as illustrated in the question) was press PrtScrn, possibly with modifier keys, to take the shot and then the save-as dialogue would come up.



            No solution suggested for gnome-screenshot-3.25.0 replicates exactly that. The only way I managed was to install gnome-screenshot_3.10.1 and use apt hold to stick it there.



            Not a "good" solution technically.



            sudo apt remove gnome-screenshot


            Download the 3.10 package rather than adding the Trusty repos



            sudo apt install ./gnome-screenshot_3.10.1-0ubuntu1_i386.deb
            sudo apt-mark hold gnome-screenshot





            share|improve this answer

























              up vote
              2
              down vote













              The previous behaviour of gnome-screenshot (as illustrated in the question) was press PrtScrn, possibly with modifier keys, to take the shot and then the save-as dialogue would come up.



              No solution suggested for gnome-screenshot-3.25.0 replicates exactly that. The only way I managed was to install gnome-screenshot_3.10.1 and use apt hold to stick it there.



              Not a "good" solution technically.



              sudo apt remove gnome-screenshot


              Download the 3.10 package rather than adding the Trusty repos



              sudo apt install ./gnome-screenshot_3.10.1-0ubuntu1_i386.deb
              sudo apt-mark hold gnome-screenshot





              share|improve this answer























                up vote
                2
                down vote










                up vote
                2
                down vote









                The previous behaviour of gnome-screenshot (as illustrated in the question) was press PrtScrn, possibly with modifier keys, to take the shot and then the save-as dialogue would come up.



                No solution suggested for gnome-screenshot-3.25.0 replicates exactly that. The only way I managed was to install gnome-screenshot_3.10.1 and use apt hold to stick it there.



                Not a "good" solution technically.



                sudo apt remove gnome-screenshot


                Download the 3.10 package rather than adding the Trusty repos



                sudo apt install ./gnome-screenshot_3.10.1-0ubuntu1_i386.deb
                sudo apt-mark hold gnome-screenshot





                share|improve this answer













                The previous behaviour of gnome-screenshot (as illustrated in the question) was press PrtScrn, possibly with modifier keys, to take the shot and then the save-as dialogue would come up.



                No solution suggested for gnome-screenshot-3.25.0 replicates exactly that. The only way I managed was to install gnome-screenshot_3.10.1 and use apt hold to stick it there.



                Not a "good" solution technically.



                sudo apt remove gnome-screenshot


                Download the 3.10 package rather than adding the Trusty repos



                sudo apt install ./gnome-screenshot_3.10.1-0ubuntu1_i386.deb
                sudo apt-mark hold gnome-screenshot






                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered Jun 9 at 10:01









                Matthew Malthouse

                211




                211






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f975339%2fhow-do-i-make-my-screenshot-ask-me-what-to-do-next-every-time%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?