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.000458
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 »

zuzavo commented on 2021-05-21 16:06 (UTC)

@dmitmel thanks !!!!

Vedun commented on 2021-05-21 08:57 (UTC)

dmitmel: Ooh, thank you very much!

dmitmel commented on 2021-05-21 08:15 (UTC)

Vedun: Packaged and uploaded mirage-python3 (https://aur.archlinux.org/packages/mirage-python3/)

Vedun commented on 2021-05-20 23:31 (UTC)

@zuzavo the package is on GitLab but I do not know how to create PKGBUILD :(

https://gitlab.com/thomasross/mirage

and there is DEB

https://launchpad.net/ubuntu/impish/amd64/mirage/0.11.1-1build2

zuzavo commented on 2020-05-03 19:38 (UTC) (edited on 2020-05-03 19:39 (UTC) by zuzavo)

I have searched all over github for this package ported to python3 but for now without success. :(

dmitmel commented on 2019-09-03 21:41 (UTC)

Ralf_Mardorf: I added a post_upgrade hook which notifies about this issue when upgrading to 1.x

Ralf_Mardorf commented on 2019-09-02 22:48 (UTC) (edited on 2019-09-02 22:50 (UTC) by Ralf_Mardorf)

My apologies, I should have read the comments carefully, instead of just skimming through a few of them. 1.0_pre2-2 works now. Perhaps it's worth to add a pinned comment.

dmitmel commented on 2019-09-02 20:48 (UTC)

Ralf_Mardorf, remove directory ~/.config/mirage and try running mirage again

Ralf_Mardorf commented on 2019-09-02 20:47 (UTC)

mirage 1.0_pre2-2 and 1.0_pre2-1 don't start, I needed to downgrade to 0.9.5.2-6

$ pacman -Q mirage 
mirage 1.0_pre2-2
$ mirage
Traceback (most recent call last):
  File "/usr/bin/mirage", line 30, in <module>
    app = mirage.Base()
  File "/usr/lib/python2.7/site-packages/mirage.py", line 227, in __init__
    self.read_config_and_set_settings()
  File "/usr/lib/python2.7/site-packages/mirage.py", line 714, in read_config_and_set_settings
    self.bgcolor = gtk.gdk.Color(red=bg['r'], green=bg['g'], blue=bg['b'])
TypeError: list indices must be integers, not str
$ sudo pacman -U /var/cache/aur/old/mirage-1.0_pre2-1-x86_64.pkg.tar.xz 
[snip]
$ mirage
Traceback (most recent call last):
  File "/usr/bin/mirage", line 30, in <module>
    app = mirage.Base()
  File "/usr/lib/python2.7/site-packages/mirage.py", line 227, in __init__
    self.read_config_and_set_settings()
  File "/usr/lib/python2.7/site-packages/mirage.py", line 714, in read_config_and_set_settings
    self.bgcolor = gtk.gdk.Color(red=bg['r'], green=bg['g'], blue=bg['b'])
TypeError: list indices must be integers, not str