Quote:
Originally Posted by tullio0106 The icon of the desktop dosn't appear after a restart. |
You mean the icon on the windows taskbar?
If it doesn't appear, it means you had a problem with the install.
(for me it installed without problems and I still have the icon).
So you should try to undeploy it and see if the icon is back.
If not, it would be better to reinstall zdesktop.
If the zimlet give you problems, you can try setting the allowed domains manually.
If you are on windows, you can see the allowed domains with :
Code:
java -cp jetty/lib/*;jetty/common/lib/*;jetty/webapps/service/WEB-INF/lib/* -Dzimbra.config=conf/localconfig.xml com.zimbra.cs.account.ProvUtil gc default
And add all domains with :
Code:
java -cp jetty/lib/*;jetty/common/lib/*;jetty/webapps/service/WEB-INF/lib/* -Dzimbra.config=conf/localconfig.xml com.zimbra.cs.account.ProvUtil mc default zimbraProxyAllowedDomains "*"
If you are on linux, replace the ";" in the commands by ":"