Search Criteria
Package Details: mcomix 3.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mcomix.git (read-only, click to copy) |
|---|---|
| Package Base: | mcomix |
| Description: | GTK comic book viewer |
| Upstream URL: | https://sourceforge.net/p/mcomix/wiki/Home/ |
| Licenses: | GPL-2.0-or-later |
| Submitter: | arojas |
| Maintainer: | qark |
| Last Packager: | qark |
| Votes: | 39 |
| Popularity: | 1.73 |
| First Submitted: | 2022-04-01 17:57 (UTC) |
| Last Updated: | 2025-09-07 13:17 (UTC) |
Dependencies (15)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- lhasa (lhasa-gitAUR, lha-gitAUR) (optional) – for lha compressed comics
- libunrar (optional) – for rar compressed comics
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (optional) – for 7z compressed comics
- python-chardet (optional) – for guessing filename encodings in archives
- python-pymupdf (optional) – for PDF comics
- unrar (rarAUR) (optional) – for rar compressed comics
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (optional) – for zip compressed comics
Latest Comments
« First ‹ Previous 1 2 3
EmberQuill commented on 2022-04-18 11:30 (UTC)
It looks like the comicthumb thumbnailer is no longer included in the package as of version 2.0.1. Any particular reason why, or was it an oversight?
abouvier commented on 2022-04-02 16:02 (UTC)
python-setuptoolsis needed inmakedepends=().malah commented on 2022-04-02 15:10 (UTC)
Thanks it works :)
qark commented on 2022-04-02 15:00 (UTC) (edited on 2022-04-02 15:10 (UTC) by qark)
is known issue if you have config from old version. Remove one value from
"bg colour"and/or"thumb bg colour"array in.config/mcomix/preferences.confto fix it.malah commented on 2022-04-02 14:51 (UTC) (edited on 2022-04-02 14:53 (UTC) by malah)
Hello, there's a missing dependency: python-wheel build can't be done without it (I don't know if it is required after)
and after installation it have this error: ❯ mcomix Traceback (most recent call last): File "/usr/bin/mcomix", line 8, in <module> sys.exit(run()) File "/usr/lib/python3.10/site-packages/mcomix/run.py", line 187, in run window = main.MainWindow(fullscreen = opts.fullscreen, is_slideshow = opts.slideshow, File "/usr/lib/python3.10/site-packages/mcomix/main.py", line 125, in init self.set_bg_colour(prefs['bg colour']) File "/usr/lib/python3.10/site-packages/mcomix/main.py", line 1000, in set_bg_colour self._event_box.modify_bg(Gtk.StateType.NORMAL, Gdk.Color(*colour)) TypeError: Color.init() takes 4 positional arguments but 5 were given
If you have a solution?
« First ‹ Previous 1 2 3