Features/GTK3/Shell/GTK3 Port: Difference between revisions
No edit summary |
|||
| Line 7: | Line 7: | ||
==Current issues== | ==Current issues== | ||
=== | ===Battery deviceicon issue=== | ||
Gives OverflowError while registering property 'time-remaining' https://bugzilla.gnome.org/show_bug.cgi?id=680005 | Gives OverflowError while registering property 'time-remaining' https://bugzilla.gnome.org/show_bug.cgi?id=680005 | ||
=== | ===Menu palettes=== | ||
They are blinking when mouse is over the icon. | They are blinking when mouse is over the icon. | ||
| Line 20: | Line 20: | ||
AssertionError | AssertionError | ||
=== | ===Keybindings do not work=== | ||
Solved the switch from xklavier to introspectable Xkl. I've learn how to use it looking at [http://cgit.freedesktop.org/libxklavier/tree/tests/test_gi.py|this testcase]. Found that the constructor is giving a segfault and [https://bugzilla.gnome.org/show_bug.cgi?id=680202|reported a bug]. However, The keyboard is not set up yet because GConf.Client.get_list is not introspectable. Also see [[Features/GTK3/Shell#xklavier|dsd notes]]. | Solved the switch from xklavier to introspectable Xkl. I've learn how to use it looking at [http://cgit.freedesktop.org/libxklavier/tree/tests/test_gi.py|this testcase]. Found that the constructor is giving a segfault and [https://bugzilla.gnome.org/show_bug.cgi?id=680202|reported a bug]. However, The keyboard is not set up yet because GConf.Client.get_list is not introspectable. Also see [[Features/GTK3/Shell#xklavier|dsd notes]]. | ||
===Journal does not start=== | |||
The custom tree model of the Journal is being ported ([[Features/GTK3/Shell#Custom_tree_model_for_journal|see dsd notes]]). Gonzalo provided an initial patch, and I'm working over it. Current issue: gtk_tree_view_column_set_attributes () is not introspectable . A workaround is possible, but better is to add an override in pygobect. | |||
===Other issues=== | ===Other issues=== | ||
* control panel does not open, crashes sugar | * control panel does not open, crashes sugar | ||
* home, list view not being displayed | * home, list view not being displayed | ||