Métriques du dépôt
- Stars
- (1 090 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
I will leave this issue as a reminder.
According to this link: https://docs.gtk.org/gtk3/class.StatusIcon.html
The status icon is depreciated and will be eventually removed, with no future replacement for it.
We should consider remove the functionality before this happens to avoid a wave of complains that asbru does not start or crashes, etc. Or at least have the code and the solution ready to handle the case of no tray is available.
This means we won't have any of the following functionalities in the future.
- Close or minimize to tray (Would be disappear)
- Menus from the icon, and so: no lunching terminals, clusters, favorites, about, help.
- Compact mode will exists without an icon on top (don't see the problem there in my case, I don't use it any more)
- We could still map and unmap the main window with a global shortcut to recover the interface.
I've been playing around with the concept of the global key, in my search for avoiding the mouse and I can bring the compact menu to the front and send it to the back with just keys. The absence of the icon is kind of strange thou. There is no feed back to know is running, but if I press my shortcuts it starts asbru if it was closed.