gws works fine for me
suppose this really should be fixed on patch releases...but:
as a quick test:
-clear browser
-vi /opt/zimbra/tomcat/webapps/service/zimlets/com_zimbra_ymaps/ymaps.
js
-change
http://img ->
http://gws
-reload browser
just edited mine-works fine and no reboots required
perminant change of zip:
-su zimbra
-zmzimletctl undeploy com_zimbra_ymaps
-zmzimletctl listZimlets (check all sections, if any left in the host section, rm -rf /opt/zimbra/tomcat/webapps/service/zimlets/com_zimbra_ymaps)
-cd /opt/zimbra/zimlets-extra
-mkdir ymaps
-cp com_zimbra_ymaps.zip ymaps
-cd ymaps
-unzip com_zimbra_ymaps.zip
-rm com_zimbra_ymaps.zip
-vi ymaps.
js
-find the only instance of
http://img and change to
http://gws
-:wq
-zip com_zimbra_ymaps.zip *
-zmzimletctl deploy com_zimbra_ymaps
(it will enable for default cos only-be sure to add to other cos's if needed)
if works then delete the original zip