mirage on fedora 21 fails to start, returning the following to the terminal: $ mirage /usr/lib64/python2.7/site-packages/mirage.py:608: Warning: The property GtkWindow:allow-shrink is deprecated and shouldn't be used anymore. It will be removed in a future version. self.window.set_property('allow-shrink', False) Attempt to unlock mutex that was not locked Aborted (core dumped) Using package mirage-0.9.5.2-6.fc21.x86_64
Seeing the exact same thing. F21 updated 2014-08-01 However, if I copy /usr/lib64/python2.7/site-packages$ cp mirage.py to the desktop and run it from there, it appears to work properly (have not fully tested)
(In reply to Steven Usdansky from comment #1) > Seeing the exact same thing. F21 updated 2014-08-01 "The same thing" means that you are seeing the exactly same messages on the terminal as written on the comment 0? If so, would you attach strace log?
Found the following: https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg4458610.html and followed the link to the fix. The file ~/bin/mirage3 is the mirage.py file included in mirage-0.9.5.2-6.fc21.x86_64 ~/bin$ diff mirage3 /usr/lib64/python2.7/site-packages/mirage.py 74c74,76 < gtk.gdk.threads_init() --- > ### 20140809 RockDoctor Using fix suggested in link in: > ### https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg4458610.html > ### gtk.gdk.threads_init()
Well, while I think I can fix this issue on mirage side, probably fixing pygtk2 side so that calling gtk.gdk.threads_init() does not raise this issue. Only: #/usr/bin/python import gtk2 gtk.gdk.threads_init() raise this issue. Once changing to pygtk2.
(In reply to Mamoru TASAKA from comment #4) > probably fixing > pygtk2 side so that calling gtk.gdk.threads_init() does not raise this > issue will be preferable.
(In reply to Steven Usdansky from comment #3) > Found the following: > https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg4458610.html > and followed the link to the fix. The file ~/bin/mirage3 is the mirage.py > file included in mirage-0.9.5.2-6.fc21.x86_64 > > > ~/bin$ diff mirage3 /usr/lib64/python2.7/site-packages/mirage.py > 74c74,76 > < gtk.gdk.threads_init() > --- > > ### 20140809 RockDoctor Using fix suggested in link in: > > ### https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg4458610.html > > ### gtk.gdk.threads_init() Anyway applied this (with a bit modified) in mirage-0.9.5.2-7.fc21, thank you for info.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a reminder that Fedora 21 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 21. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '21'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 21 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.