--- xfce4-weather-plugin-0.8.9/panel-plugin/weather.c.orig 2017-10-03 12:29:02.496868698 +0200 +++ xfce4-weather-plugin-0.8.9/panel-plugin/weather.c 2017-10-03 12:35:21.997765805 +0200 @@ -1852,6 +1853,9 @@ g_object_set(data->session, SOUP_SESSION_TIMEOUT, CONN_TIMEOUT, NULL); + g_object_set(data->session, SOUP_SESSION_USER_AGENT, + PACKAGE_NAME "-" PACKAGE_VERSION, NULL); + /* Set the proxy URI from environment */ proxy_uri = g_getenv("HTTP_PROXY"); if (!proxy_uri)