Skip to content
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

Right click on Trayicon minimize window #47

Closed
cesar19004 opened this issue Jun 17, 2022 · 2 comments · Fixed by #65
Closed

Right click on Trayicon minimize window #47

cesar19004 opened this issue Jun 17, 2022 · 2 comments · Fixed by #65

Comments

@cesar19004
Copy link
Contributor

Expected behavior

  • The app should only be shown or hidden when tray icon receives a left click
  • Right click on the tray icon should only show the context menu and not modify the state of the app

Obtained behavior

  • Right click on tray icon when the window has focus, hides the app and doesn't show the context menu
  • Right click on tray icon when the window does NOT have focus, hides the app and shows the context menu
  • Right click on tray icon when the app is hidden, shows the app and the context menu does not appear
@keshavbhatt
Copy link
Owner

  • The app should only be shown or hidden when the tray icon receives a left click

This behavior is customizable, see in the settings section of the application.
Even with all that, I am not able to guarantee if it will behave similarly on every Linux Desktop environment. Since they have their own specifications about the usage of system trays.

Can you please mention your Desktop environment so I can give it try in near future? That will be helpful.
Thank you.

@cesar19004
Copy link
Contributor Author

This behavior is customizable, see in the settings section of the application.

There is only the following option
image

Can you please mention your Desktop environment so I can give it try in near future? That will be helpful. Thank you.

  • WhatSie: v4.4 from snap
  • OS: Ubuntu 22.04 LTS
  • DE: GNOME 42.2

Thanks for your help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants