Bug 2136074
| Summary: | Does not start on EL8 - Requires gtk+ 3.24, EL8 only provides 3.22 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | RaketenAdmin <software> |
| Component: | mozo | Assignee: | Wolfgang Ulbrich <raveit65.sun> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel8 | CC: | raveit65.sun, redhat-bugzilla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mozo-1.26.2-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-06 18:33:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Confirmed. I asked upstream about to lower gtk3 version in mozo.ui https://github.com/mate-desktop/mozo/pull/78#issuecomment-1288181499 For the moment you can try out this scratch build with lower gtk3 version. https://koji.fedoraproject.org/koji/taskinfo?taskID=93468441 Thanks a lot. And I will try the scratch build. Just out of curiosity, did you change anything else apart from the gtk+ requirement in the mozo.ui in that build? No, i changed only version in ui file an test it for myself. For the moment i didn't notice any failures. I tested it also with glade and it seems ok. FEDORA-EPEL-2022-47305d9841 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-47305d9841 FEDORA-EPEL-2022-47305d9841 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-47305d9841 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-47305d9841 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: mozo does not start on EL8 (Rocky Linux 8.6) system. When trying to start it from the commandline it prompts the following: Traceback (most recent call last): File "/usr/bin/mozo", line 37, in <module> main() File "/usr/bin/mozo", line 33, in main app = MainWindow(datadir, version, sys.argv) File "/usr/lib/python3.6/site-packages/Mozo/MainWindow.py", line 60, in __init__ self.tree.add_from_file(os.path.join(self.file_path, 'mozo.ui')) GLib.Error: gtk-builder-error-quark: /usr/share/mozo/mozo.ui:5:1 Required gtk+ version 3.24, current version is 3.22 (7) To my knowledge at this time only gtk+ 3.22 is available on EL8, version 3.24 is available on EL9. When editing the requirement in the mozo.ui to 3.22 it starts fine, although I haven't checked all of its functionalities. Version-Release number of selected component (if applicable): mozo-1.26.1-2.el8.noarch How reproducible: Every time Steps to Reproduce: 1. Try "Edit Menus" or try to start mozo via command line on EL8 system.