답변:
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}"/>
모든 것을 올바르게 수행했다면, 개요에서 Ask Ubuntu 검색 버튼이 보일 것입니다.

<Url type="text/html" method="GET" template="http://askubuntu.com/search?q={searchTerms}"/>(검색 기능을 사용하려면이 URL 문자열을 대신 사용하십시오!-궁금한 점은 아무도 언급하지 않았습니다 !!)