open -> xdg-open
diff --git a/dist-setup.sh b/dist-setup.sh
index eae113e..8e3c88c 100644
--- a/dist-setup.sh
+++ b/dist-setup.sh
@@ -59,6 +59,8 @@
 echo ". ~/onos/tools/dev/bash_profile" >> ~/.bashrc
 echo "export ONOS_USER=root" >> ~/.bashrc
 
+sed -i -e 's/open/xdg-open/' ~/onos/tools/test/bin/onos-gui
+
 cat > onos/tools/test/cells/docker << EOF
 export ONOS_NIC="172.17.0.*"
 export OC1="\$(sudo docker inspect --format '{{ .NetworkSettings.IPAddress }}' onos-1)"