Package Details: normcap 0.5.9-1

Git Clone URL: https://aur.archlinux.org/normcap.git (read-only, click to copy)
Package Base: normcap
Description: OCR powered screen-capture tool to capture information instead of images
Upstream URL: https://dynobo.github.io/normcap
Licenses: AGPL-3.0-or-later AND MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 15
Popularity: 2.83
First Submitted: 2021-11-07 21:19 (UTC)
Last Updated: 2024-11-11 17:43 (UTC)

Dependencies (17)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

yochananmarqos commented on 2023-01-22 23:55 (UTC) (edited on 2023-01-22 23:56 (UTC) by yochananmarqos)

@Tio: You're not up to date, that's why. When using AUR packages, you're expected to be up to date with the Arch Stable branch. If you're using Manjaro, the Unstable branch is on par with Arch Stable.

Tio commented on 2023-01-22 12:11 (UTC)

After the latest update when I try to open it I get:

~ >>> normcap                                                               [1]
Traceback (most recent call last):
  File "/usr/bin/normcap", line 5, in <module>
    from normcap.app import main
ModuleNotFoundError: No module named 'normcap'

dynobo commented on 2023-01-21 18:17 (UTC) (edited on 2023-01-21 18:17 (UTC) by dynobo)

@yochananmarqos: Thanks for your reply. Yes, it is with 0.3.15-2.

As normcap itself is a Qt6 application could it be, that if normcap is the first/only Qt6 application on the system, the user ends up with missing qt6-wayland?

(I recently wiped my system, so it might be that I'm in that situation)

yochananmarqos commented on 2023-01-21 17:38 (UTC)

@dynobo: qt6-wayland is optional for qt6-base. If one uses Qt 6 programs with a Wayland session, they should install it.

I can't reproduce the error. Did you update to 0.3.15-2?

dynobo commented on 2023-01-21 17:17 (UTC)

Turns out I was missing qt6-wayland. I don't know if this is a new requirement, or it got uninstalled somehow, but installing it fixed that issue. Maybe it should be added as an (optional?) dependency to the AUR package?

However, I'm getting the same ModuleNotFoundError as @archisman now...

dynobo commented on 2023-01-21 15:44 (UTC) (edited on 2023-01-21 15:51 (UTC) by dynobo)

@yochananmarqos: With a system update a while ago, normcap started to crash on startup. Any idea, what's wrong here? It only occurs with the AUR package for me, AppImage is working as well as running from source.

$ normcap -v debug
16:48:20 - INFO    - normcap:36 - Start NormCap v0.3.15
16:48:20 - DEBUG   - normcap:52 - Set XCURSOR_SIZE=24
16:48:20 - DEBUG   - normcap.gui.utils:62 - [QT] qtwarningmsg - could not find the qt platform plugin "wayland" in ""
16:48:20 - ERROR   - normcap.gui.utils:60 - [QT] qtfatalmsg - this application failed to start because no qt platform 
plugin could be initialized. reinstalling the application may fix this problem.

available platform plugins are: xcb, vkkhrdisplay, linuxfb, eglfs, minimal, minimalegl, offscreen, vnc.

[1]    14930 IOT instruction (core dumped)  normcap -v debug

@anonim-kun: Might it be possible, that you are experiencing the same issue and the AUR-Normcap just doesn't start for you, too? You can confirm this by running normcap in the terminal.

yochananmarqos commented on 2023-01-20 22:50 (UTC)

@Anonim-kun: Define "settings icon". There is only a menu and tray icon which are both displayed.

tbb commented on 2023-01-20 22:44 (UTC)

@yochananmarqos it does not have settings icon, I tried it with appimage it worked.

archisman commented on 2022-11-14 16:25 (UTC)

Fails to start with the error

$ normcap
Traceback (most recent call last):
  File "/usr/bin/normcap", line 5, in <module>
    from normcap.app import main
ModuleNotFoundError: No module named 'normcap'

yochananmarqos commented on 2022-10-16 16:54 (UTC)

@domryba: Fixed.

@tujir: Can't reproduce.