回答:
gnome-shellでDuckDuckGo検索ボタンを作成するfossfreedomの回答が有用であることがわかり、この質問に回答するためのベースとして使用しました。
新しい検索プロバイダーを作成するには、google.xmlファイルをテンプレートとしてコピーします。
11.10
sudo cp /usr/share/gnome-shell/search_providers/google.xml /usr/share/gnome-shell/search_providers/askubuntu.xml
12.04
sudo cp /usr/share/gnome-shell/open-search-providers/google.xml /usr/share/gnome-shell/open-search-providers/askubuntu.xml
askubuntu.xmlファイルの次のXMLタグを変更します。
<ShortName>Ask Ubuntu</ShortName>
<Description>Ask Ubuntu Search</Description>
<Url type="text/html" method="GET" template="/ubuntu//?q={searchTerms}"/>
すべてを正しく行った場合、概要に[Ubuntuの検索]ボタンが表示されるはずです。
<Url type="text/html" method="GET" template="http://askubuntu.com/search?q={searchTerms}"/>
(検索機能を使用するには、代わりにこのURL文字列を使用してください!-好奇心が