Building Gradia on Debian Trixie
Contents
Gradia is a screenshot annotation tool for Gnome, a desktop environment on Linux. It complements the built-in screenshot tool, or can annotate existing files.
By default, the project only ships Flatpack or Snaps, which are not terribly convenient on Debian. Here is how to build the package locally, on Debian Trixie (v13).
Dev dependencies
First, install the required dependencies:
|
|
And install this package from Debian development (SID):
|
|
(of fetch the latest python3-pytesseract version for Debian here)
Fetch the git repo
Next, clone the Git repository:
|
|
Build
Configure with Meson:
|
|
Build:
|
|
Install:
|
|
Keyboard shortcut
And then you can associate a keyboard shortcut to take a screenshot with Gradia:
- Go to the Gnome Settings → Keyboard → View and Customize Shortcuts → Custom Shortcuts.
- Name: Gradia Screenshot (for example)
- Command:
gradia --screenshot=INTERACTIVE - Shortcut: I use Super+Print, so that the built-in screenshot option is still available
Note that in Gnome settings, clicking the “X” on the dialog will save your settings. There is no save button.
LastMod 2026-04-10