Package Details: komikku 1.43.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: 1.51
First Submitted: 2020-01-10 00:16 (UTC)
Last Updated: 2024-04-12 19:02 (UTC)

Pinned Comments

Latest Comments

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

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

Peter2469 commented on 2023-12-06 11:28 (UTC)

@simona; maybe it could be due to localization not working so maybe change it to English and try again? You can always go to the Upstream URL and report the bug there also.

simona commented on 2023-12-06 11:23 (UTC)

https://pastebin.com/1bPFEKB5

Peter2469 commented on 2023-10-21 23:19 (UTC)

@simona I am unsure how you seem to be getting these issues; I have compiled and ran the application successfully on my machine

simona commented on 2023-10-21 23:17 (UTC)

FAILED: data/info.febvre.Komikku.gresource

simona commented on 2023-10-13 07:10 (UTC)

[21/22] Generating data/info.febvre.Komikku_gresource with a custom command FAILED: data/info.febvre.Komikku.gresource /usr/bin/glib-compile-resources ../Komikku-v1.27.0/data/info.febvre.Komikku.gresource.xml --sourcedir data --sourcedir ../Komikku-v1.27.0/data --internal --generate --target data/info.febvre.Komikku.gresource --dependency-file data/info.febvre.Komikku.gresource.d ../Komikku-v1.27.0/data/info.febvre.Komikku.gresource.xml: Localizzazione di «ui/application_window.ui» non riuscita in alcuna directory sorgente. [22/22] Generating data/info.febvre.Komikku.appdata.xml with a custom command ninja: build stopped: subcommand failed.

simona commented on 2023-10-11 21:32 (UTC)

FAILED: data/info.febvre.Komikku.gresource /usr/bin/glib-compile-resources ../Komikku-v1.26.0/data/info.febvre.Komikku.gresource.xml --sourcedir data --sourcedir ../Komikku-v1.26.0/data --internal --generate --target data/info.febvre.Komikku.gresource --dependency-file data/info.febvre.Komikku.gresource.d ../Komikku-v1.26.0/data/info.febvre.Komikku.gresource.xml: Localizzazione di «ui/application_window.ui» non riuscita in alcuna directory sorgente. [21/21] Generating data/info.febvre.Komikku.appdata.xml with a custom command

Peter2469 commented on 2023-08-28 13:21 (UTC)

@nvllsvm; I personally do not have this issue; It does however seem that I do have UnicodeEncodeErrors which if I recall posted an issue months ago (probably over a year now?)

nvllsvm commented on 2023-08-28 13:15 (UTC)

Got this error with 1.22.0-1 and still getting with 1.23.0-1. Anyone seeing it?

DB version 12
Error: An unhandled exception occurs
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/komikku/application.py", line 128, in do_command_line
    self.do_activate()
  File "/usr/lib/python3.11/site-packages/komikku/application.py", line 123, in do_activate
    self.window = ApplicationWindow(application=self, title='Komikku', icon_name=self.application_id)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/application.py", line 278, in __init__
    self.assemble_window()
  File "/usr/lib/python3.11/site-packages/komikku/application.py", line 389, in assemble_window
    self.preferences = Preferences(self)
                       ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/preferences.py", line 80, in __init__
    self.set_config_values()
  File "/usr/lib/python3.11/site-packages/komikku/preferences.py", line 346, in set_config_values
    self.servers_settings_subpage = PreferencesServersSettingsSubpage(self)
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/preferences.py", line 492, in __init__
    self.keyring_helper = KeyringHelper()
                          ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/models/keyring.py", line 46, in __init__
    if not self.is_disabled or not self.has_recommended_backend:
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/models/keyring.py", line 56, in is_disabled
    return hasattr(keyring.backends, 'null') and isinstance(self.keyring, keyring.backends.null.Keyring)
                                                            ^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/komikku/models/keyring.py", line 62, in keyring
    if isinstance(current_keyring_backend, keyring.backends.chainer.ChainerBackend):
                                           ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'keyring.backends' has no attribute 'chainer'

I've opened a merge request to fix: https://gitlab.com/valos/Komikku/-/merge_requests/241