Description of problem: Users cannot choose other shapes than rectangles when inserting a new shape. How reproducible: ALWAYS Steps to Reproduce: 1. select menu Insert -> Shape -> Special -> Tux Actual results: nothing or a rectangle is inserted Expected results: the drawing of a penguin is inserted Additional info: After reviewing your scribus-to-double patch I think the problem is that the patch changes the signature of SelShape() to (int, int, double) but doesn't adjust the connect method in the constructor of ModToolBar: connect(Rechteck, SIGNAL(FormSel(int, int, qreal *)), this, SLOT(SelShape(int, int, qreal *))); should be: connect(Rechteck, SIGNAL(FormSel(int, int, qreal *)), this, SLOT(SelShape(int, int, double *))); original report: http://bugs.scribus.net/view.php?id=11738
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