Bug 1841447
| Summary: | mcomix3 didn't open file in command argument | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Shnoulle <bugzilla> | ||||
| Component: | mcomix3 | Assignee: | Mamoru TASAKA <mtasaka> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 32 | CC: | mtasaka | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | mcomix3-0-0.7.D20191205gita098f81.fc32 | Doc Type: | --- | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-06-11 22:57:03 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: | |||||||
| Attachments: |
|
||||||
Receive error when open at command line $ mcomix3 cbz-sample.cbz 09:35:22 [MainThread] ERROR: locale file: /usr/lib/python3.8/site-packages/mcomix3/mcomix3/mcomix/messages/fr_FR/LC_MESSAGES/mcomix3.mo not found. 09:35:22 [MainThread] ERROR: locale file: /usr/share/locale/fr_FR/LC_MESSAGES/mcomix3.mo not found. 09:35:22 [MainThread] ERROR: locale file: /usr/lib/python3.8/site-packages/mcomix3/mcomix3/mcomix/messages/fr/LC_MESSAGES/mcomix3.mo not found. FEDORA-2020-a2fa1d32a3 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-a2fa1d32a3 FEDORA-2020-a2fa1d32a3 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-a2fa1d32a3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-a2fa1d32a3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. This fix the issue :) Thank you mcomix3-0-0.7.D20191205gita098f81.fc32 has been pushed to the Fedora 32 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1693262 [details] Sample of CBZ file (CC-by-sa licence) Description of problem: When try to open a cbz file with command line : the file are not open. The only way to open is to use Files/Open… menu Version-Release number of selected component (if applicable): 1.3.0.dev0 : mcomix3-0-0.5.D20191205gita098f81.fc32.src.rpm from @system How reproducible: In command line $ mcomix3 cbz-sample.cbz Steps to Reproduce: 1. Download file to your computer (Documents for example) 2. Open terminal in the same directory 3. in terminal `mcomix3 cbz-sample.cbz` 5. Open Menu : Files/Open : select the same file : picture are shown 6. Try with evince on same file `evince cbz-sample.cbz` : open Actual results: The valid cbz file are not open by arguments in command line Expected results: Open the file in arguments of command line, like evince and a lot of other do Additional info: In Caja or Nautilus : Open with shown the same issue (arguments are not opened) In Fedora 31 and before : command line arguments are readed.