Package Details: iotas 0.9.3-1

Git Clone URL: https://aur.archlinux.org/iotas.git (read-only, click to copy)
Package Base: iotas
Description: Simple note taking
Upstream URL: https://gitlab.gnome.org/World/iotas
Licenses: GPL3
Submitter: igor-dyatlov
Maintainer: patlefort
Last Packager: patlefort
Votes: 3
Popularity: 0.046578
First Submitted: 2022-04-30 15:11 (UTC)
Last Updated: 2024-10-15 00:42 (UTC)

Latest Comments

« First ‹ Previous 1 2

Bitals commented on 2023-12-03 20:27 (UTC) (edited on 2023-12-03 20:41 (UTC) by Bitals)

Missing dependency:

nuspell

Users should also install dictionaries for their used languages, for example: hspell for Hebrew, libvoikko for Finnish and hunspell-... for most of the others, but they likely shouldn't be added as optional dependencies as listing them will take an entire screen.

nika commented on 2023-03-18 10:42 (UTC)

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/iotas/editor_text_view.py", line 45, in __init__
    self.__process_desktop_settings(variant)
  File "/usr/lib/python3.10/site-packages/iotas/editor_text_view.py", line 223, in __process_desktop_settings
    self.__update_font_from_system_setting(
  File "/usr/lib/python3.10/site-packages/iotas/editor_text_view.py", line 243, in __update_font_from_system_setting
    self.__update_font()
  File "/usr/lib/python3.10/site-packages/iotas/editor_text_view.py", line 141, in __update_font
    self.__css_provider.load_from_data(style.encode("utf8"))
TypeError: Gtk.CssProvider.load_from_data() takes exactly 3 arguments (2 given)

sado1 commented on 2022-06-29 17:20 (UTC)

FYI, gnome-keyring is required for Nextcloud integration, otherwise it crashes while trying to connect:

19:15:58 | nextcloud_sync_worker | ERROR | Failed to fetch password: g-dbus-error-quark: The name org.freedesktop.secrets was not provided by any .service files (2)

sado1 commented on 2022-06-29 17:14 (UTC)

gtksourceview5 is a missing dependency.