Jump to content

Flameshot: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
Wo2wz (talk | contribs)
Add solution to fractional scaling bug on Wayland
Tags: Mobile edit Mobile web edit Visual edit
 
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]]
[[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.