Package Details: mirage 0.11.1-4

Git Clone URL: https://aur.archlinux.org/mirage.git (read-only, click to copy)
Package Base: mirage
Description: A fast and simple GTK+ Image Viewer
Upstream URL: https://gitlab.com/thomasross/mirage
Licenses: GPL3
Conflicts: mirage-python3
Replaces: mirage-python3
Submitter: Barthalion
Maintainer: dmitmel
Last Packager: dmitmel
Votes: 18
Popularity: 0.000527
First Submitted: 2018-01-07 16:15 (UTC)
Last Updated: 2023-05-05 21:20 (UTC)

Latest Comments

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

dmitmel commented on 2022-09-15 23:47 (UTC) (edited on 2022-09-15 23:48 (UTC) by dmitmel)

Question to the users of this package: do you mind if I merge mirage-python3 into it?

zuzavo commented on 2022-02-22 10:50 (UTC)

Thanks !!

dmitmel commented on 2022-02-22 10:47 (UTC)

zuzavo: Also fixed.

zuzavo commented on 2022-02-22 09:00 (UTC) (edited on 2022-02-22 09:02 (UTC) by zuzavo)

Hi. Thanks for solved it. I've find a broken function. Rotate the image in any way doesn't work:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/mirage/__init__.py", line 4574, in flip_image_vert
    self.flip_image_vert_or_horiz(True)
  File "/usr/lib/python3.10/site-packages/mirage/__init__.py", line 4582, in flip_image_vert_or_horiz
    self.currimg_pixbuf = self.image_flip(self.currimg_pixbuf, vertical)
  File "/usr/lib/python3.10/site-packages/mirage/__init__.py", line 6295, in image_flip
    d, w, h, rws = imgfuncs.vert(
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

Could you solve it?

dmitmel commented on 2022-02-20 09:19 (UTC)

zuzavo: Fixed.

zuzavo commented on 2022-02-19 22:11 (UTC) (edited on 2022-02-20 07:11 (UTC) by zuzavo)

Hi, It seems that Mirage doesn´t work. Running mirage in console only shows "segment fault, core dumped". Installed right now on a clean Arch install. That's all the info I can tell you.

Tio commented on 2022-01-29 14:33 (UTC)

Ah I apologize. Works now. Thank you!

dmitmel commented on 2022-01-29 14:31 (UTC)

Tio: Please see the previous comments.

Tio commented on 2022-01-29 14:28 (UTC)

I cannot make it open. Maybe this is not the place to post about this?

mirage                                                                   
Traceback (most recent call last):
  File "/usr/bin/mirage", line 27, in <module>
    import mirage
  File "/usr/lib/python2.7/site-packages/mirage.py", line 30, in <module>
    import gtk
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
    import gobject as _gobject
  File "/usr/lib/python2.7/site-packages/gobject/__init__.py", line 47, in <module>
    from gobject.constants import *
  File "/usr/lib/python2.7/site-packages/gobject/constants.py", line 24, in <module>
    import gobject._gobject
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

CanadianEngineer commented on 2022-01-18 03:07 (UTC)

dmitmel's suggestion worked. I was getting the exact same error, ran yay -S --rebuild python2-gobject2, and that solved my issue. Thanks dmitmel!