Flameshot: Difference between revisions
Appearance
Created page and added instructions for building on Wayland. |
Add solution to fractional scaling bug on Wayland Tags: Mobile edit Mobile web edit Visual edit |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Troubleshooting == | |||
=== Flameshot only captures a portion of the screen === | |||
On Wayland, Flameshot might capture only the top left of the screen when fractional scaling is used. This can be solved by running it with the environment variable <code>QT_QPA_PLATFORM=xcb</code>. This will run it under X11, so Xwayland will need to be set up in your compositor. Keyboard input may not work correctly. | |||
[[Category:Applications]] |
Latest revision as of 23:30, 25 July 2025
Flameshot is a powerful screenshot and screenshot annotation tool. It allows the user to take and then draw, write text, blur, crop, and otherwise edit screenshots easily.
Wayland
To install flameshot on Wayland, add the following to your package list:
(flameshot.override { enableWlrSupport = true; })
Troubleshooting
Flameshot only captures a portion of the screen
On Wayland, Flameshot might capture only the top left of the screen when fractional scaling is used. This can be solved by running it with the environment variable QT_QPA_PLATFORM=xcb
. This will run it under X11, so Xwayland will need to be set up in your compositor. Keyboard input may not work correctly.