tray-icon icon indicating copy to clipboard operation
tray-icon copied to clipboard

Tray icons for Desktop Applications.

Results 11 tray-icon issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winit](https://togithub.com/rust-windowing/winit) | dev-dependencies | minor | `0.29` -> `0.30` | --- ### Release...

As the title says, when you right-click on a tray-icon the menu pops up as normal, but if you close the menu by clicking anywhere else the program simply crashes,...

Discussion started here: https://discord.com/channels/616186924390023171/1202575785614123049 Note that we should research first whether apps actually do that. I did not find an app yet that even has different behavior for left and...

enhancement

- LeftClick - RightClick - DoubleClick Are not triggered on linux. I have found out that this is due to a limit in `libappindicator` used on linux. Is it possible...

### Is your feature request related to a problem? Please describe. I am creating a timer application system tray for macOS. I use `set_title()` to display the time remaining. Because...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eframe](https://redirect.github.com/emilk/egui/tree/master/crates/eframe) ([source](https://redirect.github.com/emilk/egui/tree/HEAD/crates/eframe)) | dev-dependencies | minor | `0.27` -> `0.29` | --- ###...

tray-icon does not create tray icons on RHEL or CentOS stream 9. Not surprising, they use a version of GNOME that doesn't support tray icons out of the box, so...

There is such event on Tauri v1 **https://docs.rs/tauri/1.6.8/tauri/enum.SystemTrayEvent.html#variant.DoubleClick**, but not on v2. Do you plan to support it ?

enhancement

I need the app to run as admin by default when autostart, so I use [task scheduler](https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page) to do this But sometimes an error message appears ` Tray(OsError(Os { code:...

> proc-macro-error is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `proc-macro-error` | | Version | `1.0.4` | | URL...