Menu icon indicating copy to clipboard operation
Menu copied to clipboard

Global menu bar written in Qt

Results 54 Menu issues
Sort by recently updated
recently updated
newest added

Now that the dock it's disable by default, this feature could help for fast browsing to different instances of the same program, like Filer or maybe also browser tabs?

enhancement

Menu is leaking memory big time. How can we analyze this? So far I found out: ``` void findAppsInside(QStringList locationsContainingApps, QMenu *m_systemMenu, QFileSystemWatcher *watcher); ``` leaks memory, especially (but not...

bug
help wanted

Can we also search untranslated menu text, so that "Copy" can be found even though e.g., the German translation,"Kopieren", is shown? If we knew the untranslated text, we could do...

As hinted at in https://github.com/helloSystem/Filer/issues/151, should we use `qdbus-qt5 org.kde.KWin /Session org.kde.KWin.Session.quit` to log out of the session? It seems ot only kill KWin though, not really log out of...

Maybe we should also search in tooltips of menu items (actions), not just in their text (label) as we are doing now. Not super urgent as most menus (apart from...

Check out https://github.com/tetzank/qmenu_hud it might be an Action Search implementation! Can we learn something for Menu from it, e.g.,: * Does it work with Chromium? * Does it find items...

Menu crashes on launch on my (upgraded with `pkg`) development system with: ``` WARNING: YOUR CODE IS RELYING ON DEPRECATED FUNCTIONALITY IN THE JASPER LIBRARY. THIS FUNCTIONALITY WILL BE REMOVED...

In "About This Computer" add a link like this: https://github.com/helloSystem/ISO/issues/new?assignees=&labels=bug&template=bug_report.md&body=Any%20relevant%20system%20Information with `Any%20relevant%20system%20Information` **automatically pre-populated**: **Version (please complete the following information):** - Live ISO or installed system to disk: [e.g., Live]...

enhancement

Export Gtk3/Gnome hamburger menu items to the [global menu](https://hellosystem.github.io/docs/developer/menu.html) bar: ![image](https://user-images.githubusercontent.com/2480569/137399319-e5755dc0-e865-43b0-8ffe-eab81884e92f.png) How? Possibly using `LD_PRELOAD` trickery or a custom Gtk3 theme?

https://github.com/helloSystem/Menu/blob/actionsearch/src/appmenu/dbusmenuimporter.cpp mentioned that it originates from the dbusmenu-qt library. Possibly it would be worthwhile to consime that library instead of having https://github.com/helloSystem/Menu/tree/actionsearch/src/appmenu in this repository? https://code.launchpad.net/libdbusmenu-qt seems actively maintained. Let's...