Package Details: gradia 1.11.3-3

Git Clone URL: https://aur.archlinux.org/gradia.git (read-only, click to copy)
Package Base: gradia
Description: Make your screenshots ready for the world.
Upstream URL: https://github.com/AlexanderVanhee/Gradia
Licenses: GPL-3.0-only
Submitter: Laminarde
Maintainer: Laminarde
Last Packager: Laminarde
Votes: 5
Popularity: 0.89
First Submitted: 2025-06-08 08:34 (UTC)
Last Updated: 2025-12-28 14:30 (UTC)

Latest Comments

1 2 Next › Last »

Laminarde commented on 2025-12-22 05:23 (UTC)

@InFerNo it should be working again.

I didn't manage to get OCR working, but I didn't try very hard either. If you want to save space, take a look at “1.10.1.”

InFerNo commented on 2025-12-21 20:55 (UTC)

I'm getting the following output after installing and running this package:

 ~  gradia
Traceback (most recent call last):
  File "/usr/bin/gradia", line 107, in <module>
    from gradia import main
  File "/usr/share/gradia/gradia/main.py", line 29, in <module>
    from gradia.ui.window import GradiaMainWindow
  File "/usr/share/gradia/gradia/ui/window.py", line 37, in <module>
    from gradia.ui.image_stack import ImageStack
  File "/usr/share/gradia/gradia/ui/image_stack.py", line 27, in <module>
    from gradia.backend.ocr import OCR
  File "/usr/share/gradia/gradia/backend/ocr.py", line 18, in <module>
    import pytesseract
ModuleNotFoundError: No module named 'pytesseract'

Candyhands commented on 2025-09-13 14:51 (UTC)

Thank you very much, it builds and works now. When I removed the dependency from the PKGBUILD myself the app didn't run after compiling, so no clue what I was doing wrong. But it's all good now.

Laminarde commented on 2025-09-13 09:15 (UTC)

@Candyhands, thanks for reporting. The dependency is fixed/removed.

Latest python-pillow includes avif, which makes python-pillow-avif-plugin obsolete.

You can remove the dependency from PKGBUILD manually or pull the latest update.

Candyhands commented on 2025-09-12 17:23 (UTC)

Package fails to build now that python-pillow-avif-plugin is no longer in the repos

Laminarde commented on 2025-07-24 06:24 (UTC)

@rockorager added dependecy, thanks.

Laminarde commented on 2025-07-24 06:00 (UTC)

@nyslay, thanks for let me know. My fist thought was why it is working at all, my second was why not ;-)

rockorager commented on 2025-07-23 16:05 (UTC)

I had to manually install gtksourceview5 for gradia to work with the latest update

nyslay commented on 2025-07-21 10:09 (UTC)

I have installed sway WM, based on clean Arch install.

Laminarde commented on 2025-07-11 14:27 (UTC)

Added, thanks nyslay.

May I know how do have installed your desktop environment?