Package Details: komikku 1.45.1-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: 1.03
First Submitted: 2020-01-10 00:16 (UTC)
Last Updated: 2024-04-27 17:11 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

gernn commented on 2024-04-28 00:27 (UTC)

Package fails on startup with error:

komikku Error: An unhandled exception occurs Traceback (most recent call last): File "/usr/bin/komikku", line 88, in <module> from komikku.application import Application File "/usr/lib/python3.12/site-packages/komikku/application.py", line 24, in <module> from komikku.card import CardPage File "/usr/lib/python3.12/site-packages/komikku/card/init.py", line 13, in <module> from komikku.card.categories_list import CategoriesList File "/usr/lib/python3.12/site-packages/komikku/card/categories_list.py", line 9, in <module> from komikku.models import create_db_connection File "/usr/lib/python3.12/site-packages/komikku/models/init.py", line 15, in <module> from .database.downloads import Download File "/usr/lib/python3.12/site-packages/komikku/models/database/downloads.py", line 10, in <module> from komikku.models.database.mangas import Chapter File "/usr/lib/python3.12/site-packages/komikku/models/database/mangas.py", line 14, in <module> from colorthief import ColorThief ModuleNotFoundError: No module named 'colorthief'

Overriding pip to install colorthief seems to resolve the issue, installing colorthief via the aur does not.

TheEndri99 commented on 2024-04-25 19:40 (UTC)

@Bitals I was not able to do it in a chroot. For the moment I give up. Thanks anyway!

Bitals commented on 2024-04-25 19:14 (UTC) (edited on 2024-04-25 19:15 (UTC) by Bitals)

Well, as python-eventlet is in the repos, and the call seems to come from the komikku code itself, your best bet is forcing a clean rebuild of it, preferably in a chroot

TheEndri99 commented on 2024-04-25 19:09 (UTC)

@Bitals I installed rebuild-detector and did a system update, but it did not find anything.

Bitals commented on 2024-04-25 18:48 (UTC) (edited on 2024-04-25 18:49 (UTC) by Bitals)

@TheEndri99 you probably have some python modules or komikku itself built against an outdated dependency, most likely the python package itself. Try installing rebuild-detector from the extra repo and running a system update with your preferred AUR helper or just pacman, it should notify you if any installed packages need to be rebuilt.

TheEndri99 commented on 2024-04-25 18:41 (UTC)

Hi @Peter2469, thank you for the reply! Komikku does not start at all in my case. To be sure, I removed it and reinstalled it, but with no luck. I am running Arch Linux with KDE+Wayland; I do not know if that helps.

Peter2469 commented on 2024-04-25 17:56 (UTC)

Hello @TheEndri99, I have not had this issue myself. I tested the application just now and read a chapter of a Webtoon; Maybe the server is an issue here?

TheEndri99 commented on 2024-04-25 16:55 (UTC) (edited on 2024-04-25 17:01 (UTC) by TheEndri99)

I am not able to start komikku, launching it from the terminal, I get this error:
AttributeError: module 'eventlet.green.select' has no attribute 'epoll'
Error in sys.excepthook:
Traceback (most recent call last): File "/usr/bin/komikku", line 50, in new_hook
if app.window:
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'window'

Does anybody know how to solve it?

Peter2469 commented on 2024-03-20 14:44 (UTC) (edited on 2024-03-20 14:44 (UTC) by Peter2469)

I cannot update until libadwaita updates to v1.5.0

Peter2469 commented on 2024-03-02 00:18 (UTC) (edited on 2024-03-02 00:19 (UTC) by Peter2469)

If Komikku is not starting for you then you need to wait for python-pure-protobuf to get updated to 3.0.1 where it will work again however I do not maintain the repo