Open
Description
When using Vala, the code and preview runs in a separate process.
So far, we were unable to use actions there so we had to disable/downgrade demos for Vala. See
This ticket is about enabling the usage of actions in library entries when using Vala.
See the previous description below and comments for an analysis of the issue.
Since then, the architecture changed a little bit and the external process isn't a GApplication
anymore. Instead Workench and the external process communicate via a direct dbus connection instead of via the session bus.
Please note that Flatpak apps cannot have multiple dbus targets. flatpak/flatpak#1902
Todo
- Permit usage of
GActions
in Vala examples - Upgrade Vala examples to use
GActions
like the js ones- Toasts
- Notifications