I have installed WhatsApp by following these steps: Type sudo -H gedit /usr/share/applications/whatsapp-webapp.desktop in the Terminal. Copy the following text to opened screen: #!/usr/bin/env xdg-open [Desktop Entry] Name=WhatsApp GenericName=WhatsApp Comment=WhatsApp desktop webapp #Exec=webapp-container --store-session-cookies --webappUrlPatterns=https?://*.whatsapp.com/* --user-agent-string='Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36' https://web.whatsapp.com %u Exec=/opt/google/chrome/google-chrome --app=https://web.whatsapp.com/ Terminal=false Type=Application StartupNotify=true MimeType=text/plain; # If you want icon, type path of icon # Icon= Categories=Network;Application; Keywords=WhatsApp;webapp; X-Ubuntu-Gettext-Domain=WhatsApp StartupWMClass=web.whatsapp.comFinally, for keyboard shortcuts to open it, create: bash -c "wmctrl -xa web.whatsapp.com || /opt/google/chrome/google-chrome --app=https://web.whatsapp.com/"Now I want to uninstall this application. What are the steps to perform the uninstallation? (责任编辑:) |