3

There are some web apps that I decided not to install initially; I selected "Do not ask again" for the prompt. Now that I have changed my mind, how do I go about installing that web app for a particular browser?

  • 1
    Possible duplicate: http://askubuntu.com/questions/165688/how-do-i-get-the-browser-to-reask-me-to-integrate-with-a-website or http://askubuntu.com/questions/228211/how-do-i-enable-a-webapp-if-i-refused-to-in-the-past?rq=1 – Kevin Bowen Jan 24 '13 at 02:59

1 Answers1

1

Open the software center and search for unity-webapps. There you can install the ones you want.

enter image description here

You can also use the command: sudo apt-get install unity-webapps-<webapp-name>

Make sure you have the following packages installed:

unity-webapps-service libunity-webapps0 xul-ext-unity libufe-xidgetter0  

You can install them with:

sudo apt-get install unity-webapps-service libunity-webapps0 xul-ext-unity libufe-xidgetter0
Seth
  • 58,122
  • Thanks, I did that and when I re-open the software center it shows that it is installed. However, when I visit the website (Google+ in this case) nothing happens. – user82692 Jan 24 '13 at 01:03
  • @user82692 What browser are you using? – Seth Jan 24 '13 at 01:14
  • Firefox 18.0.1 Also, I have tried signing out, and restarting the computer. – user82692 Jan 24 '13 at 01:57
  • Updated answer. Please try again. – Seth Jan 24 '13 at 02:07
  • That still didn't do the trick; I've been using Firefox for a couple of days now and the option to add webapps for neither Google+ nor Facebook popped up. – user82692 Jan 26 '13 at 08:02
  • Looks like this posting has the solution I needed: http://askubuntu.com/questions/165688/how-do-i-get-the-browser-to-reask-me-to-integrate-with-a-website – user82692 Jan 26 '13 at 08:10