Package Details: lios-git 7eeed0be-6

Git Clone URL: https://aur.archlinux.org/lios-git.git (read-only, click to copy)
Package Base: lios-git
Description: Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform
Upstream URL: https://gitlab.com/groups/Nalin-x-Linux
Keywords: a11y accessibility OCR office
Licenses: GPL3
Conflicts: lios
Provides: lios
Submitter: chrys87
Maintainer: chrys87
Last Packager: chrys87
Votes: 11
Popularity: 0.000001
First Submitted: 2015-12-23 12:45 (UTC)
Last Updated: 2023-05-11 11:36 (UTC)

Latest Comments

« First ‹ Previous 1 2

chrys87 commented on 2019-01-19 13:07 (UTC)

Howdy djringjr,

child_conn.send(tuple(self.available_scanner_driver_list[self.preferences.scan_driver].get_available_devices()))), IndexError: list index out of range

look more like an software issue than an PKGBUILD problem to me. this is a -git package was means that it clonse the current state of development from git repository. so this may happen in unstable versions.

you may want to report this to the developer.

djringjr commented on 2019-01-18 14:42 (UTC)

Program crashes warns about ispell not being installed, it is installed, then when warning is dismissed another warning appears and lios freezes. Here are the errors when starting.

(lios:11645): Gtk-WARNING **: 09:37:41.396: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(lios:11645): Gtk-WARNING **: 09:37:41.397: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(lios:11645): Gtk-WARNING **: 09:37:41.397: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

(lios:11645): Gtk-WARNING : 09:37:41.531: Cannot connect attribute 'text' for cell renderer class 'lios+ui+gtk+tree_view+CellRendererToggle' since attribute does not exist /usr/lib/python3.7/site-packages/lios/ui/gtk/text_view.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /usr/lib/python3.7/site-packages/lios/ui/gtk/print_dialog.py:23: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import PangoCairo /usr/lib/python3.7/site-packages/lios/cam.py:19: PyGIWarning: GstVideo was imported without specifying a version first. Use gi.require_version('GstVideo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GdkX11, GstVideo /usr/lib/python3.7/site-packages/lios/ui/gtk/terminal.py:21: PyGIWarning: Vte was imported without specifying a version first. Use gi.require_version('Vte', '2.91') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, Vte Process Process-1: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, self._kwargs) File "/usr/lib/python3.7/site-packages/lios/main.py", line 654, in <lambda> child_conn.send(tuple(self.available_scanner_driver_list[self.preferences.scan_driver].get_available_devices()))), IndexError: list index out of range

chrys87 commented on 2016-09-02 14:34 (UTC)

Hi edward_81, thanks for reporting. I add VTE3.

edward_81 commented on 2016-09-02 12:46 (UTC)

missing vte3 as dep.

chrys87 commented on 2016-05-09 16:26 (UTC)

fixed: Getting "ERROR: url should not be an array" from makepkg

emmerkar commented on 2016-05-09 16:06 (UTC)

@yitzi Just comment out the line n 7 beginning with url and leave only the line beginning with source.

yitzi commented on 2016-05-04 12:11 (UTC)

Getting "ERROR: url should not be an array" from makepkg

chrys87 commented on 2016-04-18 20:43 (UTC)

dependencies added (thanks!) python-gobject python-cairo

TheSaint commented on 2016-04-18 14:51 (UTC)

missing dependencies python-gobject python-cairo