After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600267 - gnome-schedule unable to run under ubuntu 9.10
gnome-schedule unable to run under ubuntu 9.10
Status: RESOLVED DUPLICATE of bug 588091
Product: gnome-schedule
Classification: Other
Component: general
2.1.0
Other Linux
: Normal critical
: ---
Assigned To: GNOME Schedule Maintainers
GNOME Schedule Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-31 22:31 UTC by 59chip
Modified: 2009-11-01 00:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description 59chip 2009-10-31 22:31:20 UTC
jean@jean-study:~$ gnome-schedule
/usr/share/gnome-schedule/mainWindow.py:158: DeprecationWarning: Use the new widget gtk.Tooltip
  tip = gtk.Tooltips ()
/usr/share/gnome-schedule/mainWindow.py:159: DeprecationWarning: Use the new widget gtk.Tooltip
  tip.enable ()
Traceback (most recent call last):
  • File "/usr/share/gnome-schedule/gnome-schedule.py", line 74 in <module>
    mainWindow = mainWindow.main(debug_flag, False, pr, manual_poscorrect)
  • File "/usr/share/gnome-schedule/mainWindow.py", line 257 in __init__
    self.schedule_reload ()
  • File "/usr/share/gnome-schedule/mainWindow.py", line 304 in schedule_reload
    data = self.crontab.read ()
  • File "/usr/share/gnome-schedule/crontab.py", line 438 in read
    array_or_false = self.parse (line)
  • File "/usr/share/gnome-schedule/crontab.py", line 604 in parse
    success, ver, title, desc, output, display, command_d = self.get_job_data (job_id)
  • File "/usr/share/gnome-schedule/crontab.py", line 690 in get_job_data
    return True, ver, title, desc, output, display, command_d
UnboundLocalError: local variable 'display' referenced before assignment
jean@jean-study:~$
Comment 1 Fabio Durán Verdugo 2009-11-01 00:06:07 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 588091 ***