Package Details: iotas 0.2.13-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/cheywood/iotas
Licenses: GPL3
Submitter: igor-dyatlov
Maintainer: patlefort
Last Packager: patlefort
Votes: 2
Popularity: 0.44
First Submitted: 2022-04-30 15:11 (UTC)
Last Updated: 2024-04-19 03:28 (UTC)

Latest Comments

1 2 Next › Last »

Bitals commented on 2024-03-12 10:01 (UTC)

Same issue again. Waited for a couple of days to see if the miracle would work in reverse, no luck.

> b2sum iotas-0.2.9.tar.gz 
2abfec0b22375fa9451548aa487127f13befb266d7ef9c773d18c2e443f28492195f31b718a10c376b5a7db0360a4c989dd3d4589b1450f5770f5f7c4e830b21  iotas-0.2.9.tar.gz
b2sums=('e91c23800f394666fe2ee580254e74f3027232c5a94e9d499f5d3e4ab4a30dd59fc9f72ad4aa1c2a4e45e3913c1f78a22327d0810cba7b55d20d7e9eba54001f')

Bitals commented on 2024-02-23 13:51 (UTC)

There was a big wave of such cases on Github, but this is Gnome's Gitlab, so not sure if it's the same. Maybe they just changed the actual archive some time after the release, maybe something else.

patlefort commented on 2024-02-23 13:49 (UTC)

Looks like the checksum changed for me just now, weird caching issue?

Bitals commented on 2024-02-23 12:30 (UTC)

> wget https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.8/iotas-0.2.8.tar.gz                                                                                    
...
2024-02-23 15:28:07 (2.62 MB/s) - ‘iotas-0.2.8.tar.gz’ saved [1829129]

> b2sum iotas-0.2.8.tar.gz 
94f29947e8450b588e70e4430adf8e605ed7c3bd37bac09fc10134c195053c4cc2ed0cfb5a1b71b1b827427cffda6ae187bfe986c41d1c06bc8c4333f046b403  iotas-0.2.8.tar.gz

PKGBUILD contains 7e1b77de781e591ade61bbd4752002c4465cc02d93aab7cc12151f7a03641df7498b147d1241cb188710604366e0d92dd55ba5b514b2e05d9d044742448b63cf b2sum.

patlefort commented on 2024-02-23 12:23 (UTC)

Checksum is fine for me, can you try deleting and redownloading the source?

Bitals commented on 2024-02-23 12:11 (UTC)

==> Validating source files with b2sums...
iotas-0.2.8.tar.gz ... FAILED

djdeets commented on 2024-02-05 00:50 (UTC)

webkitgtk-6.0 is a missing dependency.

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)