Bug 196568

Summary: system-config-services warnings
Product: Red Hat Enterprise Linux 4 Reporter: Darren <d-gitelman>
Component: system-config-servicesAssignee: Nils Philippsen <nphilipp>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-14 15:29:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Darren 2006-06-24 22:15:32 UTC
Description of problem:
Starting system-config-services from the command line produces the following
warnings, but it runs anyway.

/usr/sbin/system-config-services:197: DeprecationWarning:
  self.btnStart = self.tbrSave.append_item(_("Start"), _("Start"), None, icon,
self.on_btnStart_clicked, None)
/usr/sbin/system-config-services:201: DeprecationWarning:
  self.btnStop = self.tbrSave.append_item(_("Stop"), _("Stop"), None, icon,
self.on_btnStop_clicked, None)
/usr/sbin/system-config-services:205: DeprecationWarning:
  self.btnRestart = self.tbrSave.append_item(_("Restart"), _("Restart"), None,
icon, self.on_btnRestart_clicked, None)
/usr/sbin/system-config-services:207: DeprecationWarning:
  self.tbrSave.insert_space(3)
/usr/sbin/system-config-services:211: DeprecationWarning:
  self.btnSave = self.tbrSave.append_item(_("_Save"), _("Save"), None, icon,
self.on_mnuSave_clicked, None)
/usr/sbin/system-config-services:216: DeprecationWarning:
  self.btnRevert = self.tbrSave.append_item(_("_Revert"), _("Revert"), None,
icon, self.on_mnuRevert_clicked, None)

Version-Release number of selected component (if applicable):
  system-config-services-0.8.15-1

How reproducible:
  always

Steps to Reproduce:
1. open terminal or other command line
2. run system-config-services
3.  
  
Actual results:
  warnings

Expected results:
   no warnings

Additional info:
  It may be the case that this bug has been fixed in FC but it is not fixed for
RHEL 4, and there is no update on RHN that fixes it for RHEL 4.

Comment 1 Nils Philippsen 2008-08-14 15:29:23 UTC
Cleaning up my bugzillas I found this one, sorry it took me so long.

Anyway, while these warning messages aren't pretty to look at, I don't think they're a real bug or warrant issuing an erratum in RHEL for it -- the fix would need extensive changes in the code which would require a huge QA effort to ensure that it doesn't introduce new bugs.