Features/GTK3/Shell/GTK3 Port: Difference between revisions
| Line 7: | Line 7: | ||
==Current issues== | ==Current issues== | ||
===battery deviceicon | ===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 | ||
| Line 20: | Line 20: | ||
AssertionError | AssertionError | ||
===keybindings do | ===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]]. | ||