GNOME Bugzilla – Bug 693397
shell: Add additional arguments to bash completion file
Last modified: 2013-02-11 17:38:29 UTC
fix the FIXME
Created attachment 235479 [details] [review] shell: Add additional arguments to bash completion file
Review of attachment 235479 [details] [review]: Nice, but it doesn't address the one panel that was called out in the fixme, network. It supports create-wifi, connect-hidden-wifi, connect-8021x-wifi, connect-3g, show-device
Created attachment 235573 [details] [review] shell: Add additional arguments to bash completion file
Review of attachment 235573 [details] [review]: you lost region and sound from your earlier patch
(In reply to comment #4) > you lost region and sound from your earlier patch I don't think I did…
Review of attachment 235573 [details] [review]: ::: shell/completions/gnome-control-center.in @@ +24,2 @@ for i in --overview --version @PANELS@; do + if [ keyboard = $prev ]; then Using a switch() statement would be cleaner here.
Created attachment 235714 [details] [review] shell: Add additional arguments to bash completion file
Review of attachment 235714 [details] [review]: Looks fine
Attachment 235714 [details] pushed as 2b830e0 - shell: Add additional arguments to bash completion file