Answers:
更新资料
从12.10开始的简便方法:
转到软件中心,搜索特定的Web应用程序并将其卸载。例如
unity-webapps-gmail 要么 unity-webapps-googledocs
适用于12.04和更早版本的Ubuntu
按Alt+ F2,运行dconf-editor。
现在转到com→规范→统一→webapps。
编辑Allowed domain value并删除不需要的条目。

为防止站点弹出窗口,请将站点URL添加到:
火狐:Edit>preferences>General> Desktop integration > exception
要么
镀铬 Settings > Extension > Desktop integration > Exception
这些Web应用程序的.desktop文件位于中~/.local/share/applications。删除这些文件(例如Googleplusgooglecom.desktop,LinkedInlinkedincom.desktop)将立即从消息传递菜单中删除条目。
如果您已经«删除»与Web应用dconf编辑器或unsettings,它仍然显示在仪表板上,那么你必须手动删除它。

做完了!
您可以使用Unsettings启用和禁用安装的网络应用:

在“ Web应用程序”选项卡中,从“预授权”(1)或“已启用”(2)字段(是中的allowed-domains和preauthorized-domains条目dconf-editor)中删除不需要的域,然后将其移至“已禁用”(3)字段中,如果您不想再要求他们了(dontask-domains中dconf-editor)。
使用“启用Web应用程序”开关(4)关闭整个Web应用程序支持。
最快的解决方案:转到浏览器的扩展名/插件设置,并禁用所有提及的ubuntu-对于Firefox,请执行以下操作:URL:about:addons chrome使用工具->扩展

您可以这样做:
sudo apt-get remove --purge unity-webapps-gmail
要么
sudo apt-get remove --purge unity-webapps-googledocs
如果要完全卸载(例如,删除任务栏图标),则--purge很重要。