Package Details: komikku 1.47.0-1

Git Clone URL: https://aur.archlinux.org/komikku.git (read-only, click to copy)
Package Base: komikku
Description: Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support
Upstream URL: https://codeberg.org/valos/Komikku
Keywords: comics gnome librem manga pinephone reader
Licenses: GPL3
Submitter: mufeed
Maintainer: Peter2469
Last Packager: Peter2469
Votes: 21
Popularity: 0.61
First Submitted: 2020-01-10 00:16 (UTC)
Last Updated: 2024-05-22 20:24 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

patlefort commented on 2023-03-30 15:01 (UTC)

Bad checksum on source.

Peter2469 commented on 2023-03-29 22:39 (UTC)

Updated to v1.17.0 with the new requirements; It starts on my machine

Peter2469 commented on 2023-03-29 22:29 (UTC)

Would have been useful if that log came up but testing it after installing the package it works with 1.16 so I will update to 1.17 with the new requirement

pcb060 commented on 2023-03-29 22:23 (UTC) (edited on 2023-03-29 22:24 (UTC) by pcb060)

Same here, but after doing killall komikku and rerunning from terminal I get this:

DB version 12
Error: An unhandled exception occurs
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/komikku/application.py", line 115, in do_command_line
    self.do_activate()
  File "/usr/lib/python3.10/site-packages/komikku/application.py", line 110, in do_activate
    self.window = ApplicationWindow(application=self, title='Komikku', icon_name=self.application_id)
  File "/usr/lib/python3.10/site-packages/komikku/application.py", line 265, in __init__
    self.assemble_window()
  File "/usr/lib/python3.10/site-packages/komikku/application.py", line 377, in assemble_window
    self.preferences = Preferences(self)
  File "/usr/lib/python3.10/site-packages/komikku/preferences.py", line 80, in __init__
    self.set_config_values()
  File "/usr/lib/python3.10/site-packages/komikku/preferences.py", line 334, in set_config_values
    self.servers_settings_subpage = PreferencesServersSettingsSubpage(self)
  File "/usr/lib/python3.10/site-packages/komikku/preferences.py", line 482, in __init__
    self.populate()
  File "/usr/lib/python3.10/site-packages/komikku/preferences.py", line 506, in populate
    for server_data in get_servers_list(order_by=('name', 'lang')):
  File "/usr/lib/python3.10/site-packages/komikku/servers/utils.py", line 231, in get_servers_list
    modules.append(importlib.import_module(name))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/komikku/servers/vizmanga/__init__.py", line 3, in <module>
    import piexif
ModuleNotFoundError: No module named 'piexif'

Peter2469 commented on 2023-03-29 22:00 (UTC)

@Bitals; No output in terminal for 25m; I did check originally for errors but sadly not it

Bitals commented on 2023-03-29 21:53 (UTC)

@Peter2469 have you tried launching it from the terminal? There often is a clue in the output.

Peter2469 commented on 2023-03-29 21:38 (UTC)

It seems to be that Komikku does not open even though it compiles successfully; I have no clue why as there is no error

Peter2469 commented on 2023-01-05 17:15 (UTC)

@bordam Thanks for the information; I have updated the dependencies with your recommendations with the new update

bordam commented on 2022-12-28 10:54 (UTC)

gtk4, python, python-pytz and python-requests can be removed from deps since they are already required by other packages (libadwaita, all python packages, python-dateparser and python-cloudscraper respectively)

UnsolvedAluminum commented on 2022-11-14 06:36 (UTC) (edited on 2022-11-14 06:37 (UTC) by UnsolvedAluminum)

@jaminW as far as I know, Komikku is closer to the traditional manga viewer/downloader without an extension system. It only has whatever sources added by the developer of the app.

There is a "local" sources, so as a workaround you can use a tool like mangal to download manga in the right format there (and use something like krename to rename the extensions if you don't have it in .cbz).

As a note, this sort of questions is better asked at the main repo of the project. The AUR page comment is for when there is an issue to installing the app from AUR or there is an issue specific to the app if you install it from AUR. This isn't where the project is hosted, so it's better to go where it is hosted per Upstream URL above and open an Issue (thread).