Closed issue by sm-idk on void-packages repository https://github.com/void-linux/void-packages/issues/37064 Description: ### System * xuname: Void 5.15.36_1 x86_64 AuthenticAMD uptodate rrrrrmmdnFFFFFFFF *output of ``xuname`` (part of xtools)* * package: vala-panel-appmenu-0.7.6_2 *affected package(s) including the version*: ``xbps-query -p pkgver `` ### Expected behavior Package should pull `libdbusmenu-gtk3`, `libdbusmenu-qt5` alongside just `libdbusmenu-glib` so all windows that want to use the appmenu functionality will work with `vala-panel-appmenu` out of the box. (possible that it needs `appmenu-gtk-module`, `appmenu-gtk3-module` and `appmenu-registrar` along with it, but i didn't test that out yet) ### Actual behavior None of the packages are dependencies of the `vala-panel-appmenu` package, making `vala-panel` and `vala-panel-appmenu` have the same functionality ### Steps to reproduce the behavior ```sh # xbps-install vala-panel-appmenu $ vala-panel -p appmenu #This will not work ``` ```sh # xbps-install vala-panel-appmenu libdbusmenu-gtk3 libdbusmenu-qt5 $ vala-panel -p appmenu #This will work as intended ```