20

I'm using webapp integration and I accidentally clicked "No" when asked if I want to integrate with the website.

How can I have Firefox or Chrome reask me to integrate the site with Ubuntu?

Jorge Castro
  • 71,754

5 Answers5

14

Chromium now gives the user the opportunity to have a finer amount of control over the revocation of previous decisions such as the one showed above.

(Using the latest chromium provided in the package)

Go to "chrome://settings", then open the advanced settings section where there should be a "Desktop Integration" section with a checked checkbox ("Allow integration"), and a button. Click on the button and the websites for which you previously made a decision are listed. Removing any site from the list will re-trigger the integration step,

See:

Desktop integration settings in Chromium

  • 1
    Note that Firefox offers the same functionality through the "General" section (at the bottom of it) of the preferences panel, – Alex Abreu Aug 07 '12 at 15:24
  • +1.. Pictures and screenshots would be very much appreciated! – jokerdino Aug 07 '12 at 15:28
  • Image of desktop integration added – Alex Abreu Aug 07 '12 at 19:19
  • It works for me on Chromium, but not on Firefox. The list of sites appears empty there. Looking at dconf editor (com.canonical.unity.webapps) , allowed-domains contains a list of the site s I've already made a decision for and dontask-domains is empty there. – David Planella Aug 12 '12 at 15:43
  • 1
    Help! I don't have this "Desktop Integration" section. I have the webapps extension installed and enabled – G1i1ch Jan 15 '13 at 10:22
  • In Chromium Desktop Integration is changed to Installed Websites – Rémi Benoit Mar 18 '14 at 13:39
13
  1. On Firefox, go to Edit > Preferences > General tab.
  2. There you'll see a Desktop integration header. Click on the Exceptions... button Preferences
  3. Use the - button to remove all the website entries you'd like to be re-prompted to integrate with.
  4. Click Close

That's it :)

12

There is currently no UI for this but there is a workaround. First install dconf-tools Install dconf-tools and then run dconf-editor

Then navigate to com.canonical.unity.webapps

enter image description here

And adjust the domains allowed. To reset them all you can do this command:

gsettings reset com.canonical.unity.webapps allowed-domains

Or you can also press the 'Set to Default' button

Jorge Castro
  • 71,754
  • This answer is if you accidentally clicked "Yes", I guess. If you accidentally clicked "No", just remove from "dontask-domains", or use the Firefox UI as explained by Bruno Pereira. – Nicolas Raoul Jun 12 '13 at 08:11
  • This is no longer the best answer. There is a UI in Firefox now. – Lambart Jun 24 '14 at 03:10
4

Edit > Preferences > General.

Make sure that the Prompt integration options from any website is checked and click on the Exceptions button. From the websites list there choose the website you want to integrate and press the - button and close the dialog box and the preferences window

enter image description here

Reload the web page or visit the site again and you should be asked if you want to integrate the website features on your desktop again.

Bruno Pereira
  • 73,643
4

How to re-prompt promp for webapp to launch, unity-webapp-gmail run reinstall (tags for search engines :

In chrome -> chrome://chrome/settings/ -> advanced settings(check) -> installed websites -> Notify me when the website I am visiting can run as an application.

settings

OR

If you've already disabled the app try looking at exceptions.
Later on you may want to click the icon which is located in URL bar left to bookmark star icon.

URL bar

VedVals
  • 3,471
  • the second part of the answer is exactly what i was looking for, thank you! most of the other answers are outdated or simply don't work in chrome (v28) – amc Aug 08 '13 at 15:32