GNOME Bugzilla – Bug 693398
sound: 'sound' and 'user-accounts' are missing from bash completions
Last modified: 2013-02-11 08:39:56 UTC
'sound' and 'user-accounts' are missing from the bash autocompletions because shell/list-panel.sh doesn't look in a data directory for .desktop's
Created attachment 235480 [details] [review] sound: fix sound missing from bash completions
Created attachment 235481 [details] [review] user-accounts: fix user-accounts missing from bash completions
Created attachment 235482 [details] [review] sound: fix sound missing from bash completions
Created attachment 235483 [details] [review] user-accounts: fix user-accounts missing from bash completions
Created attachment 235484 [details] [review] sound: fix sound missing from bash completions
Review of attachment 235483 [details] [review]: The patch doesn't seem to have anything to do with bash completions. Forgot to update the commit message ?
When shell/completions/gnome-control-center is generated from shell/gnome-control-center.in by shell/list-panel.sh, 'sound' and 'user-accounts' are missing from the command_list. These patches move things around to where list-panel.sh expects them to be.
Comment on attachment 235483 [details] [review] user-accounts: fix user-accounts missing from bash completions It's much less work to add the one-line match to the shell script.
commit d7dbcab34f6d822b8441e0dc55c221b8a7995a3a Author: Bastien Nocera <hadess@hadess.net> Date: Mon Feb 11 09:36:54 2013 +0100 shell: Add sound and user-accounts to the completion https://bugzilla.gnome.org/show_bug.cgi?id=693398