Review of "Input Method Panel" version 6

Details Page Preview

Input Method Panel using KDE's kimpanel protocol for Gnome-Shell

Extension Homepage
https://github.com/wengxt/gnome-shell-extension-kimpanel

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

gcampax posted a review
You're using dbus-glib from import.dbus and GDBus from imports.gi.Gio. Strange it didn't break yet. But changes in this revision seem ok, so approving.
csslayer posted a review
I'm sorry... but, imports.DBus I think it's not dbus-glib. It's the "convenient" binding in gjs.
gcampax posted a review
No, it is the old "convenient" binding, implemented using libdbus / dbus-glib. The new one lives directly in imports.gi.Gio, in the form of Gio.DBusProxy.makeProxyWrapper and Gio.DBusExportedObject.wrapJSObject (see examples in the shell for usage).