[Bug 685552] Re: Compiz crashes when (en|dis)abling a plugin (ccsm) aka compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-04-18 Thread ks64
According to Web Upd8 http://www.webupd8.org/2011/04/final- ubuntu-1104-beta-2-has-been.html, this bug has been fixed -- somewhat. You can now enable the Cube plugin easily, but apparently some other plugins don't enable that well according to you guys. -- You received this bug notification

[Bug 764962] Re: unity-panel-service crashed with SIGSEGV in g_type_check_instance_cast()

2011-04-18 Thread ks64
** Visibility changed to: Public ** Also affects: indicator-datetime Importance: Undecided Status: New ** Also affects: unity Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 827505] Re: jackd won't start: Cannot create thread 1: Operation not permitted

2011-08-16 Thread ks64
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827505 Title: jackd won't start: Cannot create thread 1: Operation not permitted To manage notifications about this bug go to:

[Bug 827505] [NEW] jackd won't start: Cannot create thread 1: Operation not permitted

2011-08-16 Thread ks64
Public bug reported: The following terminal output sure describes this bug in great detail: kenny_strawn@kenny-desktop:~$ jackd jackdmp 1.9.7 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2010 Grame. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome

[Bug 824916] Re: Dash is way too transparent, unsuitable for light monochrome desktops

2011-08-26 Thread ks64
I personally like the idea of a transparent Dash. I just want it to be more fine-tunable so that, depending on the background, the user can adjust transparency accordingly. I registered a blueprint about this as well: What I was thinking is that, just as for the Launcher and Panel, if the Ubuntu

[Bug 824916] Re: Dash is way too transparent, unsuitable for light monochrome desktops

2011-08-26 Thread ks64
Another possible option I am thinking of: Make the text in the Dash black instead of white. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824916 Title: Dash is way too transparent, unsuitable for

[Bug 797078] Re: metacity crashed with SIGABRT in raise()

2011-08-27 Thread ks64
This bug happens to be similar to Bug 823386 in Compiz (both crashed using the same signal in the same function, though the Compiz issue happens to be caused by trying to attempt the workaround to Bug 685552...) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 689323] Re: jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
I am also getting this problem on the Daily Live CD, and (for me) it is leading to no Internet access, as my network adapter needs the Broadcom STA driver to work. Fix ASAP, please. ** Summary changed: - jockey-gtk crashed with DBusException in call_blocking():

[Bug 689323] Re: jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files (REGRESSION)

2011-08-27 Thread ks64
If the person who reported this bug also experienced it in Maverick as well, it must be a regression, so I tagged it as such. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689323 Title: jockey-gtk

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
** Summary changed: - jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files (REGRESSION) + [REGRESSION] jockey-gtk crashed with DBusException in call_blocking():

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
Attaching a log file containing the copied function that is causing the crash ** Attachment added: The copied function, call_blocking(), out of /usr/lib/pymodules/python2.6/dbus/connection.py that is causing the crash

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
It appears that the Jockey crash is because it calls a D-Bus function with an error in it. ** Package changed: jockey (Ubuntu Oneiric) = dbus (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-27 Thread ks64
In particular, Python seems to error out on this variable within that function: reply_message = self.send_message_with_reply_and_block( message, timeout) I suppose putting this on one line instead of two might fix the problem, though I don't know for sure. -- You received this bug

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Okay, maybe (according to the crash report) we need to define Jockey's call in /lib/systemd/system/dbus.service, as the error causing this bug is saying that Jockey's service call is undefined in any .service files. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Natty's call_blocking() definition is identical to Maverick's and Oneiric's, and it causes no problems with Jockey. So, I suppose switching back to Python 2.7 (instead of 2.6) for dbus might fix the problem. ** Package changed: jockey (Ubuntu Oneiric) = python2.6 (Ubuntu Oneiric) -- You

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
Apparently, the Oneiric backtrace has 2.7 in it (the other is a Maverick backtrace), so reverting this change... ** Package changed: python2.6 (Ubuntu Oneiric) = jockey (Ubuntu Oneiric) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 689323] Re: [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files

2011-08-28 Thread ks64
The Oneiric traceback is what I am attaching... ** Attachment added: An updated version of Traceback.txt for Oneiric... https://bugs.launchpad.net/ubuntu/oneiric/+source/jockey/+bug/689323/+attachment/2328291/+files/Traceback%20%28Oneiric%29.txt -- You received this bug notification because

[Bug 689323] Re: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

2011-08-28 Thread ks64
** Summary changed: - [REGRESSION] jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :N.XX was not provided by any .service files + ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException:

[Bug 836628] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836599] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836511] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831332] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836421] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835342] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835043] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 834742] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833076] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835595] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833827] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 834936] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831338] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835361] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832969] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833055] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831754] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not

[Bug 836392] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832469] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832974] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835558] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831771] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835150] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832622] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831315] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835656] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835370] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833193] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836137] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831915] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831447] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835540] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835091] Re: jockey-backend crashed when trying to open additional drivers from System Settings

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833192] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836237] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832689] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831461] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836509] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832525] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832975] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832039] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 832365] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 831880] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833776] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836982] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833089] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833135] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835845] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 834377] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 833070] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 835334] Re: jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 836913] Re: Fresh boot from Live disc, crash on desktop start - jockey-backend crashed with MemoryError in run_dbus_service()

2011-08-29 Thread ks64
*** This bug is a duplicate of bug 689323 *** https://bugs.launchpad.net/bugs/689323 ** This bug is no longer a duplicate of bug 831754 jockey-backend crashed with MemoryError in run_dbus_service() ** This bug has been marked a duplicate of bug 689323 ERROR:dbus.proxies:Introspect error

[Bug 689323] Re: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

2011-08-29 Thread ks64
** Changed in: jockey (Ubuntu Oneiric) Assignee: Martin Pitt (pitti) = ks64 (mango-k) ** Changed in: jockey (Ubuntu Oneiric) Assignee: ks64 (mango-k) = (unassigned) ** Also affects: jockey Importance: Undecided Status: New ** Changed in: jockey Status: New = Confirmed

[Bug 689323] Re: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

2011-08-29 Thread ks64
** This bug has been flagged as a security vulnerability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689323 Title: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver:

[Bug 689323] Re: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

2011-08-30 Thread ks64
Downloading a new ISO of Oneiric (Daily 20110831) to test the fix... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689323 Title: ERROR:dbus.proxies:Introspect error on :1.68:/DeviceDriver:

[Bug 742201] [NEW] Unity crashes upon startup on Ubuntu for Google Cr-48

2011-03-24 Thread ks64
Public bug reported: Binary package hint: unity After installing cr-48-ubuntu http://code.google.com/p/cr-48-ubuntu (which is 10.10) on my Google Cr-48 Chrome notebook (of course, on its dedicated partition) and upgrading it to 11.04, I cannot get Unity to work. Attached is the backtrace of the

[Bug 742201] Re: Unity crashes upon startup on Ubuntu for Google Cr-48

2011-03-24 Thread ks64
** Attachment added: A backtrace of the Unity crash on the Cr-48 https://bugs.launchpad.net/bugs/742201/+attachment/1938781/+files/unity_backtrace.txt ** Changed in: unity (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 682499] Re: Crash when enabling/disabling various Compiz plugins and that Unity plugin is enabled

2011-03-19 Thread ks64
This bug was reported *before* Bug 685552, so why didn't Bug 685552 be marked a duplicate of this? ** This bug is no longer a duplicate of bug 685552 Compiz crashes when enabling or disabling a plugin (ccsm) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 685552] Re: Compiz crashes when enabling or disabling a plugin (ccsm)

2011-03-19 Thread ks64
Bug 682499 is older than this one. However, trying to mark this bug as a duplicate of that one returns a timeout error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685552 Title: Compiz crashes

[Bug 685552] Re: Compiz crashes when enabling or disabling a plugin (ccsm)

2011-03-19 Thread ks64
And I have no idea why someone in this bug would go out of their way to mark a duplicate that this bug *happens to be a duplicate of*, *not* the other way around. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 620294] Re: unity-applications-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-03-25 Thread ks64
Apparently, this bug happens to occur as a regression in the current version of Unity in Ubuntu 11.04 as well, because I am experiencing it. Only in this case, it occurs when I try to resize the Dash. ** Changed in: unity Status: Invalid = Confirmed ** Changed in: unity-place-applications

[Bug 742922] Re: software-center crashed with AttributeError in __len__(): 'StoreDatabase' object has no attribute 'xapiandb'

2011-03-25 Thread ks64
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742922 Title: software-center crashed with AttributeError in __len__(): 'StoreDatabase' object has no attribute

[Bug 743180] [NEW] package linux-headers-2.6.38-7-generic 2.6.38-7.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-03-26 Thread ks64
Public bug reported: Upon 'apt-get dist-upgrading' on my Google Cr-48 running Ubuntu (and I was finally able to get Unity running on the Ubuntu partition), the updated kernel failed to configure, returning this bug report. ProblemType: Package DistroRelease: Ubuntu 11.04 Package:

[Bug 743180] Re: package linux-headers-2.6.38-7-generic 2.6.38-7.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-03-26 Thread ks64
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743180 Title: package linux-headers-2.6.38-7-generic 2.6.38-7.39 failed to install/upgrade: subprocess installed post-installation script returned

[Bug 823386] Re: compiz crashed with SIGABRT in raise() [Merely unchecking the Unity plugin is enough to crash Compiz...]

2011-08-09 Thread ks64
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823386 Title: compiz crashed with SIGABRT in raise() [Merely unchecking the Unity plugin is enough to crash

[Bug 823386] Re: compiz crashed with SIGABRT in raise() [Merely unchecking the Unity plugin is enough to crash Compiz...]

2011-08-09 Thread ks64
** Visibility changed to: Public ** Also affects: unity Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/823386 Title: compiz crashed with SIGABRT

[Bug 685552] Re: Compiz crashes when (en|dis)abling a plugin (ccsm) aka compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-07-19 Thread ks64
enabling the Cube (or any other) plugin in Ubuntu Classic (with effects) the same thing happens. ** Changed in: unity Assignee: Loïc Molinari (loic.molinari) = ks64 (mango-k) ** Changed in: unity Assignee: ks64 (mango-k) = (unassigned) ** Changed in: unity (Ubuntu Natty) Assignee

[Bug 685552] Re: Compiz crashes when (en|dis)abling a plugin (ccsm) aka compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-07-20 Thread ks64
Apparently the fix was released to Oneiric users but not to Natty users, as the problem still persists in Natty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685552 Title: Compiz crashes when

[Bug 815697] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare()

2011-07-25 Thread ks64
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815697 Title: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar

[Bug 815692] Re: update-apt-xapian-index crashed with DatabaseError in buildIndex(): Modifications failed (DatabaseOpeningError: Couldn't open base /var/cache/apt-xapian-index/index.3/spelling.baseA t

2011-07-25 Thread ks64
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815692 Title: update-apt-xapian-index crashed with DatabaseError in buildIndex(): Modifications failed

[Bug 823386] Re: compiz crashed with SIGABRT in raise() [Merely unchecking the Unity plugin is enough to crash Compiz...]

2011-08-10 Thread ks64
** Description changed: This crash report occurred upon trying to perform the workaround to Bug - 685552 that Sam Spilsbury pointed out to me... + 685552 that Sam Spilsbury pointed out to me... So much for the + workaround as it no longer exists. ProblemType: Crash DistroRelease: Ubuntu

[Bug 667600] [NEW] Official UDS-N Advertsement only has audio -- no video -- when played in Flash

2010-10-27 Thread ks64
Public bug reported: Binary package hint: flashplugin-nonfree Here's what happens when I watch this video: http://www.youtube.com/watch?v=up3HpRTMW7s It only has audio, not video, in Firefox 4. The video shows up as a gray area on the page. ProblemType: Bug DistroRelease: Ubuntu 10.10

[Bug 667600] Re: Official UDS-N Advertsement only has audio -- no video -- when played in Flash

2010-10-27 Thread ks64
-- Official UDS-N Advertsement only has audio -- no video -- when played in Flash https://bugs.launchpad.net/bugs/667600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 667610] [NEW] Floating Point Exception when chrooting into Arch installation on external hard drive

2010-10-27 Thread ks64
Public bug reported: Binary package hint: coreutils kenny_str...@kenny-aoa110:/media/Arch Linux 2010.$ sudo chroot $PWD [sudo] password for kenny_strawn: ***Floating point exception*** kenny_str...@kenny-aoa110:/media/Arch Linux 2010.$ ProblemType: Bug DistroRelease: Ubuntu 10.10 Package:

[Bug 667610] Re: Floating Point Exception in the chroot command

2010-10-27 Thread ks64
** Description changed: Binary package hint: coreutils - kenny_str...@kenny-aoa110:/media/Arch Linux 2010.$ sudo chroot . - [sudo] password for kenny_strawn: + kenny_str...@kenny-aoa110:/media/Arch Linux 2010.$ sudo chroot $PWD + [sudo] password for kenny_strawn: Floating point exception

[Bug 667600] Re: Official UDS-N Advertsement only has audio -- no video -- when played in Flash

2010-10-28 Thread ks64
This is more of a FF4 bug (ppa:ubuntu-mozilla-team/ppa) than a Flash Plugin bug ** Package changed: flashplugin-nonfree (Ubuntu) = firefox (Ubuntu) ** Description changed: - Binary package hint: flashplugin-nonfree + Binary package hint: firefox-4.0 Here's what happens when I watch this

[Bug 663659] [NEW] Enabling RGBA in Ambiance kills the desktop background

2010-10-19 Thread ks64
Public bug reported: Binary package hint: metacity Unless I use Nautilus Elementary (which I am using; will change this package being affected to Nautilus, since Nautilus Elementary from the PPA registers as not a genuine Ubuntu package), enabling RGBA in Ambiance will cause the desktop

[Bug 663659] Re: Enabling RGBA in Ambiance kills the desktop background

2010-10-19 Thread ks64
** Package changed: metacity (Ubuntu) = nautilus (Ubuntu) -- Enabling RGBA in Ambiance kills the desktop background https://bugs.launchpad.net/bugs/663659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 672042] Re: Shotwell crashes upon Import from Folder with JHBuild running

2010-11-06 Thread ks64
** Visibility changed to: Public -- Shotwell crashes upon Import from Folder with JHBuild running https://bugs.launchpad.net/bugs/672042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 658085] Re: Songs synced to third-generation iPod Nano won't play on it

2010-10-14 Thread ks64
** Changed in: rhythmbox (Ubuntu) Status: New = Confirmed -- Songs synced to third-generation iPod Nano won't play on it https://bugs.launchpad.net/bugs/658085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 596292] Re: Unable to launch unity

2010-10-16 Thread ks64
I also had this problem on an Intel 945GME card, specifically on an Acer Aspire One AOA110-1545. And I had it even very late in the Unity development cycle, days before Ubuntu 10.10's final release. ** Changed in: unity (Ubuntu) Status: Fix Released = Invalid ** Changed in: unity (Ubuntu)

[Bug 675310] [NEW] Trying to install compiz-fusion-plugins-extra causes dependency errors

2010-11-14 Thread ks64
Public bug reported: Binary package hint: compiz See the attached TerminalLog.txt to see just what went wrong. When I try to install the compiz-fusion-plugins-extra package, I get an error saying that Ubuntu's version of compiz-core breaks any version of compiz-fusion-plugins-extra lower than

  1   2   3   >