Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 393663 - Gnome3 upgrade guide: include information about delete hotkeys changes
Summary: Gnome3 upgrade guide: include information about delete hotkeys changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome3-upgrade-guide
  Show dependency tree
 
Reported: 2011-12-08 19:49 UTC by Pacho Ramos
Modified: 2011-12-15 02:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to support both Delete and Ctrl+Delete (nautilus-3.2.1-delete.patch,1.82 KB, patch)
2011-12-09 00:38 UTC, Alexandre Rostovtsev (RETIRED)
Details | Diff
patch to support both Delete and Ctrl+Delete (nautilus-3.2.1-delete.patch,1.83 KB, patch)
2011-12-09 00:52 UTC, Alexandre Rostovtsev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2011-12-08 19:49:22 UTC
Due upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=647048

People will now need to press Ctrl+Supr instead of simply Supr. As this is not obvious at all, we should either revert this decision or, at least, document this change a bit like:
https://wiki.archlinux.org/index.php/GNOME#Changing_hotkeys

Thanks

Reproducible: Always
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-09 00:38:54 UTC
Created attachment 295235 [details, diff]
patch to support both Delete and Ctrl+Delete

This has been annoying me forever too. In every other file manager on the planet the Delete key does exactly what it says, *delete* :/

Normally, I do not like to change upstream behavior defaults. However, in this particular case I am quite certain that upstream is wrong, that the new upstream behavior will confuse users with no benefit, and will only lead people to pressing Shift+Delete or Ctrl+Alt+Delete by accident.

The attached patch should restore the Delete shortcut, but Ctrl+Delete will continue to work. The only question is whether to apply the patch unconditionally or if USE=-vanilla.

Ack/nack?
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-09 00:52:17 UTC
Created attachment 295237 [details, diff]
patch to support both Delete and Ctrl+Delete

Typo.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-15 02:33:39 UTC
Committed. (We are not the only ones doing it - Ubuntu also reverted the Ctrl+Delete shortcut.)

>*nautilus-3.2.1-r1 (15 Dec 2011)
> 
>  15 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
>  +nautilus-3.2.1-r1.ebuild,
>  +files/nautilus-3.2.1-autostart-only-show-in.patch,
>  +files/nautilus-3.2.1-delete.patch,
>  +files/nautilus-3.2.1-key-press-forwarding.patch:
>  Restore the Delete keyboard shortcut for deleting files (bug #393663, thanks
>  to Pacho for reporting). Do not handle keyboard shortcuts in NautilusWindow
>  if a text entry is focused (prevents files from getting deleted when pressing
>  Delete in search entry). Only autostart in GNOME and Unity (bug #394379,
>  thanks to Marc Schiffbauer for reporting).