-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
5.59: With --use-tray-icon, main window minimizes to tray when unmapped #6117
Comments
I looked at all the 'before-quit' and 'close event' lines in your log, and most of the time these events showed up when you were explicitly trying to quit. But based on what you describe, it seems like this most recent close event was generated via i3? It sends a close event when you switch focus in tabbed mode?
You can make it really clear in your log by shutting down, then starting up and going through the scenario (doing pretty much nothing else) and then submitting a debug log. Then we can be really clear about what events in the log correspond to which actions from you. |
I created the debug log from a fresh session. I will do another, slower run and note the timestamps when I switched focus, etc. Will do the same with 5.58 as well to compare this. I will also generate a debug log from i3. |
I am observing the same problem here: running stock Debian 11 with Xfce4. When I hide the window in 5.58.0 but do not quit the app, then signal-desktop used to be visible in (1) the tray, (2) the list of open windows (showing upon alt-tab), and (3) in the panel area of hidden windows. Now in 5.59.0 it is gone from the alt-tab window list and from the panel area. The tray icon stays. Running like this: |
I'm having the same problem, system information: OS: Debian GNU/Linux bookworm/sid x86_64 |
@scottnonnenberg-signal By no means I want to hijack a thread by and for *NIX users, but there is a cross operating system issue. |
Same problem here. However, it seems that the window survives the first switch to another window but gets closed/sent to tray when I do it for the second time.
|
You're welcome! |
Bug Description
Since 5.59, when starting signal with
--use-tray-icon
, the main window hides itself despite not receiving a close event.I have another instance still at 5.58 which does not show this problem. I guess this might be related to b54c6f2.
Steps to Reproduce
--use-tray-icon
.Actual Result:
The signal window gets closed/hidden.
Expected Result:
The signal window stays open.
Platform Info
Signal Version: 5.59.0 production
Operating System:
Debian GNU/Linux bookworm amd64
Link to Debug Log
https://debuglogs.org/desktop/5.59.0/a8b4784118dad7dd004dc94a1a32a2429f99e69f9ffbfef2b38cd3f898bb3c68.gz
The text was updated successfully, but these errors were encountered: