Create the specific DBus (com.canonical.AppMenu.Registrar) for the global menu & gtk global menu dbus proxy
Most of the codes are from the KDE.
Go to release page, download the latest deb package, and install the deb file.
sudo apt install git cmake g++ extra-cmake-modules libxcb-util-devgit clone https://github.com/SeptemberHX/dde-globalmenu-service.gitcd dde-globalmenu-service-mastermkdir buildcd buildcmake ..make -j8 package- Install the generated *.deb file. Enable autostart from the application menu.
- edit
~/.gtkrc-2.0, addgtk-modules=appmenu-gtk-module - edit
~/.config/gtk-3.0/settings.ini, addgtk-modules=appmenu-gtk-modulein[Settings]section - log out or reboot
It needs to be built from source on your own.