[Libreoffice-bugs] [Bug 112343] Consider porting to gdbus.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 27 18:28:10 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=112343
--- Comment #10 from Arkadiy Illarionov <qarkai at gmail.com> ---
(In reply to Samuel Mehrbrodt (CIB) from comment #9)
> (In reply to Arkadiy Illarionov from comment #8)
> > As I understand, ScreenSaverInhibitor was last user of dbus-glib and check
> > for DBus support
> > (https://opengrok.libreoffice.org/xref/core/configure.ac#9955) can be
> > changed from
> > PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.70)
> > to
> > PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.60)
> >
> > However some modules, e.g. sd/source/ui/remotecontrol/BluetoothServer.cxx,
> > use dbus and glib, so proposed change breaks build of these modules.
> >
> > I believe fixing this is more or less simple for somebody familiar with
> > build system.
>
> Can you port the BluetoothServer.cxx module also over?
I'm not sure I can do this. At least I couldn't find DBus -> GDBus API
comparison similar to https://developer.gnome.org/gio/stable/ch35s02.html.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180327/c452424b/attachment.html>
More information about the Libreoffice-bugs
mailing list