-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux] Minimize to tray (instead of closing the app) #528
Comments
Minimizing to tray by pressing a close button is native or achievable behavior for these apps, at least:
Personally, I'd pretty much prefer the behavior which is implemented in Whatsapp-desktop, for example. Kaku has a tray icon but it's not really that useful because the main app window gets just minimized to the main application panel, too. Minimizing Kaku only to tray area is impossible with the current tray implementation. Here's a screenshot illustrating the current situation (please pay attention to Whatsapp and Kaku): Screenshot - Kaku & Whatsapp tray Both Whatsapp and Kaku are minimized the same way but only Kaku is presented in the application panel, too. |
Because I don't have Linux, what I can do is quickly scan whatsapp desktop's source code, so if I misunderstood things wrong, please tell me. https://github.com/Enrico204/Whatsapp-Desktop/blob/master/app/main.js#L532-L539 Based on these lines, it looks like how they If If this is the native way in Linux, we can follow this way if needed. This can be an improvement issue. |
Yes, it is exactly as you described it. "Show Tray Icon" is toggleable option in Whatsapp-Desktop settings and behaves as you said. I'd absolutely prefer that kind of behavior for Kaku, too. Implementing "Show in tray" toggle button in Kaku Settings and similar code part would be good enough for Linux at least. 👍 |
Same for Windows 10 please. |
Bug
The application has a tray icon. As an user clicks "Close" button on the application main window, the application closes. I would prefer minimizing it to the tray and closing it by selecting such option after right-clicking the tray icon.
May need an additional application menubar with File -> Close option?
Steps to reproduce the bug
Press hard-coded "close" button. Expected the application to be minimized in the tray. Instead, the whole app closes.
What is your Kaku version?
1.9.0
What is your OS (with version number)?
Arch Linux x86_64 (KDE/Plasma 5 desktop)
The text was updated successfully, but these errors were encountered: