dmacvicar / appmenu-ng-gtk-module

Playground to solve the appmenu in Wayland via DBus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Playground to solve the appmenu in Wayland via DBus

License:GNU Lesser General Public License v2.1


Languages

Language:C 73.5%Language:Meson 26.5%