TypeError: <gtk.Window object at 0x17cf370 (GtkWindow at 0x183b1e0)>: unknown signal name: style-updated

Bug #1040088 reported by Marius Gedminas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GTimeLog
Status tracked in Devel
Devel
Fix Released
Undecided
Unassigned

Bug Description

Run gtimelog --prefer-pygtk on a Ubuntu 12.04 or Fedora 17 and you'll get this error:

    Traceback (most recent call last):
      File "./gtimelog", line 12, in <module>
        main()
      File "./src/gtimelog/main.py", line 2253, in main
        tray_icon = icon_class(main_window)
      File "./src/gtimelog/main.py", line 1161, in __init__
        'style-updated', self.on_style_set) # Gtk+ 3
    TypeError: <gtk.Window object at 0x17cf370 (GtkWindow at 0x183b1e0)>: unknown signal name: style-updated

It was first reported by Karsten Gerloff at http://blogs.fsfe.org/gerloff/2012/07/17/gtimelog-on-fedora-17/ and brought to my attention on identi.ca (http://identi.ca/notice/95533746). I managed to reproduce it eventually (http://identi.ca/conversation/94953982#notice-96219324).

There's a workaround: show_tray_icon = no in ~/.gtimelog/gtimelogrc.

Changed in gtimelog:
status: New → Fix Committed
Revision history for this message
Marius Gedminas (mgedmin) wrote :

Fixed in 0.8.0.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.