After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622911 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED OBSOLETE
Product: nautilus-sendto
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 11:24 UTC by André Klapper
Modified: 2013-07-03 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 11:24:26 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib.

See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html .

According to a quick grep this module seems to use dbus-glib:

./nautilus-sendto/configure.in:	PKG_CHECK_MODULES(BLUETOOTH, dbus-glib-1 >= $DBUS_GLIB_REQUIRED,
Comment 1 Bastien Nocera 2010-08-06 18:53:22 UTC
The gajim and pidgin plugins use dbus-glib. The Bluetooth plugin is in gnome-bluetooth.
Comment 2 Bastien Nocera 2013-07-03 07:44:25 UTC
nautilus-sendto for GNOME 3.8 only supports sending files through an email client. In the future, other sharing options will be implemented through portals (an equivalent system to Android intents).