Search Criteria
Package Details: circle-to-search 1.2.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/circle-to-search.git (read-only, click to copy) |
|---|---|
| Package Base: | circle-to-search |
| Description: | Draw to select, search with Google Lens - Linux Wayland edition |
| Upstream URL: | https://github.com/jaslrobinson/circle-to-search |
| Licenses: | MIT |
| Submitter: | jaslrobinson |
| Maintainer: | jaslrobinson |
| Last Packager: | jaslrobinson |
| Votes: | 1 |
| Popularity: | 0.60 |
| First Submitted: | 2025-12-09 18:03 (UTC) |
| Last Updated: | 2025-12-25 02:52 (UTC) |
Dependencies (11)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- python
- python-gobject
- python-pillow (python-pillow-simd-gitAUR)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR)
- grim (grim-gitAUR, grim-hyprland-gitAUR) (optional) – screenshot support for wlroots compositors (Hyprland, Sway)
- gtk-layer-shell (gtk-layer-shell-gitAUR) (optional) – live mode support (Hyprland/Sway only)
- python-pytesseract (optional) – Python bindings for tesseract
- spectacle (spectacle-gitAUR) (optional) – screenshot support for KDE Plasma
- tesseract (tesseract-gitAUR) (optional) – OCR text extraction
- tesseract-data-eng (tesseract-data-eng-gitAUR, tesseract-data-best-engAUR) (optional) – English language data for OCR
Latest Comments
yochananmarqos commented on 2025-12-28 18:16 (UTC)
@jaslrobinson: I'm using GNOME as I mentioned below.
libnotifyneeds to be added as a dependency.jaslrobinson commented on 2025-12-28 16:25 (UTC)
If you're on a wlroots compositor like Sway or Hyprland, you need grim. If you're on KDE, you need spectacle. If you're on GNOME 42+, the D-Bus API should work automatically (but requires the GNOME Shell to be running).
For the libnotify issue: You need to install libnotify: - Arch: pacman -S libnotify - Fedora: dnf install libnotify - Ubuntu/Debian: apt install libnotify-bin
jaslrobinson commented on 2025-12-28 16:21 (UTC)
@yochananmarqos: what are the details of your system?
yochananmarqos commented on 2025-12-25 18:03 (UTC)
@jaslrobinson: It still fails with 1.2.2:
By the way, there is a missing dependency on
libnotifyfor thenotify-sendcommand.jaslrobinson commented on 2025-12-25 02:50 (UTC)
replaced gnome-screenshot with the GNOME Shell D-Bus Screenshot API. 1.2.2
jaslrobinson commented on 2025-12-25 02:43 (UTC)
Fixed. The bug was that subprocess.run() raises FileNotFoundError when the executable doesn't exist, rather than returning a non-zero exit code.
Now the code catches this exception and properly falls back to checking for spectacle (KDE) or gnome-screenshot (GNOME).
yochananmarqos commented on 2025-12-25 00:40 (UTC) (edited on 2025-12-25 00:41 (UTC) by yochananmarqos)
Sorry, not working on GNOME.
gnome-screenshotis deprecated. Why is it looking forgrim?