~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to unity/ISSUES

  • Committer: Jason Conti
  • Date: 2010-02-18 20:17:33 UTC
  • Revision ID: jason.conti@gmail.com-20100218201733-i671lnpp0g78nyco
Adding template for empty icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gobject introspection:
2
 
----------------------
3
 
 
4
 
Gtk.ListStore.insert_with_valuesv
5
 
  signature seems incorrect
6
 
 
7
 
FIXED: GdkPixbuf.Pixbuf.new_from_data
8
 
  seems to expect first argument to be guchar instead of guchar*
9
 
 
10
 
GdkPixbuf.Pixbuf.new_from_data
11
 
  pixbufs appear extremely corrupted unless copied to a freshly allocated pixbuf
12
 
  (GdkPixbuf.Pixbuf.new(...))
13
 
 
14
 
  images from exaile cause a segmentation fault
15
 
  it appears that any icons over about 200 pixels will cause the issue
16
 
 
17
 
GLib.base64_decode
18
 
  segmentation fault
19
 
 
20
 
Gtk.Menu.popup
21
 
  has introspectable="0" in the .gir
22
 
 
23
 
Gtk.Clipboard.get requires Gdk.Atom, but no Gdk.atom_intern method exists
24
 
 
25
 
Gtk.AboutDialog.set_authors
26
 
  expects a string but should be a list
27
 
  when you give it a string, it segfaults
28
 
 
29
 
Gtk.Style
30
 
  can't access any fixed-size array fields, such as fg, bg, etc
31
 
  reference: https://bugzilla.gnome.org/show_bug.cgi?id=620577 
32
 
 
33
 
ubuntu natty:
34
 
-------------
35
 
 
36
 
Need to add gnome-panel-bonobo to the list of depends, or the applet won't show up