After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338054 - main window cannot be brought back when hidden
main window cannot be brought back when hidden
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-11 08:28 UTC by Kristian Rietveld
Modified: 2006-05-14 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Shows window when there's no tray and doesn't allow further hiding. (1.14 KB, patch)
2006-05-10 19:22 UTC, Caio Marcelo de Oliveira Filho
committed Details | Review

Description Kristian Rietveld 2006-04-11 08:28:12 UTC
If you use gossip and hide the main window (for example by accident with ESC, when you're a vi user) and don't use the notification area, there is no way to bring the main window back.  I would suggest to either not hide the main window when there's no notification area (I wonder if this can be checked?  Whether or not the notification icon for gossip exists on the screen?) or minimize the window instead of hiding it.
Comment 1 Richard Hult 2006-04-12 12:03:46 UTC
I think it is possible, I had some hack in drwright to detect when the notification area is missing. It should be a quick hack to just remove the menu item when there is no notification area.
Comment 2 Caio Marcelo de Oliveira Filho 2006-05-10 19:22:44 UTC
Created attachment 65192 [details] [review]
Shows window when there's no tray and doesn't allow further hiding.

And makes ESC use app_toggle_visibility().
Comment 3 Caio Marcelo de Oliveira Filho 2006-05-10 19:25:54 UTC
I think the patch also fixes #132632.
Comment 4 Martyn Russell 2006-05-14 14:19:10 UTC
Committed, this is great, thanks for the patch, most appreciated!