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 678116 - closing window which pops up when usb is connected
closing window which pops up when usb is connected
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-14 17:17 UTC by Chris Wilson
Modified: 2013-08-30 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autorun: cancel fallback autorun dialog on Ctrl+Q (944 bytes, patch)
2012-06-14 19:43 UTC, Cosimo Cecchi
needs-work Details | Review

Description Chris Wilson 2012-06-14 17:17:22 UTC
Originally reported at https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/925340

I plug a phone via usb and a window pops up asking me what to do. ctrl+q should probably work same way as cancel button.
Comment 1 Cosimo Cecchi 2012-06-14 19:43:51 UTC
Created attachment 216454 [details] [review]
autorun: cancel fallback autorun dialog on Ctrl+Q
Comment 2 Bastien Nocera 2012-06-18 08:57:49 UTC
Review of attachment 216454 [details] [review]:

::: plugins/automount/gsd-autorun.c
@@ +599,3 @@
 	}
+
+        if ((event->keyval == GDK_KEY_q) && ((event->state & GDK_CONTROL_MASK) != 0)) {

That would make Ctrl+Alt+q work, but not Ctrl+Alt+Q (with Shift on, for example).
Comment 3 Bastien Nocera 2013-03-28 07:49:00 UTC
Automount is handled by gnome-shell.
Comment 4 Allan Day 2013-08-30 11:09:06 UTC
I think we use notifications for hotplugged devices this now, so the problem shouldn't present itself. Let me know if I'm wrong.