[Desktop-packages] [Bug 1426581] Re: with greasemonkey in firefox 36, Error: Exposing privileged or cross-origin callable is prohibited

2015-04-28 Thread Maxim Ermilov
** Changed in: unity-firefox-extension (Ubuntu)
 Assignee: Alexandre Abreu (abreu-alexandre) = (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1426581

Title:
  with greasemonkey in firefox 36, Error: Exposing privileged or cross-
  origin callable is prohibited

Status in Webapps Team Task Tracking Project:
  Triaged
Status in firefox package in Ubuntu:
  Confirmed
Status in unity-firefox-extension package in Ubuntu:
  Triaged

Bug description:
  I use a variety of greasemonkey scripts in firefox.  After accepting
  today's update to firefox 36 from firefox 34, one of these scripts is
  now failing with the following message on the browser console:

  Error: Exposing privileged or cross-origin callable is prohibited

  This appears to halt the script.

  There is no other information given as to the cause of this error, and
  the line number given is out of range for the source url.

  Googling for this error message turns up some results, but none that
  reference greasemonkey, and with nothing that would indicate how to
  fix the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: firefox 36.0+build2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.18.0-8.9-generic 3.18.1
  Uname: Linux 3.18.0-8-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vorlon 7801 F pulseaudio
   /dev/snd/pcmC0D0p:   vorlon 7801 F...m pulseaudio
   /dev/snd/controlC0:  vorlon 7801 F pulseaudio
  BuildID: 20150224111710
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Fri Feb 27 14:42:42 2015
  ForcedLayersAccel: False
  IncompatibleExtensions:
   Chinese Simplified (zh-CN) Language Pack - langpack-zh...@firefox.mozilla.org
   Català Language Pack - langpack...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2010-09-24 (1617 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.15.1 dev wlan2  proto static  metric 1024 
   169.254.0.0/16 dev vnet0  scope link  metric 1000 
   192.168.15.0/24 dev wlan2  proto kernel  scope link  src 192.168.15.66 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
   207.224.24.209 via 192.168.15.1 dev wlan2  proto dhcp  metric 10
  MostRecentCrashID: bp-977de9ee-210d-4d25-b7cd-2420d2140909
  Plugins:
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
   Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
   Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
  PrefSources:
   prefs.js
   
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
  Profiles: Profile0 (Default) - LastVersion=36.0/20150224111710 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 3.1-1ubuntu2
   google-talkplugin 5.3.1.0-1
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (83 days ago)
  WifiSyslog:
   
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1426581/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1068492] Re: Firefox ends up with 2 different copies of sqlite loaded in to memory

2012-12-05 Thread Maxim Ermilov
** Changed in: libunity-webapps
 Assignee: Alexandre Abreu (abreu-alexandre) = Maxim Ermilov (zaspire)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1068492

Title:
  Firefox ends up with 2 different copies of sqlite loaded in to memory

Status in WebApps: libunity:
  Confirmed
Status in “libunity-webapps” package in Ubuntu:
  New
Status in “libunity-webapps” source package in Quantal:
  New

Bug description:
  Firefox contains its own copy of sqlite which is updated in regular
  updates. Currently, libunity-webapps links against the system
  libsqlite causing 2 copies of it to be mapped in to memory at the same
  time. This results in symbol collisions and probably only currently
  works because the wind is blowing in the right direction. As the copy
  of sqlite shipped with Firefox changes in regular updates, this is
  likely to go wrong at some point in a future update.

  chr1s@farnsworth:~$ cat /proc/`pidof firefox`/maps | grep sqlite
  7f7b043f8000-7f7b0440 rw-s  08:01 1361137
snip/places.sqlite-shm
  7f7b0c6bf000-7f7b0c764000 r-xp  08:01 4330249
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  7f7b0c764000-7f7b0c964000 ---p 000a5000 08:01 4330249
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  7f7b0c964000-7f7b0c966000 r--p 000a5000 08:01 4330249
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  7f7b0c966000-7f7b0c968000 rw-p 000a7000 08:01 4330249
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  7f7b276ab000-7f7b2772c000 r-xp  08:01 4459255
/usr/lib/firefox/libmozsqlite3.so
  7f7b2772c000-7f7b2792c000 ---p 00081000 08:01 4459255
/usr/lib/firefox/libmozsqlite3.so
  7f7b2792c000-7f7b2792e000 r--p 00081000 08:01 4459255
/usr/lib/firefox/libmozsqlite3.so
  7f7b2792e000-7f7b2793 rw-p 00083000 08:01 4459255
/usr/lib/firefox/libmozsqlite3.so
  7f7b28a09000-7f7b28a11000 rw-s  08:01 1362522
snippety snip/cookies.sqlite-shm

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1068492/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061677] Re: ubuntu-webapps-update-index crashed with SIGSEGV in unity_webapps_url_db_insert_url_prepare_statement()

2012-11-19 Thread Maxim Ermilov
** Changed in: libunity-webapps
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061677

Title:
  ubuntu-webapps-update-index crashed with SIGSEGV in
  unity_webapps_url_db_insert_url_prepare_statement()

Status in WebApps: libunity:
  Fix Committed
Status in “libunity-webapps” package in Ubuntu:
  Confirmed

Bug description:
  .

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Thu Oct  4 16:55:05 2012
  ExecutablePath: /usr/bin/ubuntu-webapps-update-index
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120724.2)
  ProcCmdline: ubuntu-webapps-update-index
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   TERM=xterm
   LANG=it_IT.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x804a2d1: mov(%edi),%eax
   PC (0x0804a2d1) ok
   source (%edi) (0x) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: ubuntu-webapps-update-index crashed with SIGSEGV in 
g_main_context_dispatch()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1061677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1060368] Re: reloading when a webapp is open causes the webapp icon to disappear from the launcher

2012-11-19 Thread Maxim Ermilov
** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1060368

Title:
  reloading when a webapp is open causes the webapp icon to disappear
  from the launcher

Status in WebApps: libunity:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Fix Released

Bug description:
  This seems to happen under both firefox and chromium
  example:
  1. Open either firefox or chromium
  2. go to launchpad.net
  3. allow it to add the web app and integrate it
  4. once you see the icon show up in the launcher, click reload in the 
browser, the icon in the launcher will disappear

  expected: icon should not disappear from the launcher when reloading
  the webapp

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libunity-webapps0 2.3.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Tue Oct  2 12:54:39 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20121002)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libunity-webapps
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1060368/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1064148] Re: unity-webapps-context-daemon crashed with SIGSEGV in g_desktop_app_info_get_filename()

2012-11-19 Thread Maxim Ermilov
** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1064148

Title:
  unity-webapps-context-daemon crashed with SIGSEGV in
  g_desktop_app_info_get_filename()

Status in WebApps: libunity:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  no idea what the trigger was

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Mon Oct  8 21:47:36 2012
  ExecutablePath: /usr/lib/libunity-webapps/unity-webapps-context-daemon
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcCmdline: /usr/lib/libunity-webapps/unity-webapps-context-daemon Ubuntu\ 
One\ Music one.ubuntu.com icon://ubuntuone-music [Invalid\ UTF-8] 
UbuntuOneMusiconeubuntucom.desktop
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0xb6ffcb44 g_desktop_app_info_get_filename+4:
mov0x10(%eax),%eax
   PC (0xb6ffcb44) ok
   source 0x10(%eax) (0x0010) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   g_desktop_app_info_get_filename () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
  Title: unity-webapps-context-daemon crashed with SIGSEGV in 
g_desktop_app_info_get_filename()
  UpgradeStatus: Upgraded to quantal on 2012-08-17 (52 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1064148/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061016] Re: WebApps does not support amazon.co.jp

2012-11-19 Thread Maxim Ermilov
** Changed in: libunity-webapps
Milestone: None = 2.4.3

** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061016

Title:
  WebApps does not support amazon.co.jp

Status in WebApps: libunity:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  Amazon in WebApps, which supports the following countries, not Japan.
  Canada, China, United Kingdom, France, Italy, Spain, and Germany.

  I want to add a amazon.co.jp to libunity-webapps and webapps-
  applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1061016/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061677] Re: ubuntu-webapps-update-index crashed with SIGSEGV in unity_webapps_url_db_insert_url_prepare_statement()

2012-11-19 Thread Maxim Ermilov
** Changed in: libunity-webapps
Milestone: None = 2.4.3

** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061677

Title:
  ubuntu-webapps-update-index crashed with SIGSEGV in
  unity_webapps_url_db_insert_url_prepare_statement()

Status in WebApps: libunity:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Confirmed

Bug description:
  .

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Thu Oct  4 16:55:05 2012
  ExecutablePath: /usr/bin/ubuntu-webapps-update-index
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120724.2)
  ProcCmdline: ubuntu-webapps-update-index
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   TERM=xterm
   LANG=it_IT.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x804a2d1: mov(%edi),%eax
   PC (0x0804a2d1) ok
   source (%edi) (0x) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: ubuntu-webapps-update-index crashed with SIGSEGV in 
g_main_context_dispatch()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1061677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061677] Re: ubuntu-webapps-update-index crashed with SIGSEGV in unity_webapps_url_db_insert_url_prepare_statement()

2012-11-16 Thread Maxim Ermilov
** Changed in: libunity-webapps
 Assignee: Alexandre Abreu (abreu-alexandre) = (unassigned)

** Changed in: libunity-webapps
 Assignee: (unassigned) = Maxim Ermilov (zaspire)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061677

Title:
  ubuntu-webapps-update-index crashed with SIGSEGV in
  unity_webapps_url_db_insert_url_prepare_statement()

Status in WebApps: libunity:
  New
Status in “libunity-webapps” package in Ubuntu:
  Confirmed

Bug description:
  .

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Thu Oct  4 16:55:05 2012
  ExecutablePath: /usr/bin/ubuntu-webapps-update-index
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120724.2)
  ProcCmdline: ubuntu-webapps-update-index
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   TERM=xterm
   LANG=it_IT.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x804a2d1: mov(%edi),%eax
   PC (0x0804a2d1) ok
   source (%edi) (0x) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: ubuntu-webapps-update-index crashed with SIGSEGV in 
g_main_context_dispatch()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1061677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1063106] Re: Gwibber not refreshing after using Unity WebApps on Facebook

2012-11-15 Thread Maxim Ermilov
It's not related to Unity WebApps.

** No longer affects: webapps-applications

** Changed in: gwibber (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/1063106

Title:
  Gwibber not refreshing after using Unity WebApps on Facebook

Status in “gwibber” package in Ubuntu:
  New

Bug description:
  Can't refresh Gwibber after using the Unity Webapps for facebook, but
  the update status works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1063106/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1068662] Re: webapps are not working :(

2012-11-12 Thread Maxim Ermilov
** Changed in: webapps-applications
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-chromium-extension in Ubuntu.
https://bugs.launchpad.net/bugs/1068662

Title:
  webapps are not working :(

Status in Chromium extension: Unity Integration:
  Confirmed
Status in WebApps: Initial set of Apps:
  Confirmed
Status in “unity-chromium-extension” package in Ubuntu:
  Confirmed
Status in “webapps-applications” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading my 12.04 to 12.10 - web apps do not work out of the
  box (I had to install the chromium extension myself). Additionally,
  even after installing the extension, webapps are not working fully.
  Please see thread here:

  http://ubuntuforums.org/showthread.php?t=2073068

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-chromium-extension/+bug/1068662/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1064148] Re: unity-webapps-context-daemon crashed with SIGSEGV in g_desktop_app_info_get_filename()

2012-11-02 Thread Maxim Ermilov
** Changed in: libunity-webapps
   Status: New = Fix Committed

** Changed in: libunity-webapps
Milestone: None = 2.4.3

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1064148

Title:
  unity-webapps-context-daemon crashed with SIGSEGV in
  g_desktop_app_info_get_filename()

Status in WebApps: libunity:
  Fix Committed
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  no idea what the trigger was

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Mon Oct  8 21:47:36 2012
  ExecutablePath: /usr/lib/libunity-webapps/unity-webapps-context-daemon
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcCmdline: /usr/lib/libunity-webapps/unity-webapps-context-daemon Ubuntu\ 
One\ Music one.ubuntu.com icon://ubuntuone-music [Invalid\ UTF-8] 
UbuntuOneMusiconeubuntucom.desktop
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0xb6ffcb44 g_desktop_app_info_get_filename+4:
mov0x10(%eax),%eax
   PC (0xb6ffcb44) ok
   source 0x10(%eax) (0x0010) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   g_desktop_app_info_get_filename () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
  Title: unity-webapps-context-daemon crashed with SIGSEGV in 
g_desktop_app_info_get_filename()
  UpgradeStatus: Upgraded to quantal on 2012-08-17 (52 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1064148/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1064148] Re: unity-webapps-context-daemon crashed with SIGSEGV in g_desktop_app_info_get_filename()

2012-10-31 Thread Maxim Ermilov
** Changed in: libunity-webapps
 Assignee: Alexandre Abreu (abreu-alexandre) = Maxim Ermilov (zaspire)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1064148

Title:
  unity-webapps-context-daemon crashed with SIGSEGV in
  g_desktop_app_info_get_filename()

Status in WebApps: libunity:
  New
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  no idea what the trigger was

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: i386
  Date: Mon Oct  8 21:47:36 2012
  ExecutablePath: /usr/lib/libunity-webapps/unity-webapps-context-daemon
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcCmdline: /usr/lib/libunity-webapps/unity-webapps-context-daemon Ubuntu\ 
One\ Music one.ubuntu.com icon://ubuntuone-music [Invalid\ UTF-8] 
UbuntuOneMusiconeubuntucom.desktop
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0xb6ffcb44 g_desktop_app_info_get_filename+4:
mov0x10(%eax),%eax
   PC (0xb6ffcb44) ok
   source 0x10(%eax) (0x0010) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   g_desktop_app_info_get_filename () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0
  Title: unity-webapps-context-daemon crashed with SIGSEGV in 
g_desktop_app_info_get_filename()
  UpgradeStatus: Upgraded to quantal on 2012-08-17 (52 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1064148/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061016] Re: WebApps does not support amazon.co.jp

2012-10-24 Thread Maxim Ermilov
** Changed in: libunity-webapps
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061016

Title:
  WebApps does not support amazon.co.jp

Status in WebApps: libunity:
  Fix Committed
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  Amazon in WebApps, which supports the following countries, not Japan.
  Canada, China, United Kingdom, France, Italy, Spain, and Germany.

  I want to add a amazon.co.jp to libunity-webapps and webapps-
  applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1061016/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059242] Re: unity-webapps-context-daemon crashed with SIGSEGV in magazine_chain_pop_head()

2012-10-23 Thread Maxim Ermilov
** Changed in: libunity-webapps
 Assignee: Alexandre Abreu (abreu-alexandre) = Maxim Ermilov (zaspire)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1059242

Title:
  unity-webapps-context-daemon crashed with SIGSEGV in
  magazine_chain_pop_head()

Status in WebApps: libunity:
  New
Status in “libunity-webapps” package in Ubuntu:
  Confirmed

Bug description:
  while open the dash

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.3.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.5.3-0ubuntu1
  Architecture: amd64
  Date: Sun Sep 30 22:08:26 2012
  ExecutablePath: /usr/lib/libunity-webapps/unity-webapps-context-daemon
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120919)
  ProcCmdline: /usr/lib/libunity-webapps/unity-webapps-context-daemon OMG!\ 
Ubuntu! www.omgubuntu.co.uk 
http://cloudfront.omgubuntu.co.uk/wp-content/themes/randyjensen-handcrafted-wp-theme-2d2cd06/images/logo.png
 [Invalid\ UTF-8]
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f5233dbc852 g_slice_alloc+210:mov
0x8(%rdx),%rbx
   PC (0x7f5233dbc852) ok
   source 0x8(%rdx) (0x7f520008) not located in a known VMA region 
(needed readable region)!
   destination %rbx ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: libunity-webapps
  StacktraceTop:
   g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_dbus_gvalue_to_gvariant () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? ()
  Title: unity-webapps-context-daemon crashed with SIGSEGV in g_slice_alloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1059242/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1067856] Re: Open a new window quicklist menu entry translations are not loaded

2012-10-22 Thread Maxim Ermilov
most translations was commited after release.
I release new version (= 2.4.2). It contains all translations.

** Changed in: libunity-webapps
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1067856

Title:
  Open a new window quicklist menu entry translations are not loaded

Status in WebApps: libunity:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  When shown in the Dash, each webapp icon has got a Unity quicklist
  with several entries, which are (pending an upload that will implement
  this) all localized.

  However, there is one particular quicklist menu entry for all webapps
  whose translations are not loaded, and thus always appear in English:
  Open a new window. See the attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1067856/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1067856] Re: Open a new window quicklist menu entry translations are not loaded

2012-10-22 Thread Maxim Ermilov
unity-webapps-context-daimon had incorrect GETTEXT_DOMAIN (in version 
2.4.2)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1067856

Title:
  Open a new window quicklist menu entry translations are not loaded

Status in WebApps: libunity:
  Fix Released
Status in Ubuntu Translations:
  Triaged
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  When shown in the Dash, each webapp icon has got a Unity quicklist
  with several entries, which are (pending an upload that will implement
  this) all localized.

  However, there is one particular quicklist menu entry for all webapps
  whose translations are not loaded, and thus always appear in English:
  Open a new window. See the attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1067856/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1067856] Re: Open a new window quicklist menu entries need internationalization

2012-10-18 Thread Maxim Ermilov
package does not include translations.

** Project changed: webapps-applications = libunity-webapps

** Package changed: webapps-applications (Ubuntu) = libunity-webapps
(Ubuntu)

** No longer affects: libunity-webapps

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1067856

Title:
  Open a new window quicklist menu entries need internationalization

Status in Ubuntu Translations:
  Triaged
Status in “libunity-webapps” package in Ubuntu:
  New

Bug description:
  When shown in the Dash, each webapp icon has got a Unity quicklist
  with several entries, which are (pending an upload that will implement
  this) all localized.

  However, there is one particular quicklist menu entry for all webapps
  that is not available for translation, and thus always appear in
  English: Open a new window. See the attached screenshot.

  This entry needs to be internationalized.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1067856/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1061633] Re: Keeps asking me for installing packages even when I said don't ask again

2012-10-05 Thread Maxim Ermilov
** Project changed: libunity-webapps = webapps-greasemonkey

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1061633

Title:
  Keeps asking me for installing packages even when I said don't ask
  again

Status in WebApps: Websites integration Firefox plug-in:
  Confirmed
Status in “libunity-webapps” package in Ubuntu:
  Confirmed

Bug description:
  When webapps became functional a few days ago, I installed the ones
  for Launchpad and G+, but quickly afterwards manually removed the
  packages again as I don't want/like them. But now Firefox keeps asking
  me about the packages again, even though I said don't ask again.

  May it be that it remembers the first Install reply that I gave for
  them, and the settings never move them from allowed back to
  dontask?

  $ gsettings list-recursively | grep webapps
  com.canonical.unity.webapps allowed-domains ['plus.google.com', 
'plus.google.com', 'launchpad.net']
  com.canonical.unity.webapps dontask-domains ['unity-webapps-launchpad', 
'unity-webapps-googleplus', 'unity-webapps-googleplus', 
'unity-webapps-googleplusgames', 'unity-webapps-youtube']

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity-webapps-service 2.3.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Thu Oct  4 16:03:09 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120627)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: libunity-webapps
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-greasemonkey/+bug/1061633/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1040313] Re: [FFE] Update WebApps to support Firefox

2012-09-21 Thread Maxim Ermilov
 When I think of chromeless, I think of a shell to view content without any 
 browser chrome or browser-services running
It will look like this, when only one tab is opened.

 There was a recent greasemonkey update to fix a severe memory leak
that parts was removed from webapps-greasemonkey

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1040313

Title:
  [FFE] Update WebApps to support Firefox

Status in The Mozilla Firefox Browser:
  Fix Released
Status in Firefox extension: Unity Integration:
  Fix Released
Status in WebApps: Websites integration Firefox plug-in:
  New
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Incomplete
Status in “firefox” source package in Quantal:
  Fix Released
Status in “libunity-webapps” source package in Quantal:
  Incomplete
Status in “firefox” source package in r-series:
  Confirmed
Status in “libunity-webapps” source package in r-series:
  Confirmed

Bug description:
  This FFE corresponds to completing the support for WebApps in Firefox.
  A Firefox v15 had to be patched in order to support accessing the XID
  of a given tab window (functionality needed by WebApps). The
  functionality was added by upstream in v17.

  This patch also has impacts in the Firefox extension packages
  associated with WebApps that have to be updated to support both FF 15
  and 17 XID retrieval mechanisms.

  Informations about the Firefox patching efforts:
  

  For the unity webapps firefox extension we need access to the XID of
  the tab window. A patch has been accepted into Firefox 17 by Mozilla
  exposing this functionality. We are begging for it to be distro
  patched into Firefox 15 for quantal. The patch and discussion around
  it are available at
  https://bugzilla.mozilla.org/show_bug.cgi?id=760802

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: firefox 15.0~b5+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1677 F pulseaudio
   /dev/snd/pcmC0D0p:   alex   1677 F...m pulseaudio
  BuildID: 20120820141800
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Wed Aug 22 18:05:36 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.2.1 dev eth2  proto static
   169.254.0.0/16 dev eth2  scope link  metric 1000
   192.168.2.0/24 dev eth2  proto kernel  scope link  src 192.168.2.2  metric 9
  PrefSources: prefs.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0/20120820141800
  RelatedPackageVersions:
   rhythmbox-mozilla 2.97-1ubuntu3
   google-talkplugin 3.2.4.0-1
   totem-mozilla 3.4.3-0ubuntu1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (15 days ago)
  dmi.bios.date: 03/25/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B05.1003251322
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B05.1003251322:bd03/25/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1040313/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1040313] Re: [FFE] Update WebApps to support Firefox

2012-09-19 Thread Maxim Ermilov
https://code.launchpad.net/~zaspire/libunity-webapps/chromeless-
fix/+merge/125101

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1040313

Title:
  [FFE] Update WebApps to support Firefox

Status in The Mozilla Firefox Browser:
  Fix Released
Status in Firefox extension: Unity Integration:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Incomplete
Status in “firefox” source package in Quantal:
  Fix Released
Status in “libunity-webapps” source package in Quantal:
  Incomplete
Status in “firefox” source package in r-series:
  New
Status in “libunity-webapps” source package in r-series:
  New

Bug description:
  This FFE corresponds to completing the support for WebApps in Firefox.
  A Firefox v15 had to be patched in order to support accessing the XID
  of a given tab window (functionality needed by WebApps). The
  functionality was added by upstream in v17.

  This patch also has impacts in the Firefox extension packages
  associated with WebApps that have to be updated to support both FF 15
  and 17 XID retrieval mechanisms.

  Informations about the Firefox patching efforts:
  

  For the unity webapps firefox extension we need access to the XID of
  the tab window. A patch has been accepted into Firefox 17 by Mozilla
  exposing this functionality. We are begging for it to be distro
  patched into Firefox 15 for quantal. The patch and discussion around
  it are available at
  https://bugzilla.mozilla.org/show_bug.cgi?id=760802

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: firefox 15.0~b5+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1677 F pulseaudio
   /dev/snd/pcmC0D0p:   alex   1677 F...m pulseaudio
  BuildID: 20120820141800
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Wed Aug 22 18:05:36 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.2.1 dev eth2  proto static
   169.254.0.0/16 dev eth2  scope link  metric 1000
   192.168.2.0/24 dev eth2  proto kernel  scope link  src 192.168.2.2  metric 9
  PrefSources: prefs.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0/20120820141800
  RelatedPackageVersions:
   rhythmbox-mozilla 2.97-1ubuntu3
   google-talkplugin 3.2.4.0-1
   totem-mozilla 3.4.3-0ubuntu1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (15 days ago)
  dmi.bios.date: 03/25/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B05.1003251322
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B05.1003251322:bd03/25/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1040313/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1040313] Re: [FFE] Update WebApps to support Firefox

2012-09-18 Thread Maxim Ermilov
 multiple profile support is being ripped out of Firefox. Here's the bugzilla 
 patch that's currently being reviewed for it
--profile dir will work.
this is likely to cause strange heisenbugs with the extensions folder which 
could manifest as extensions not loading or being marked as installed by a 
third party.

what about copying this folder?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1040313

Title:
  [FFE] Update WebApps to support Firefox

Status in The Mozilla Firefox Browser:
  Fix Released
Status in Firefox extension: Unity Integration:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  Incomplete
Status in “firefox” source package in Quantal:
  Fix Released
Status in “libunity-webapps” source package in Quantal:
  Incomplete

Bug description:
  This FFE corresponds to completing the support for WebApps in Firefox.
  A Firefox v15 had to be patched in order to support accessing the XID
  of a given tab window (functionality needed by WebApps). The
  functionality was added by upstream in v17.

  This patch also has impacts in the Firefox extension packages
  associated with WebApps that have to be updated to support both FF 15
  and 17 XID retrieval mechanisms.

  Informations about the Firefox patching efforts:
  

  For the unity webapps firefox extension we need access to the XID of
  the tab window. A patch has been accepted into Firefox 17 by Mozilla
  exposing this functionality. We are begging for it to be distro
  patched into Firefox 15 for quantal. The patch and discussion around
  it are available at
  https://bugzilla.mozilla.org/show_bug.cgi?id=760802

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: firefox 15.0~b5+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1677 F pulseaudio
   /dev/snd/pcmC0D0p:   alex   1677 F...m pulseaudio
  BuildID: 20120820141800
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Wed Aug 22 18:05:36 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.2.1 dev eth2  proto static
   169.254.0.0/16 dev eth2  scope link  metric 1000
   192.168.2.0/24 dev eth2  proto kernel  scope link  src 192.168.2.2  metric 9
  PrefSources: prefs.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0/20120820141800
  RelatedPackageVersions:
   rhythmbox-mozilla 2.97-1ubuntu3
   google-talkplugin 3.2.4.0-1
   totem-mozilla 3.4.3-0ubuntu1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (15 days ago)
  dmi.bios.date: 03/25/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B05.1003251322
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B05.1003251322:bd03/25/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1040313/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1040313] Re: [FFE] Update WebApps to support Firefox

2012-09-11 Thread Maxim Ermilov
** Changed in: unity-firefox-extension
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1040313

Title:
  [FFE] Update WebApps to support Firefox

Status in The Mozilla Firefox Browser:
  Fix Released
Status in Firefox extension: Unity Integration:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “libunity-webapps” package in Ubuntu:
  New
Status in “firefox” source package in Quantal:
  Fix Released
Status in “libunity-webapps” source package in Quantal:
  New

Bug description:
  This FFE corresponds to completing the support for WebApps in Firefox.
  A Firefox v15 had to be patched in order to support accessing the XID
  of a given tab window (functionality needed by WebApps). The
  functionality was added by upstream in v17.

  This patch also has impacts in the Firefox extension packages
  associated with WebApps that have to be updated to support both FF 15
  and 17 XID retrieval mechanisms.

  Informations about the Firefox patching efforts:
  

  For the unity webapps firefox extension we need access to the XID of
  the tab window. A patch has been accepted into Firefox 17 by Mozilla
  exposing this functionality. We are begging for it to be distro
  patched into Firefox 15 for quantal. The patch and discussion around
  it are available at
  https://bugzilla.mozilla.org/show_bug.cgi?id=760802

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: firefox 15.0~b5+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1677 F pulseaudio
   /dev/snd/pcmC0D0p:   alex   1677 F...m pulseaudio
  BuildID: 20120820141800
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Wed Aug 22 18:05:36 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.2.1 dev eth2  proto static
   169.254.0.0/16 dev eth2  scope link  metric 1000
   192.168.2.0/24 dev eth2  proto kernel  scope link  src 192.168.2.2  metric 9
  PrefSources: prefs.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0/20120820141800
  RelatedPackageVersions:
   rhythmbox-mozilla 2.97-1ubuntu3
   google-talkplugin 3.2.4.0-1
   totem-mozilla 3.4.3-0ubuntu1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (15 days ago)
  dmi.bios.date: 03/25/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B05.1003251322
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B05.1003251322:bd03/25/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1040313/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp