shell: Add sound and user-accounts to the completion

https://bugzilla.gnome.org/show_bug.cgi?id=693398
This commit is contained in:
Bastien Nocera 2013-02-11 09:36:54 +01:00
parent 2a7cee4adc
commit d7dbcab34f

View file

@ -1,7 +1,7 @@
#!/bin/sh
LIST=""
for i in $1/panels/*/gnome-*panel.desktop.in.in ; do
for i in $1/panels/*/gnome-*panel.desktop.in.in $1/panels/*/data/gnome-*panel.desktop.in.in; do
basename=`basename $i`
LIST="$LIST `echo $basename | sed 's/gnome-//' | sed 's/-panel.desktop.in.in/ /'`"
done