You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of including C headers and source code in the repository for Wayland protocols, depend on the wayland-protocols package and use wayland-scanner to generate the needed headers and source files at build time.
The text was updated successfully, but these errors were encountered:
This adds a built-time toggle DY_DBUS_SYSTEM_BUS, which will enable
exporting the org.gtk.Actions interface on the system bus. Note that
despite the name, this D-Bus interface does not require using GTK+
at all: the implementation which exports a GActionGroup over D-Bus
is readily available in GIO.
Note that the object path is always /com/igalia/Dinghy, regardless of
whether GTK+ support is built in or not, but the well-known D-Bus name
will be either the one manually configured at build time, or one of
com.igalia.Dinghy, or com.igalia.DinghyGtk depending on whether GTK+
support is enabled.
This is the first part of the work needed for completing Igalia#15
bykov34
pushed a commit
to bykov34/cog
that referenced
this issue
Mar 14, 2024
The org.gtk.Actions interface is the one exposed by function
g_dbus_connection_export_action_group(), which is what is being
used to export the remote control interface on the system bus.
See Igalia#15
bykov34
pushed a commit
to bykov34/cog
that referenced
this issue
Mar 14, 2024
Instead of including C headers and source code in the repository for Wayland protocols, depend on the
wayland-protocols
package and usewayland-scanner
to generate the needed headers and source files at build time.The text was updated successfully, but these errors were encountered: