Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How do I remove a website from Ubuntu's web applications?

Writer Olivia Zamora

I thought I would try out the new webapps ppa and everything seems to be working fine. However, google reader now floods my messaging menu with all my feeds and turns the icon blue. How can I remove a specific site (google reader) from accessing webapps after I have accepted it?

0

10 Answers

Update

Easy way for 12.10 onwards:

Go to the Software Center and search for the specific web app and uninstall it. E.g.

unity-webapps-gmail or unity-webapps-googledocs


Hard way, for 12.04 and older Ubuntu versions

Press Alt + F2 , run dconf-editor.

Now go to com → canonical → unity → webapps.

Edit Allowed domain value and remove the undesired entry.

enter image description here

To prevent any more popups for a site, add the site URL to:

Firefox :Edit>preferences>General> Desktop integration > exception

or

Chrome : Settings > Extension > Desktop integration > Exception

1

(A small addition to Web-E's excellent answer.)

Go to the Dash → Ubuntu Software Center → search 'unity-webapps'

You'll now see a list of all the web apps supported by the Unity desktop. Web apps you've installed will have a tick mark on them, and from there installing/removing web apps should be goddamn easy!


WARNING! Do NOT remove the unity-webapps-service package (titled "Service for Web Apps integration with the Unity desktop"). This program runs the Desktop service used for Web Apps integration with Unity desktop.


Ubuntu Software Center search results for 'unity-webapps'

The .desktop files for these web applications are located in ~/.local/share/applications. Removing these files (e.g. Googleplusgooglecom.desktop, LinkedInlinkedincom.desktop) will immediately remove the entries from the messaging menu.

Source:

1

There definitely needs to be an easier way, but for now, you can use dconf-editor and remove the URL from the "allowed-domains" list at com → canonical → unity → webapps.

I couldn't find the web app in the Software Center, so I just used apt-get:

sudo apt-get remove unity-webapps-gmail

or

sudo apt-get remove unity-webapps-googledocs

If you have already «removed» the webapp with dconf-editor or unsettings and it still shows on the dash, then you have to manually delete it.

  1. Open the file manager
  2. Click View > Show Hidden Files (alternatively CTRL + h)

enter image description here

  1. Open this folder: .local
  2. Open this folder: share
  3. Open this folder: applications
  4. Search the «desktop» file you want and delete it.

Done!!

You can use Unsettings to enable and disable installed web apps:

enter image description here

In the "Web apps" tab remove the undesired domains from the "Pre-authorized" (1) or "Enabled" (2) fields (that are the allowed-domains and preauthorized-domains entries in dconf-editor) and at them to the "Disabled" (3) field, if you do not want to be asked for them any more (dontask-domains in dconf-editor).

Use the "Enable Web apps" switch (4) to switch off the whole web apps support.

Drag the webapp from the dash to the trash icon. Works for me.

1

quickest solution : go to browers' extensions/addons setting and disable all mentioning ubuntu - so for firefox do : URL : about:addons chrome use tools -> extentions

enter image description here

1

You may do :

sudo apt-get remove --purge unity-webapps-gmail

or

sudo apt-get remove --purge unity-webapps-googledocs

--purge is important if you want a complete uninstall (for instance to remove the tray icon).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy