Bug 61610 - eroaster fails to start from Gnome Applications menu
Summary: eroaster fails to start from Gnome Applications menu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 05:20 UTC by Tom Hukins
Modified: 2004-01-21 19:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hukins freebsd_committer freebsd_triage 2004-01-20 05:20:22 UTC
	When starting ECLiPt Roaster from the the Gnome applications menu an error box appears giving the following information:

Traceback (most recent call last):
  File "/usr/X11R6/bin/eroaster", line 129, in ?
    app = Application()
  File "/usr/X11R6/lib/eroaster/Application.py", line 150, in __init__
    self.parsecmdline()
  File "/usr/X11R6/lib/eroaster/Application.py", line 3536, in parsecmdline
    self.cat.error(detail)
  File "/usr/X11R6/lib/eroaster/log4py.py", line 353, in error
    message = self.__Logger_collate_messages(messages)
  File "/usr/X11R6/lib/eroaster/log4py.py", line 366, in __Logger_collate_messages
    return strip(reduce(lambda x, y: "%s%s" % (x, y), messages))
  File "/usr/local/lib/python2.3/string.py", line 86, in strip
    return s.strip(chars)
AttributeError: GetoptError instance has no attribute 'strip'


In the menu, eroaster executes the following command:
eroaster --activate-goad-server=eroaster

If I simply run `eroaster` from the command line without the argument above the program starts fine.

How-To-Repeat: 	Choose ECLiPt Roaster from the Gnome Applications menu or from the command line execute:

eroaster --activate-goad-server=eroaster
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-21 19:11:59 UTC
State Changed
From-To: open->closed

Fix committed, thanks!