systray icon indicating copy to clipboard operation
systray copied to clipboard

a cross platfrom Go library to place an icon and menu in the notification area

Results 23 systray issues
Sort by recently updated
recently updated
newest added

I'm trying to cross compile a systray app using goreleaser via github workflows in ci. But it fails during compilation with the following error: ![image](https://github.com/fyne-io/systray/assets/91675932/2f1fa605-8843-470f-be28-c93934491fc0)

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

By split left right click action , we can do other action on left click not just open the menu but such as show/hide window.

Building with wailsv2 on mac (11) I get this error ``` /usr/local/go/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 duplicate symbol '_OBJC_CLASS_$_AppDelegate' in: /var/folders/hn/kchz9fwn4vxbg42s6yb3d8082p9k3x/T/go-link-109134485/000003.o /var/folders/hn/kchz9fwn4vxbg42s6yb3d8082p9k3x/T/go-link-109134485/000026.o duplicate symbol '_OBJC_METACLASS_$_AppDelegate' in: /var/folders/hn/kchz9fwn4vxbg42s6yb3d8082p9k3x/T/go-link-109134485/000003.o /var/folders/hn/kchz9fwn4vxbg42s6yb3d8082p9k3x/T/go-link-109134485/000026.o...

When I try to programmatically deselect a checkbox menu item (call `Uncheck`), it doesn't work if the menu item is part of a submenu. I wrote a minimal example reproducing...

Set the title of a menu to a longer character, then restore it. The width of the menu will not be restored. ![image](https://github.com/fyne-io/systray/assets/10093992/7d2ea7f1-f1e8-4666-9211-919cb874ff66) ![image](https://github.com/fyne-io/systray/assets/10093992/9e2c7625-d470-4ca5-be43-293ffc12bac6) ![image](https://github.com/fyne-io/systray/assets/10093992/1d20657e-9edd-46d4-bc4f-9a0e9eb604c7) minimal reproducible example: ```go package...

My use case is to refresh some data each time user clicks icon and update submenus Unfortunately I don't have mac to implement it on darwin Probably related to #23

Sometimes, a menu hierarchy is not known when the application starts, and it is expensive to fully populate the menu. It would be therefore be great if a menu could...

Hello, I here a way to add a "Title" that you cannot move the mouse over above the "Quit" in the example? Thanks

I've been trying to use this package to integrate with an application written in Wails. However, whenever I try to run it, it throws an error saying ```signal: bus error```....