Package Details: textshot 0.1.1-1

Git Clone URL: https://aur.archlinux.org/textshot.git (read-only, click to copy)
Package Base: textshot
Description: Python tool for grabbing text via screenshot
Upstream URL: None
Licenses: MIT
Submitter: mathieu.clabaut
Maintainer: mathieu.clabaut
Last Packager: mathieu.clabaut
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-22 17:12 (UTC)
Last Updated: 2023-01-22 17:12 (UTC)

Latest Comments

j4k0xb commented on 2024-03-21 15:35 (UTC)

It installs the latest version of python-py-notifier (0.5.0) instead of 0.3.2 which is incompatible:

$ textshot
INFO: Copied "F Markdown is supported" to the clipboard
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/textshot/textshot.py", line 106, in mouseReleaseEvent
    notify_copied(ocr_result)
  File "/usr/lib/python3.11/site-packages/textshot/notifications.py", line 16, in notify_copied
    notify(f'Copied "{copied}" to the clipboard')
  File "/usr/lib/python3.11/site-packages/textshot/notifications.py", line 21, in notify
    Notification(title="TextShot", description=msg).send()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Notification' object has no attribute 'send'
[1]    28567 IOT instruction (core dumped)  textshot