gnome-shell-extensions-pidgin icon indicating copy to clipboard operation
gnome-shell-extensions-pidgin copied to clipboard

Update to gnome 3.12

Open Psykar opened this issue 12 years ago • 3 comments
trafficstars

Quite usable!

Icon's don't seem to, as the dbus calls are incorrect. I haven't tested with 3.4 or 3.6 however.

Psykar avatar May 01 '13 05:05 Psykar

imports.dbus is based on the old libdbus bindings. The new bindings in Gio are based on GDBus.

(To connect to the 'Changed' signal, use this._proxy.connectSignal. It's the difference between gobject signals and JS/DBus signals)

On Wed, May 1, 2013 at 3:42 PM, Patrick Ulbrich [email protected]:

imports.dbus seems to have been moved to Gio. I encountered the same problem while porting the brightness extension to GNOME 3.8.

https://gitorious.org/gnome-shell-brightness-extension/pulbs-gnome-shell-brightness-extension/commit/103ee4e47253f487be7c38cce558b42092d350d3/diffs/e22ebcf1e3d6ad596ff58ac3053eb5a2c856f5e2

— Reply to this email directly or view it on GitHubhttps://github.com/kagesenshi/gnome-shell-extensions-pidgin/pull/36#issuecomment-17301777 .

Jasper

magcius avatar May 01 '13 19:05 magcius

imports.dbus is based on the old libdbus bindings. The new bindings in Gio are based on GDBus.

(To connect to the 'Changed' signal, use this._proxy.connectSignal. It's the difference between gobject signals and JS/DBus signals)

Ah! Good to know, thank you :-)

pulb avatar May 01 '13 19:05 pulb

Yeah thanks magcius. This pull request actually has those changes in it. It was more that the icon calls specifically are failing (after changing the dbus interface)

Psykar avatar May 01 '13 21:05 Psykar