Unity webapps integration search path * does not exist

Bug #1046679 reported by dmiller309
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
chromium-browser (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

The 2 Unity Chromium extensions introduced in 12.10 don't work. When I run Chromium from the terminal, I get the following messages relating to the webapps extension. I expect sites such as Google News, Gmail, or Google Calendar to offer Unity integration, but they don't, and alt-menu integration for Google Docs doesn't work either.

** Message: The unity webapps integration script search path /home/awm10/.local/share/unity-webapps/userscripts does not exist
** Message: The unity webapps integration script search path /usr/local/share/unity-webapps/userscripts does not exist
** Message: The unity webapps integration script search path /usr/share/unity-webapps/userscripts does not exist
** Message: Integration script count mismatch: some scripts are being ignored
** Message: Integration script count mismatch: some scripts are being ignored
** Message: Integration script count mismatch: some scripts are being ignored

I tried the following, but it didn't work:
* Logging out and logging back in.
* Restarting.
* Google search for the error give 0 results.
* Disabling all extensions but the Unity WebApps Chromium extension, uninstalling the Unity WebApps Chromium extension, then installing it from the local .crx.
* Firefox webapps integration (whether or not Firefox is the default browser).
* Running Chromium in the guest session to see if the extensions worked there, but Chromium in the guest session has never worked for me (probably a different bug).

The "Online Accounts" control panel section crashed when I first used it, and for some reason it now displays the Empaty logo in the left Unity menu when it is open, but I doubt this is related to the integration search path not existing. I searched my whole filesystem (/) for a file or folder named userscripts, but there are only 2 results, userscripts-up and userscripts-down, both of which are located in /usr/share/doc/ppp/examples.

The information from the reporting guidelines:
awm10@awm10-Lemur-Ultra:~$ lsb_release -rd
Description: Ubuntu quantal (development branch)
Release: 12.10

awm10@awm10-Lemur-Ultra:~$ apt-cache policy webaccounts-chromium-extension chromium-browser unity-chromium-extension webaccounts-extension-common
webaccounts-chromium-extension:
  Installed: 0.4.2-0ubuntu1
  Candidate: 0.4.2-0ubuntu1
  Version table:
 *** 0.4.2-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
        100 /var/lib/dpkg/status
chromium-browser:
  Installed: 20.0.1132.47~r144678-0ubuntu5
  Candidate: 20.0.1132.47~r144678-0ubuntu5
  Version table:
 *** 20.0.1132.47~r144678-0ubuntu5 0
        500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
        100 /var/lib/dpkg/status
unity-chromium-extension:
  Installed: 2.0-0ubuntu2
  Candidate: 2.0-0ubuntu2
  Version table:
 *** 2.0-0ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
        100 /var/lib/dpkg/status
webaccounts-extension-common:
  Installed: 0.4.2-0ubuntu1
  Candidate: 0.4.2-0ubuntu1
  Version table:
 *** 0.4.2-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
        100 /var/lib/dpkg/status
     0.4.1-0ubuntu3 0
        500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: chromium-browser 20.0.1132.47~r144678-0ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Thu Sep 6 02:06:14 2012
Desktop-Session:
 DESKTOP_SESSION = ubuntu
 XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/etc/xdg
 XDG_DATA_DIRS = /usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
DiskUsage:
 b'Filesystem Type Size Used Avail Use% Mounted on\n/dev/sda1 ext4 103G 80G 19G 82% /\nudev devtmpfs 3.9G 4.0K 3.9G 1% /dev\ntmpfs tmpfs 1.6G 3.3M 1.6G 1% /run\nnone tmpfs 5.0M 0 5.0M 0% /run/lock\nnone tmpfs 3.9G 296K 3.9G 1% /run/shm\n'

 Inodes:
 b'Filesystem Inodes IUsed IFree IUse% Mounted on\n/dev/sda1 6.5M 454K 6.1M 7% /\nudev 985K 563 985K 1% /dev\ntmpfs 987K 1016 986K 1% /run\nnone 987K 3 987K 1% /run/lock\nnone 987K 10 987K 1% /run/shm\n'
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
ExecutablePath: /usr/lib/chromium-browser/chromium-browser
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
LocalLibraries: /home/awm10/.config/chromium/Default/Extensions/pmoflmbbcfgacopiikdcpmbiellfihdg/2.0_0/libunity_npapi_plugin.so
ProcEnviron:

SourcePackage: chromium-browser
UpgradeStatus: Upgraded to quantal on 2012-09-06 (0 days ago)
chromium-default: CHROMIUM_FLAGS=""
gconf-keys: /desktop/gnome/applications/browser/exec = b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/http/enabled = b'true\n'/desktop/gnome/session/required_components/windowmanager = b''/apps/metacity/general/compositing_manager = b''/desktop/gnome/interface/icon_theme = b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

Revision history for this message
dmiller309 (dmiller309) wrote :
Revision history for this message
dmiller309 (dmiller309) wrote :

I updated to the unity-webapps PPA, and it works as expected (no crashes, sound menu integration, unity menu integration).

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in chromium-browser (Ubuntu):
status: New → Confirmed
Revision history for this message
Nathan Teodosio (nteodosio) wrote :

Please bump this if still reproducible.

Changed in chromium-browser (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for chromium-browser (Ubuntu) because there has been no activity for 60 days.]

Changed in chromium-browser (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.