[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
-
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 gui
Which 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.Flameshot
However, 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 gui
After this, everything will launch when you hit prtsc.
Beta Was this translation helpful? Give feedback.
All reactions