[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-10-02 Thread Anton Piatek
I just tried installing from the saucy 13.10 final beta, and hit this issue! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed with signal

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-09-11 Thread Jake
Intel Westmere board install of web apps failed at first login after install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed with signal

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-09-11 Thread Robert Bruce Park
Jake, are you running raring? If not, just update to the latest saucy packages, this was fixed a while ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title:

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-22 Thread osmeest
Happens automatically when launching the saucy salamander image (both 32b and 64b). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed with

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-22 Thread Carlos Carmona
Ubuntu 13.10 (Saucy Salamander) 64-bit PC (AMD64) desktop image http://cdimage.ubuntu.com/daily-live/current/ I think it might be that my system is intel and not AMD but still 64-bit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-22 Thread Launchpad Bug Tracker
This bug was fixed in the package webapps-applications - 2.4.16+13.10.20130814-0ubuntu1 --- webapps-applications (2.4.16+13.10.20130814-0ubuntu1) saucy; urgency=low [ Robert Bruce Park ] * Get default gsettings value without crashing. (LP: #1206314). (LP: #1206314) [

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-20 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker. A list of all reports related to this bug can be found here: http://packages.qa.ubuntu.com/qatracker/reports/bugs/1206314 ** Tags added: package-qa-testing -- You received this bug notification because you are a member of Ubuntu

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-15 Thread Brian Murray
This is actually just Fix Committed as the fix is still in the -proposed repository. Launchpad will automatically set this to Fix Released when the package is available in the archive. ** Changed in: webapps-applications (Ubuntu) Status: Fix Released = Fix Committed -- You received this

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-15 Thread Robert Bruce Park
Oops, sorry. I just saw http://bazaar.launchpad.net/~webapps/webapps- applications/trunk/revision/554 and assumed that it was released for real. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-14 Thread PS Jenkins bot
Fix committed into lp:webapps-applications at revision 553, scheduled for release in webapps-applications, milestone 2.4.2 ** Changed in: webapps-applications Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-14 Thread Robert Bruce Park
** Changed in: webapps-applications Status: Fix Committed = Fix Released ** Changed in: webapps-applications (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-11 Thread Adolfo Jayme Barrientos
** Changed in: webapps-applications (Ubuntu) Status: Fix Released = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-09 Thread Robert Bruce Park
** Changed in: webapps-applications Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed with signal 5 in

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-08 Thread arith
** Also affects: webapps-applications Importance: Undecided Status: New ** Changed in: webapps-applications (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-05 Thread Ryan Lortie
Line 1520 in that file looks like so: g_error (The mapping function given to g_settings_get_mapped() for key '%s' in schema '%s' returned FALSE when given a NULL value., key, g_settings_schema_get_id (settings-priv-schema)); which is a pretty good indicator of

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-05 Thread Ryan Lortie
So indeed, the script contains this code: first_mapping = [True] def mapping_callback(value, first_mapping): if not value: return (True, []) if first_mapping[0]: first_mapping[0] = False return (False, value) return (True, value) def

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-05 Thread Robert Bruce Park
Thanks for clearing this up Ryan, I'll submit a patch for this shortly. ** Changed in: webapps-applications (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-05 Thread Robert Bruce Park
** Branch linked: lp:~robru/webapps-applications/default-gsettings ** Changed in: webapps-applications (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-03 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1206314 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-01 Thread Dmitrijs Ledkovs
This error pops up in default install, after booting and logging in for the first time. ** Information type changed from Private to Public ** Changed in: webapps-applications (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-01 Thread Dmitrijs Ledkovs
** Changed in: webapps-applications (Ubuntu) Assignee: (unassigned) = Robert Bruce Park (robru) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title:

[Bug 1206314] Re: install-default-webapps-in-launcher.py crashed with signal 5 in g_settings_get_mapped()

2013-08-01 Thread Edson T. Marques
In my case this crash happens every time logging is done. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206314 Title: install-default-webapps-in-launcher.py crashed with signal 5 in