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 160100 - Ctrl+W on the desktop makes nautilus exit
Ctrl+W on the desktop makes nautilus exit
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-01 14:40 UTC by Diego González
Modified: 2005-01-28 08:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Patch fixes the bug. (1.31 KB, patch)
2005-01-28 03:19 UTC, Vinay M R
none Details | Review
Patch fixes the bug. (3.36 KB, patch)
2005-01-28 03:25 UTC, Vinay M R
none Details | Review

Description Diego González 2004-12-01 14:40:26 UTC
if you click on the desktop and press Ctrl+W nautilus quits.
Comment 1 Vincent Noel 2004-12-06 18:38:24 UTC
Incredible but true. Confirming !
Comment 2 Vinay M R 2005-01-28 03:19:53 UTC
Created attachment 36634 [details] [review]
Patch fixes the bug.
Comment 3 Vinay M R 2005-01-28 03:25:24 UTC
Created attachment 36635 [details] [review]
Patch fixes the bug.
Comment 4 Vinay M R 2005-01-28 03:32:23 UTC
Either of these two patches will fix the bug. But first patch actually avoids
the problem, where as second patch does the required UI clean up for nautilus
desktop window and prevents nautilus from quiting.
Comment 5 Alexander Larsson 2005-01-28 08:49:50 UTC
2005-01-28  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-actions.h:
	* src/nautilus-desktop-window.c:
	(nautilus_desktop_window_instance_init):
	Disable close action on desktop window (#160100)