Description of problem: Gedit fails to load the Embedded Terminal plugin. At start it displays the following message: AttributeError: 'GeditTerminal' object has no attribute 'set_background_image' After the start the bottom panel option is greyed out. This is because of the changes made to gnome-terminal, like removing the support for the background image and transparency. I'm surprised it wasn't reported/fixed/noticed upstream. It might be faster for Fedora users to get the fix if it was reported here first. The fix is actually very small, not even diff-worthy. Just commenting out two lines(48,49): self.set_background_image(None) self.set_background_transparent(False) that used to set the now non-existent property. It doesn't cripple the functionality and it's not a dirty workaround.
(In reply to Kamil J. Dudek from comment #0) > > The fix is actually very small, not even diff-worthy. Just commenting out > two lines(48,49): > > self.set_background_image(None) > self.set_background_transparent(False) > > that used to set the now non-existent property. It doesn't cripple the > functionality and it's not a dirty workaround. I can confirm this issue exists. I am not sure what file is being edited to test the fix however.
gedit-plugins-3.10.1-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gedit-plugins-3.10.1-1.fc20
Package gedit-plugins-3.10.1-1.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 gedit-plugins-3.10.1-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-24064/gedit-plugins-3.10.1-1.fc20 then log in and leave karma (feedback).
gedit-plugins-3.10.1-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.