Ubuntu 18 how to change screenshot application to Flameshot?
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
add a comment |
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
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
add a comment |
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
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
18.04 shortcut-keys screenshot
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
add a comment |
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
add a comment |
3 Answers
3
active
oldest
votes
If you need to replace the PrtScr shortcut do the following:
Release the PrtScr binding by this command
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.
Enter name: "flameshot", command:
/usr/bin/flameshot gui.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.
add a comment |
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'
add a comment |
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.
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%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
If you need to replace the PrtScr shortcut do the following:
Release the PrtScr binding by this command
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.
Enter name: "flameshot", command:
/usr/bin/flameshot gui.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.
add a comment |
If you need to replace the PrtScr shortcut do the following:
Release the PrtScr binding by this command
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.
Enter name: "flameshot", command:
/usr/bin/flameshot gui.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.
add a comment |
If you need to replace the PrtScr shortcut do the following:
Release the PrtScr binding by this command
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.
Enter name: "flameshot", command:
/usr/bin/flameshot gui.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.
If you need to replace the PrtScr shortcut do the following:
Release the PrtScr binding by this command
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut.
Enter name: "flameshot", command:
/usr/bin/flameshot gui.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.
edited Oct 17 '18 at 9:05
community wiki
2 revs
pomsky
add a comment |
add a comment |
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'
add a comment |
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'
add a comment |
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'
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'
edited Feb 6 at 22:40
pomsky
33k11103135
33k11103135
answered Feb 6 at 11:19
MariusMarius
112
112
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
edited Mar 19 at 15:35
answered Mar 19 at 15:30
cipricuscipricus
1316
1316
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.
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%2f1036473%2fubuntu-18-how-to-change-screenshot-application-to-flameshot%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
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