Ticket #32 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

Bug with python

Reported by: Gounlaf Owned by: somebody
Priority: major Milestone:
Component: guake Version:
Keywords: svn,python Cc:

Description

Hi. I'have this bug with the last "svn version" (update at ~ 01:20 GMT+1) I'have some probleme with other soft who use python (emesene)

gounlaf@c3x-laptop:~$ guake -q
Traceback (most recent call last):
  File "/usr/local/lib/guake/guake.py", line 1143, in <module>
    g = Guake()
  File "/usr/local/lib/guake/guake.py", line 639, in __init__
    self.load_accelerators()
  File "/usr/local/lib/guake/guake.py", line 760, in load_accelerators
    key, mask = gtk.accelerator_parse(ac)
TypeError: Gtk.accelerator_parse() argument 1 must be string, not None

Change History

Changed 5 years ago by lincoln

  • status changed from new to closed
  • resolution set to invalid

Hi!

Actually, we no longer use svn version control, we're currently using git. About this bug, it's caused when gtk receives a None value instead of a string value. and I think it's already fixed in the last git release.

Try the following command to get the latest revision with guake:

$ git clone  git://repos.guake-terminal.org/guake

Feel free to reopen this bug if the problem remains.

Note: See TracTickets for help on using tickets.