Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
tesseract_langpath | no | |||||
typo | fix language name typos Submitted to https://gitlab.com/Nalin-x-Linux/lios-3/merge_requests/6 Merged. |
no | ||||
Use-exact-versions-when-importing-Gtk-and-friends.patch | Use exact versions when importing Gtk and friends This is necessary in environments where Gtk-3 and Gtk-4 are both installed. Otherwise, multiple `AttributeError`s arise, e.g. ``` Traceback (most recent call last): File "/usr/bin/lios", line 19, in <module> from lios.main import * File "/usr/lib/python3.9/site-packages/lios/main.py", line 27, in <module> from lios import scanner, editor, imageview, cam, ocr, preferences, speech File "/usr/lib/python3.9/site-packages/lios/editor.py", line 20, in <module> from lios.ui.gtk import text_view, tree_view, widget, dialog, file_chooser, containers, window File "/usr/lib/python3.9/site-packages/lios/ui/gtk/widget.py", line 166, in <module> class Separator(Gtk.HSeparator): File "/usr/lib/python3.9/site-packages/gi/overrides/__init__.py", line 32, in __getattr__ return getattr(self._introspection_module, name) File "/usr/lib/python3.9/site-packages/gi/module.py", line 123, in __getattr__ raise AttributeError("%r object has no attribute %r" % ( ``` |
Mikhail Rudenko <mike.rudenko@gmail.com> | no | debian | https://github.com/zendalona/lios/commit/73fc343c | 2021-06-21 |
preference-voice-list | commit 565afb783dc50d4ec7c9d1d6caf486c26f47d1fe Preferences dialog startup fixed, speech person selection enabled, set default speech module and language using user's language |
nalin.x.linux <nalin.x.linux@gmail.com> | no | 2022-08-28 | ||
no-speechd | commit 66d339aedab326d36802ac767d00814f7647c7f9 Avoid requiring speech-dispatcher On first launch, test = speech.Speech() would require installing speech-dispatcher, otherwise it raises an exception. Handling the exception as "disable speech support" allows not requiring installing speech-dispatcher. Fixes #26 diff --git a/lios/preferences.py b/lios/preferences.py index 68e1e4c..2a661ab 100644 |
Samuel Thibault <samuel.thibault@ens-lyon.org> | no | 2023-07-21 |