Ubuntu – Can the shopping lens be changed to display results from Amazon.co.uk

shopping-lens

How can I configure the dash's shopping lens to fetch its search results from www.amazon.co.uk instead of www.amazon.com?

Is there any program for controlling the lenses or another settings under Unity for customizing them?

Best Answer

sudo nano /usr/share/applications/ubuntu-amazon-default.desktop

change to read

[Desktop Entry]
Name=Amazon
Type=Application
Icon=amazon-store
#Exec=unity-webapps-runner --amazon
Exec=unity-webapps-runner -d amazon.co.uk

is a basic workaround for the moment.