From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 Description of problem: Following was generated by the actions: stop sendmail; do not start sendmail automatically at boot. [root@r400x ryniker]# /usr/sbin/system-config-services /usr/sbin/system-config-services:187: DeprecationWarning: self.btnStart = self.tbrSave.append_item(_("Start"), _("Start"), None, icon, self.on_btnStart_clicked, None) /usr/sbin/system-config-services:191: DeprecationWarning: self.btnStop = self.tbrSave.append_item(_("Stop"), _("Stop"), None, icon, self.on_btnStop_clicked, None) /usr/sbin/system-config-services:195: DeprecationWarning: self.btnRestart = self.tbrSave.append_item(_("Restart"), _("Restart"), None, icon, self.on_btnRestart_clicked, None) /usr/sbin/system-config-services:197: DeprecationWarning: self.tbrSave.insert_space(3) /usr/sbin/system-config-services:201: DeprecationWarning: self.btnSave = self.tbrSave.append_item(_("_Save"), _("Save"), None, icon, self.on_mnuSave_clicked, None) /usr/sbin/system-config-services:206: DeprecationWarning: self.btnRevert = self.tbrSave.append_item(_("_Revert"), _("Revert"), None, icon, self.on_mnuRevert_clicked, None) /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainiteration is deprecated, use gtk.main_iteration instead self.warn(message, DeprecationWarning) /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead self.warn(message, DeprecationWarning) /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainquit is deprecated, use gtk.main_quit instead self.warn(message, DeprecationWarning) [root@r400x ryniker]# Version-Release number of selected component (if applicable): system-config-services-0.8.8-8 How reproducible: Didn't try Actual Results: The intended configuration changes were achieved. Expected Results: Same, without deprecation warnings. Additional info:
All the gtk.main* DeprecationWarnings are easily fixable, I'll do it right now. Unfortunately fixing the other DeprecationWarnings (toolbar/gtk.ItemFactory related) changes translatable string so this is something I want to defer until after FC3.
The 0.8.11-1 package which fixes the gtk.main*() related warnings has just been built.
Still getting this in the devel tree system-config-services-0.8.19-1: /usr/sbin/system-config-services:195: DeprecationWarning: self.btnStart = self.tbrSave.append_item(_("Start"), _("Start"), None, icon, self.on_btnStart_clicked, None) /usr/sbin/system-config-services:199: DeprecationWarning: self.btnStop = self.tbrSave.append_item(_("Stop"), _("Stop"), None, icon, self.on_btnStop_clicked, None) /usr/sbin/system-config-services:203: DeprecationWarning: self.btnRestart = self.tbrSave.append_item(_("Restart"), _("Restart"), None, icon, self.on_btnRestart_clicked, None) /usr/sbin/system-config-services:205: DeprecationWarning: self.tbrSave.insert_space(3) /usr/sbin/system-config-services:209: DeprecationWarning: self.btnSave = self.tbrSave.append_item(_("_Save"), _("Save"), None, icon, self.on_mnuSave_clicked, None) /usr/sbin/system-config-services:214: DeprecationWarning: self.btnRevert = self.tbrSave.append_item(_("_Revert"), _("Revert"), None, icon, self.on_mnuRevert_clicked, None) (Also, not arch-specific)
Supposed to be fixed in system-config-services-0.8.20-0.fc3.1 which should hit mirrors soon. Please verify.