/appmenu-ng-gtk-module

Playground to solve the appmenu in Wayland via DBus

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

appmenu-ng-gtk-module

Nothing to see here (yet)...

This is an (incomplete) and experimental Gtk module as playground/skeleton to solve the problem of notifying a bar about appmenu dbus service and object path properties under Wayland.

Alexays/Waybar#288 (comment)

Compiling

meson build
ninja -C build

Running

GTK_MODULES=$PWD/build/gtk-3.0/libappmenu-gtk-ng-module.so yourapp

or, together with the classic appmenu-gtk-module:

GTK_MODULES=appmenu-gtk-module:$PWD/build/gtk-3.0/libappmenu-gtk-ng-module.so yourapp