Ubuntu 18 how to change screenshot application to Flameshot?












10















I needed to highlight some text in my screenshots and I did not know how to do it with the default screenshot app.
Flameshot is a solution. I installed it.



How can I replace the PrtScr shortcut-key so that it launches Flameshot?










share|improve this question




















  • 1





    You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

    – dsSTORM
    May 15 '18 at 11:47











  • Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

    – pomsky
    May 15 '18 at 13:01
















10















I needed to highlight some text in my screenshots and I did not know how to do it with the default screenshot app.
Flameshot is a solution. I installed it.



How can I replace the PrtScr shortcut-key so that it launches Flameshot?










share|improve this question




















  • 1





    You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

    – dsSTORM
    May 15 '18 at 11:47











  • Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

    – pomsky
    May 15 '18 at 13:01














10












10








10


3






I needed to highlight some text in my screenshots and I did not know how to do it with the default screenshot app.
Flameshot is a solution. I installed it.



How can I replace the PrtScr shortcut-key so that it launches Flameshot?










share|improve this question
















I needed to highlight some text in my screenshots and I did not know how to do it with the default screenshot app.
Flameshot is a solution. I installed it.



How can I replace the PrtScr shortcut-key so that it launches Flameshot?







18.04 shortcut-keys screenshot






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 10:29









pomsky

33k11103135




33k11103135










asked May 15 '18 at 10:36









Pavel LysenkoPavel Lysenko

5113




5113








  • 1





    You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

    – dsSTORM
    May 15 '18 at 11:47











  • Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

    – pomsky
    May 15 '18 at 13:01














  • 1





    You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

    – dsSTORM
    May 15 '18 at 11:47











  • Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

    – pomsky
    May 15 '18 at 13:01








1




1





You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

– dsSTORM
May 15 '18 at 11:47





You should cut out everything from the second sentence onward, post it as an answer and delete it from the question so that the Q&A format is mantained.

– dsSTORM
May 15 '18 at 11:47













Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

– pomsky
May 15 '18 at 13:01





Since Ask Ubuntu is a question and answer site, you should post the answer separately as @dsSTORM said. I have removed the answer part from the question, but you can find it here. Please post the answer in "Your Answer" section below. It's completely fine to answer your own question.

– pomsky
May 15 '18 at 13:01










3 Answers
3






active

oldest

votes


















18














If you need to replace the PrtScr shortcut do the following:





  1. Release the PrtScr binding by this command



    gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


  2. Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.


  3. Enter name: "flameshot", command: /usr/bin/flameshot gui.


  4. Set shortcut to PrtScr (print).



That is it. Next time you push PrtScr flameshot will be launched.





Source: Posted in the question by OP which should have been posted as an answer instead.






share|improve this answer

































    1














    Install and setup flameshot via terminal
    ... if there is no custom0 shortcut / binding
    configured



    Install flameshot:



    sudo apt install flameshot


    Release the PrtScr binding by this command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


    Set new custom binding:



    gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"


    Set name:



    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'


    Set command:



    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'


    Set binding:



    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'





    share|improve this answer

































      0














      Or simply set any shortcut (including PrtScr) to flameshot gui: as indicated in the other answers, only without the need for any other setting. You will be asked if you want to remap the key (in Xfce at least, but I guess it's the same in most desktops).



      You might consider keeping PrtScr for the default screenshot tool and use other shortcuts for flameshot, at least two I mean, because you can also capture screen with delay: for a 5-second delay, use flameshot gui -d 5000.



      More here.






      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%2f1036473%2fubuntu-18-how-to-change-screenshot-application-to-flameshot%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        18














        If you need to replace the PrtScr shortcut do the following:





        1. Release the PrtScr binding by this command



          gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


        2. Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.


        3. Enter name: "flameshot", command: /usr/bin/flameshot gui.


        4. Set shortcut to PrtScr (print).



        That is it. Next time you push PrtScr flameshot will be launched.





        Source: Posted in the question by OP which should have been posted as an answer instead.






        share|improve this answer






























          18














          If you need to replace the PrtScr shortcut do the following:





          1. Release the PrtScr binding by this command



            gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


          2. Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.


          3. Enter name: "flameshot", command: /usr/bin/flameshot gui.


          4. Set shortcut to PrtScr (print).



          That is it. Next time you push PrtScr flameshot will be launched.





          Source: Posted in the question by OP which should have been posted as an answer instead.






          share|improve this answer




























            18












            18








            18







            If you need to replace the PrtScr shortcut do the following:





            1. Release the PrtScr binding by this command



              gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


            2. Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.


            3. Enter name: "flameshot", command: /usr/bin/flameshot gui.


            4. Set shortcut to PrtScr (print).



            That is it. Next time you push PrtScr flameshot will be launched.





            Source: Posted in the question by OP which should have been posted as an answer instead.






            share|improve this answer















            If you need to replace the PrtScr shortcut do the following:





            1. Release the PrtScr binding by this command



              gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


            2. Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.


            3. Enter name: "flameshot", command: /usr/bin/flameshot gui.


            4. Set shortcut to PrtScr (print).



            That is it. Next time you push PrtScr flameshot will be launched.





            Source: Posted in the question by OP which should have been posted as an answer instead.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Oct 17 '18 at 9:05


























            community wiki





            2 revs
            pomsky


























                1














                Install and setup flameshot via terminal
                ... if there is no custom0 shortcut / binding
                configured



                Install flameshot:



                sudo apt install flameshot


                Release the PrtScr binding by this command:



                gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


                Set new custom binding:



                gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"


                Set name:



                gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'


                Set command:



                gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'


                Set binding:



                gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'





                share|improve this answer






























                  1














                  Install and setup flameshot via terminal
                  ... if there is no custom0 shortcut / binding
                  configured



                  Install flameshot:



                  sudo apt install flameshot


                  Release the PrtScr binding by this command:



                  gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


                  Set new custom binding:



                  gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"


                  Set name:



                  gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'


                  Set command:



                  gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'


                  Set binding:



                  gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'





                  share|improve this answer




























                    1












                    1








                    1







                    Install and setup flameshot via terminal
                    ... if there is no custom0 shortcut / binding
                    configured



                    Install flameshot:



                    sudo apt install flameshot


                    Release the PrtScr binding by this command:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


                    Set new custom binding:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"


                    Set name:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'


                    Set command:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'


                    Set binding:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'





                    share|improve this answer















                    Install and setup flameshot via terminal
                    ... if there is no custom0 shortcut / binding
                    configured



                    Install flameshot:



                    sudo apt install flameshot


                    Release the PrtScr binding by this command:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''


                    Set new custom binding:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"


                    Set name:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'


                    Set command:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'


                    Set binding:



                    gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Feb 6 at 22:40









                    pomsky

                    33k11103135




                    33k11103135










                    answered Feb 6 at 11:19









                    MariusMarius

                    112




                    112























                        0














                        Or simply set any shortcut (including PrtScr) to flameshot gui: as indicated in the other answers, only without the need for any other setting. You will be asked if you want to remap the key (in Xfce at least, but I guess it's the same in most desktops).



                        You might consider keeping PrtScr for the default screenshot tool and use other shortcuts for flameshot, at least two I mean, because you can also capture screen with delay: for a 5-second delay, use flameshot gui -d 5000.



                        More here.






                        share|improve this answer






























                          0














                          Or simply set any shortcut (including PrtScr) to flameshot gui: as indicated in the other answers, only without the need for any other setting. You will be asked if you want to remap the key (in Xfce at least, but I guess it's the same in most desktops).



                          You might consider keeping PrtScr for the default screenshot tool and use other shortcuts for flameshot, at least two I mean, because you can also capture screen with delay: for a 5-second delay, use flameshot gui -d 5000.



                          More here.






                          share|improve this answer




























                            0












                            0








                            0







                            Or simply set any shortcut (including PrtScr) to flameshot gui: as indicated in the other answers, only without the need for any other setting. You will be asked if you want to remap the key (in Xfce at least, but I guess it's the same in most desktops).



                            You might consider keeping PrtScr for the default screenshot tool and use other shortcuts for flameshot, at least two I mean, because you can also capture screen with delay: for a 5-second delay, use flameshot gui -d 5000.



                            More here.






                            share|improve this answer















                            Or simply set any shortcut (including PrtScr) to flameshot gui: as indicated in the other answers, only without the need for any other setting. You will be asked if you want to remap the key (in Xfce at least, but I guess it's the same in most desktops).



                            You might consider keeping PrtScr for the default screenshot tool and use other shortcuts for flameshot, at least two I mean, because you can also capture screen with delay: for a 5-second delay, use flameshot gui -d 5000.



                            More here.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Mar 19 at 15:35

























                            answered Mar 19 at 15:30









                            cipricuscipricus

                            1316




                            1316






























                                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.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036473%2fubuntu-18-how-to-change-screenshot-application-to-flameshot%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

                                How to send String Array data to Server using php in android

                                Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                                Is anime1.com a legal site for watching anime?