| Summary: | scribus-to-double patch breaks shape insertion tool | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | andreas.vox |
| Component: | scribus | Assignee: | Dan HorĂ¡k <dan> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | alain-michel.portalis, andreas.bierfert, dan, fdc, mrceresa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | scribus-1.4.3-2.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-29 01:30:32 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: | |
|
Description
andreas.vox
2013-09-19 15:56:58 UTC
scribus-1.4.3-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/scribus-1.4.3-2.fc18 scribus-1.4.3-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/scribus-1.4.3-2.fc19 scribus-1.4.3-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/scribus-1.4.3-2.fc20 Package scribus-1.4.3-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing scribus-1.4.3-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-17232/scribus-1.4.3-2.fc20 then log in and leave karma (feedback). scribus-1.4.3-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. scribus-1.4.3-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. scribus-1.4.3-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. In 1.4.3-2.fc20, the problem persist. Confirmed it still happens. It seems to be due to[1]:
QObject::connect : Incompatible sender/receiver arguments
AutoformButtonGroup::FormSel(int,int,qreal*) --> ModeToolBar::SelShape(int,int,double*)
I changed the slots with the patch[2] and it works for me. Not sure if there is something else still lingering on...
The new source rpm is available here[3] and the koji build is here[4].
HTH,
Mario
[1] http://bugs.scribus.net/view.php?id=11738
[2] https://www.dropbox.com/s/15qlefyq4ysz776/scribus-1.4.3-to-double-fixed.patch?dl=0
[3] https://www.dropbox.com/s/tf7hbl4rgax09il/scribus-1.4.3-3.fc20.src.rpm?dl=0
[4] http://koji.fedoraproject.org/koji/taskinfo?taskID=7467066
|