[rhinstaller/anaconda/pulls/203 master] Decode wifi SSIDs into strings. (#1240398)

cgwalters installerbot-noreply at redhat.com
Mon Jul 13 20:00:14 UTC 2015


Ok, this is because `type_name_mangle("GBytes")` -> `gbytes_get_type`.  This is clearly a GTK+ bug but in the meantime you could work around it by doing:

```
from gi.repository import GLib
GLib.Bytes # Force the gtype to be registered by side effect
```

This having to force types to be registered to use Glade has been a pain point with it forever.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/203


More information about the anaconda-patches mailing list