this post was submitted on 28 Jul 2024
412 points (97.7% liked)

Open Source

30302 readers
1626 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
[–] PlexSheep@infosec.pub 7 points 1 month 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 1 month ago* (last edited 1 month 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 1 month ago (1 children)

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

[–] jjlinux@lemmy.ml 2 points 1 month 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.