this post was submitted on 28 Jul 2024
395 points (97.6% liked)

Open Source

31133 readers
274 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Features:

  • Highly customizable
  • In-app screenshot editing
  • Upload to online platforms
  • Command-line interface (CLI)

Platforms:

  • Linux
  • Windows
  • MacOS

Link: flameshot.org.

you are viewing a single comment's thread
view the rest of the comments
[–] jjlinux@lemmy.ml 2 points 3 months ago (1 children)

It works flawlessly. Yes, currently it takes a bit of tweaking to get it working on Wayland, but once you nail it, flawless and so freaking useful. Once I started using it I find every other screen shot app lacking.

[–] PlexSheep@infosec.pub 8 points 3 months ago (1 children)

So if you have to get it working on Wayland, I don't think it works flawless. What exactly did you do?

[–] jjlinux@lemmy.ml 3 points 3 months ago* (last edited 3 months ago) (1 children)

I agree, but flawless does apply after the tweak/workaround is completed.

  • Anyway, if installed from flatpak:
sudo tee /usr/local/bin/flameshot-workaround > /dev/null <<'EOF'
#!/bin/bash
flameshot
EOF
sudo chmod a+x /usr/local/bin/flameshot-workaround

After this, just make the call from:

/usr/local/bin/flameshot-workaround

instead of:

flameshot gui
  • If installed RPM, then make the call from:
script --command "flameshot gui" /dev/null

instead of:

flameshot gui
[–] PlexSheep@infosec.pub 3 points 3 months ago (1 children)

So why do that? Seems like you're just piping the output to null?

[–] jjlinux@lemmy.ml 2 points 3 months ago (1 children)

Apparently (from what I was able to gather, but I'm certainly no dev) that nullifies the part of Gnome in Wayland that makes it fail and not capture.

Whatever the case, it's been working flawlessly for me since Fedora 38 on Gnome 44.