[Tip] Mapping PrtSc Button in Linux Mint #3502
samokish-ivan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hopefully this will help someone. I am running Linux Mint 21.3 Cinnamon.
I recently had issues mapping the prtsc button and tried the command:
flameshot guiWhich did not work.
So I proceeded to look for solutions, one of which was to input this command based on the properties here https://i.imgur.com/0xS8Wf2.png / https://i.imgur.com/rPQq8W7.png from which you copy the following:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/flameshot org.flameshot.FlameshotHowever, this did not work. What you have to do is add "gui" at the end:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/flameshot org.flameshot.Flameshot guiAfter this, everything will launch when you hit prtsc.
Beta Was this translation helpful? Give feedback.
All reactions