=== Guest77352 is now known as mfisch === mfisch is now known as Guest23361 === Guest23361 is now known as mfisch === mfisch is now known as Guest52991 === rsalveti` is now known as rsalveti [09:40] How to show an exported GMenu in unity? [17:53] How do I add menu items to unity hud? [17:54] it looks like gtk.application and something with dbusmenu? [17:55] i tried using set_menubar on my gtk.application instance with no luck [18:09] How do I add menu items to unity hud? [18:26] sgringwe, Just add menus to your application. They'll be available to HUD as long as they're compatible with appmenu. [18:27] Daekdroom, and if i don't want a menu bar in my app? [18:33] Daekdroom, i guess, what kind of menu are you talking about? a gui menu, dbusmenu? [18:44] sgringwe, A common GUI menu. Whenever appmenu exports it to the top bar (as opposed to the app window), it'll go to the HUD too. I have no idea how to do that without a menu bar in the app, though.