[Bug 781088] Re: Time is not syncronized with NTP-server

2014-03-15 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue that you reported is one that should be reproducible with the live environment of the Desktop ISO of the development release - Trusty Tahr. It would help us greatly if you could test with it so we can

[Bug 363328] Re: nm-applet display bug when switching signal strength

2012-03-26 Thread Charles Kerr
** Changed in: ubuntu-indicator-mods Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/363328 Title: nm-applet display bug when switching signal strength To manage

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
** Changed in: indicator-sound Assignee: Conor Curran (cjcurran) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949837 Title: indicator-sound-service crashed

[Bug 922299] Re: Mouse-wheeling sliders moves them the wrong way.

2012-03-26 Thread Charles Kerr
** Also affects: ido Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/922299 Title: Mouse-wheeling sliders moves them the wrong way. To manage

[Bug 872207] Re: When Firefox is running in Unity, drop-down menus sometime close when opened

2012-03-26 Thread Charles Kerr
Running unity 5.8.0 here, I haven't seen this bug in months but used to encounter it literally daily. Fixed IMO -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872207 Title: When Firefox is running

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
This is more than just an isolated crash, I think we're corrupting memory and this crash is just one side-effect of it... ** Changed in: indicator-sound (Ubuntu) Importance: Medium = High ** Changed in: indicator-sound Importance: Medium = High -- You received this bug notification

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
** Changed in: indicator-sound Status: Confirmed = 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/949837 Title: indicator-sound-service crashed with SIGSEGV in fast_validate() To

[Bug 926395] Re: Day names in calendar view not translated

2012-03-26 Thread Charles Kerr
** Changed in: indicator-datetime Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926395 Title: Day names in calendar view not translated To manage notifications

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
...no, maybe I'm wrong about that. I was confusing g_settings_get_strv() with g_variant_get_strv() which have different behaviors, one returns a deep copy and the other returns a shallow copy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
Okay, the problem here is a pretty simple one, settings.set_strv() requires a NULL-terminated array of strings and the vala code doesn't add a null to the ArrayList. Moreover, it looks like ArrayList.add() doesn't allow null anyway. I've reimplemented the two .set_strv() functions

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-26 Thread Charles Kerr
Fixing this bug exposes another one, Bug #965848 ** Branch linked: lp:~charlesk/indicator-sound/remove-interested-client -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949837 Title:

[Bug 949837] Re: indicator-sound-service crashed with SIGSEGV in fast_validate()

2012-03-27 Thread Charles Kerr
** Changed in: indicator-sound Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949837 Title: indicator-sound-service crashed with SIGSEGV in fast_validate()

[Bug 961656] Re: indicator-sound-service crashed with SIGABRT in raise()

2012-03-27 Thread Charles Kerr
Olli, what's happening is the ticket appears to be valid but doesn't have enough information yet to act on. The telltale sign in the ThreadStacktrace is the assertion error assertion failed: (fd_id == data-extra_fd_countx which has shown up in many other non-isound crashes too

[Bug 925829] Re: telepathy-indicator crashed with signal 5 in g_simple_async_result_complete()

2012-03-27 Thread Charles Kerr
Okay, it's definintely crashing in libindicate. The process is in libindicate/server.c's bus_connection_cb() callback func and calls g_bus_get_finish() to complete making the connection. g_bus_get_finish() returns an error, which bus_connection_cb() tries to log. The crash takes place while

[Bug 925829] Re: telepathy-indicator crashed with signal 5 in g_simple_async_result_complete()

2012-03-27 Thread Charles Kerr
See also Bug #852027, that one's in libindicator but has the same pattern. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925829 Title: telepathy-indicator crashed with signal 5 in

[Bug 852027] Re: indicator-session-service crashed with signal 5 in bus_get_cb()

2012-03-27 Thread Charles Kerr
It looks like the error string set by g_dbus_get_finish() is pointing to garbage. This is possibly an issue for upstream glib? Here's the code where the error occurred: /* Callback for getting our connection to DBus */ static void bus_get_cb (GObject * object, GAsyncResult * res,

[Bug 852027] Re: indicator-session-service crashed with signal 5 in bus_get_cb()

2012-03-27 Thread Charles Kerr
See also Bug #925829, that's in libindicate but has the same pattern as this ticket ** Changed in: indicator-session Importance: Undecided = High ** Changed in: indicator-session Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you

[Bug 852027] Re: indicator-session-service crashed with signal 5 in bus_get_cb()

2012-03-27 Thread Charles Kerr
Changing importance/assignee to match Bug #925829, possibly one of these two should be closed as a duplicate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852027 Title: indicator-session-service

[Bug 951496] Re: indicator-datetime-session severely leaks memory

2012-03-27 Thread Charles Kerr
Looks like the leaks were plugged in 0.3.92 in these commits: * http://bazaar.launchpad.net/~indicator-applet-developers/indicator-datetime/trunk.0.4/revision/162 * http://bazaar.launchpad.net/~indicator-applet-developers/indicator-datetime/trunk.0.4/revision/163 But agree the

[Bug 951496] Re: indicator-datetime-session severely leaks memory

2012-03-27 Thread Charles Kerr
I'm not sure what the proper launchpad-fu is here. This ticket could be marked as a duplicate of the leak ticket closed for datetime 0.3.92, but that would lose this separate issue wrt geoclue-examples. So I'm going to mark the Affects: datetime lines as invalid for this ticket and leave it to

[Bug 963870] Re: indicator-messages-service crashed with SIGSEGV in dirname()

2012-03-27 Thread Charles Kerr
for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find. ** Project changed: indicator-messages = libnss-db (Ubuntu) ** Changed in: libnss-db (Ubuntu) Assignee: Charles Kerr (charlesk

[Bug 954558] Re: nm-applet crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-27 Thread Charles Kerr
This might be fixed by dbusmenu r388, which first showed up in 0.5.95. Nick, any idea on how to reproduce this crash? If so, can you trigger it after upgrading to dbusmenu 0.5.95? ** Changed in: dbusmenu Status: Confirmed = Incomplete -- You received this bug notification because you

[Bug 942450] Re: gnome-control-center crashed with SIGSEGV in gtk_widget_get_toplevel()

2012-03-28 Thread Charles Kerr
Thanks for reporting this. Looks like a dbus proxy callback function wasn't getting cancelled properly when the datetime prefs panel was closed. ** Changed in: indicator-datetime Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 942450] Re: gnome-control-center crashed with SIGSEGV in gtk_widget_get_toplevel()

2012-03-28 Thread Charles Kerr
** Changed in: indicator-datetime Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942450 Title: gnome-control-center crashed with SIGSEGV in

[Bug 942450] Re: gnome-control-center crashed with SIGSEGV in gtk_widget_get_toplevel()

2012-03-29 Thread Charles Kerr
** Changed in: indicator-datetime Status: Fix Committed = 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/942450 Title: gnome-control-center crashed with SIGSEGV in

[Bug 900670] Re: removal of IM clients does not remove IM status from menu

2012-03-29 Thread Charles Kerr
** Changed in: indicator-messages Importance: Undecided = Medium ** Changed in: indicator-messages Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 964333] Re: rhythmbox controls at unity does not work

2012-03-29 Thread Charles Kerr
** Changed in: indicator-sound Status: Incomplete = New ** Changed in: indicator-sound (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964333 Title:

[Bug 733285] Re: Focus indication on playback controls is misleading

2012-03-29 Thread Charles Kerr
** Changed in: indicator-sound Status: Incomplete = New ** Changed in: indicator-sound (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733285 Title:

[Bug 966445] Re: time-zone applet select wrong nation

2012-03-29 Thread Charles Kerr
** Changed in: indicator-datetime Assignee: (unassigned) = Charles Kerr (charlesk) ** Changed in: indicator-datetime Status: New = Triaged ** Changed in: indicator-datetime Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu

[Bug 882801] Re: Using gdm instead of lightdm the change user indicator does not show up

2012-03-29 Thread Charles Kerr
franco, thanks for the response! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882801 Title: Using gdm instead of lightdm the change user indicator does not show up To manage notifications about

[Bug 882801] Re: Using gdm instead of lightdm the change user indicator does not show up

2012-03-29 Thread Charles Kerr
Thanks for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Precise Pangolin. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for

[Bug 917236] Re: indicator-datetime does not update date after change

2012-03-29 Thread Charles Kerr
** Changed in: indicator-datetime Status: New = Triaged ** Changed in: indicator-datetime Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 917236] Re: indicator-datetime does not update date after change

2012-03-29 Thread Charles Kerr
** Changed in: indicator-datetime Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917236 Title: indicator-datetime does not update date after change To manage

[Bug 947401] Re: indicator-sound-service crashed with SIGABRT in __assert_fail_base()

2012-03-29 Thread Charles Kerr
Jan, thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? This will help us to find and resolve the problem. -- You received this bug

[Bug 892044] Re: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-29 Thread Charles Kerr
Looks like this crash is happening in the datetime's GSettings glue code, which I rewrite for 12.04. Based on this and also iMac's feedback in comment 6, I strongly suspect this is solved so I'm going to mark this ticket as fixed. Thanks iMac! ** Changed in: indicator-datetime Status:

[Bug 961009] Re: indicator shows wrong date.

2012-03-29 Thread Charles Kerr
I'm able to trigger this behavior too. ** Changed in: indicator-datetime Status: New = Triaged ** Changed in: indicator-datetime Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 954558] Re: nm-applet crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-29 Thread Charles Kerr
Bah :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/954558 Title: nm-applet crashed with SIGSEGV in g_type_check_instance_cast() To manage notifications about this bug go to:

[Bug 957779] Re: Add support for Thunderbird's Lightning calendar to indicator-datetime

2012-03-29 Thread Charles Kerr
** Summary changed: - indicator-datetime doesn't support the Lightning calendar + Add support for Thunderbird's Lightning calendar to indicator-datetime ** Changed in: indicator-datetime Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu

[Bug 953432] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-29 Thread Charles Kerr
*** This bug is a duplicate of bug 954558 *** https://bugs.launchpad.net/bugs/954558 This isn't a duplicate of bug #951561, but it *is* a duplicate of bug #954558 ** This bug is no longer a duplicate of bug 951561 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug

[Bug 959384] Re: indicator-session-service crashed with SIGSEGV in __nptl_deallocate_tsd()

2012-03-29 Thread Charles Kerr
This appears to have crashed while creating a new thread, which seems very odd... akkun, thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug?

[Bug 957005] Re: Log Out option in the power menu does nothing

2012-03-29 Thread Charles Kerr
This is just a guess, but this ticket /might/ be related to or a duplicate of bug #943607 Jeff, is this reproducible? If so, what specific steps should we take to recreate this bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 947281] Re: Lock Screen should directly turn off backlight without waiting ...

2012-03-29 Thread Charles Kerr
Adding ayatana-design as this sounds like something they'd want to weigh in on. If not, pardon the interruption. :) ** Also affects: ayatana-design Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 911645] Re: indicator-session-service crashed with signal 5

2012-03-29 Thread Charles Kerr
As Olli says, please reopen if this is still a problem -- but in addition, if that happens please add a new trace because the one in this ticket seems broken. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903066] Re: gtk-logout-helper crashed with signal 5 in g_object_newv()

2012-03-29 Thread Charles Kerr
This doesn't look like a bug to me -- gtk-logout-helper is crashing only a few steps into its run, as soon as it calls the glib function g_settings_new (SESSION_SCHEMA). This is probably a problem with system configuration, and since a lot has changed since mid-December, this is a fairly

[Bug 947315] Re: Clicking System Settings window closes Locations window

2012-03-29 Thread Charles Kerr
I know this is a low priority bug but I know what's causing this and think it's got a proverbial Quick Fix... ** Changed in: indicator-datetime Assignee: (unassigned) = Charles Kerr (charlesk) ** Changed in: indicator-datetime Status: Triaged = In Progress -- You received this bug

[Bug 951829] Re: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-29 Thread Charles Kerr
cliff, you mentioned you were having other problems with evolution calendar too, could you go into more detail on that? Also, is this crash repeatable? If so, what are the steps I would need to follow to reproduce the crash? Thanks! ** Changed in: indicator-datetime Status: New =

[Bug 928275] Re: indicator-datetime-service crashed with SIGSEGV in g_settings_backend_dispatch_signal()

2012-03-29 Thread Charles Kerr
Hey iMac, is this still happening for you in 12.04? datetime's undergone a lot of code surgery since 0.3.1 :) ** Changed in: indicator-datetime Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 928001] Re: Top Panel Bar displays incorrect date

2012-03-29 Thread Charles Kerr
*** This bug is a duplicate of bug 917236 *** https://bugs.launchpad.net/bugs/917236 This sounds very much like Bug #917236, particularly the detail about the calendar showing the correct date even though the short label is wrong. ** This bug has been marked a duplicate of bug 917236

[Bug 959384] Re: indicator-session-service crashed with SIGSEGV in __nptl_deallocate_tsd()

2012-03-30 Thread Charles Kerr
Hi, that information couldn't hurt, but what would be most helpful is hearing whether or not you're able to reproduce this crash and, if so, what specific steps the developers should take to recreate this bug. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 733285] Re: Focus indication on playback controls is misleading

2012-03-30 Thread Charles Kerr
** Changed in: ayatana-design Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733285 Title: Focus indication on playback controls is misleading To manage

[Bug 951829] Re: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-30 Thread Charles Kerr
cliff, thanks for the update! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/951829 Title: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance_cast() To manage notifications

[Bug 951829] Re: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-30 Thread Charles Kerr
Based on the feedback in comment #7 it sounds like this was a configuration issue rather than a bug in datetime, so I'm going to close this ticket. Please feel free to report any other bugs you may find. Thanks again for taking the time to report this issue and help Ubuntu... ** Changed in:

[Bug 884573] Re: incorrect selection made when selecting date on calendar

2012-03-30 Thread Charles Kerr
I'm not able to reproduce this in 12.04 beta 2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884573 Title: incorrect selection made when selecting date on calendar To manage notifications about

[Bug 772340] Re: e-calendar-fact and indicator-datet consumes 2, 6GB Memory

2012-03-19 Thread Charles Kerr
Okay, I've run indicator-datetime-session in valgrind over the weekend and have found several memory leaks related to appointments. I have a work-in-progress plugging these leaks at lp:~charlesk/indicator- datetime/lp-772340 and when I'm done with them I'll propose that for merging. FWIW, without

[Bug 959498] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 959424] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 959413] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 959220] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958783] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958773] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958756] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958707] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958672] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958611] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 958592] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #953509, so it is being marked as such. Any further

[Bug 959531] Re: nautilus crashed while using Cairo-Dock-and Unity

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 959507] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 959240] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2012-03-19 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 ** This bug is no longer a duplicate of bug 958592 nautilus crashed with SIGSEGV in g_type_check_instance_cast() ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c

[Bug 960553] Re: indicator-messages no longer displays icons set with set_property_icon

2012-03-20 Thread Charles Kerr
** Changed in: indicator-messages Status: New = Fix Committed ** Changed in: indicator-messages Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960553 Title:

[Bug 960553] Re: indicator-messages no longer displays icons set with set_property_icon

2012-03-20 Thread Charles Kerr
** Changed in: indicator-messages Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960553 Title: indicator-messages no longer displays icons set with set_property_icon To

[Bug 772340] Re: e-calendar-fact and indicator-datet consumes 2, 6GB Memory

2012-03-20 Thread Charles Kerr
** Changed in: indicator-datetime Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772340 Title: e-calendar-fact and indicator-datet consumes 2,6GB Memory

[Bug 953509] Re: libdbusmenu-gtk crash in parser.c theme_changed_cb()

2012-03-21 Thread Charles Kerr
** Branch linked: lp:~charlesk/dbusmenu/lp-953509 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953509 Title: libdbusmenu-gtk crash in parser.c theme_changed_cb() To manage notifications about

[Bug 953509] Re: libdbusmenu-gtk crash in parser.c theme_changed_cb()

2012-03-21 Thread Charles Kerr
crtm: thanks for the extra info, it was very helpful in testing :) ** Changed in: dbusmenu Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953509 Title:

[Bug 772340] Re: e-calendar-fact and indicator-datet consumes 2, 6GB Memory

2012-03-21 Thread Charles Kerr
** Changed in: indicator-datetime Status: Fix Committed = 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/772340 Title: e-calendar-fact and indicator-datet consumes 2,6GB Memory

[Bug 969360] Re: unity-panel-service crashed due to heap corruption in g_free() from service_proxy_name_changed() [libindicator/indicator-service-manager.c:574]

2012-04-02 Thread Charles Kerr
Marco: ugh. Thanks very much for this fix. Ulrich: Well, bug #969393 is definitely a duplicate of this one. Regarding the use case you described, please try it again after doing an upgrade to pick up Marco's fix for this bug, and please report a new bug if the problem persists. Thanks! -- You

[Bug 947315] Re: Clicking System Settings window closes Locations window

2012-04-02 Thread Charles Kerr
** Changed in: indicator-datetime Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947315 Title: Clicking System Settings window closes Locations window To

[Bug 959840] Re: nm-applet crashed with SIGSEGV in g_type_check_instance_cast()

2012-04-02 Thread Charles Kerr
*** This bug is a duplicate of bug 953509 *** https://bugs.launchpad.net/bugs/953509 Jaime, this is a duplicate of bug #953509 which is fixed in the latest release. Thanks! ** This bug has been marked a duplicate of bug 953509 libdbusmenu-gtk crash in parser.c theme_changed_cb() -- You

[Bug 928275] Re: indicator-datetime-service crashed with SIGSEGV in g_settings_backend_dispatch_signal()

2012-04-02 Thread Charles Kerr
iMac, thanks for the updated info. Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Precise Pangolin. If you need a fix for the bug in previous versions of

[Bug 955655] Re: indicator-messages-service crashed with signal 5 in g_simple_async_result_complete()

2012-04-02 Thread Charles Kerr
*** This bug is a duplicate of bug 852027 *** https://bugs.launchpad.net/bugs/852027 ** This bug has been marked a duplicate of bug 852027 indicator-session-service crashed with signal 5 in bus_get_cb() -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 852441] Re: indicator-datetime-service crashed with signal 5 in ffi_call_unix64()

2012-04-02 Thread Charles Kerr
*** This bug is a duplicate of bug 852027 *** https://bugs.launchpad.net/bugs/852027 ** This bug is no longer a duplicate of bug 852440 indicator-datetime-service crashed with signal 5 in ffi_call_unix64() ** This bug has been marked a duplicate of bug 852027 indicator-session-service

[Bug 852440] Re: indicator-datetime-service crashed with signal 5 in ffi_call_unix64()

2012-04-02 Thread Charles Kerr
*** This bug is a duplicate of bug 852027 *** https://bugs.launchpad.net/bugs/852027 ** This bug has been marked a duplicate of bug 852027 indicator-session-service crashed with signal 5 in bus_get_cb() -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 852027] Re: indicator-session-service crashed with signal 5 in bus_get_cb()

2012-04-02 Thread Charles Kerr
So this is an unusual bug. The tickets I've marked as duplicates go across several of the indicator packages, but follows the pattern of dying in the middle of a g_error() message as it tries to print the reason that a dbus call failed. g_error() messages here are fatal anyway, and here would be

[Bug 797188] Re: Call GTK functions without gdk lock

2012-04-02 Thread Charles Kerr
** Changed in: appmenu-gtk Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797188 Title: Call GTK functions without gdk lock To manage notifications about this bug

[Bug 948955] Re: indicator-datetime-service crashed with SIGSEGV in icaltimezone_ensure_coverage()

2012-04-02 Thread Charles Kerr
This is an odd ticket... I don't see anything suspicious in the indicator-datetime code that calls ecal, and the crash is occurring down inside libical functions called by ecal. I do notice that Ubuntu's upgraded libical from 0.44 to 0.48 in the time since this bug report was filed. Pete, did

[Bug 953585] Re: small memory leak caused by inline use of dbus_g_method_get_sender()

2012-04-02 Thread Charles Kerr
** Changed in: indicator-application Status: Fix Committed = 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/953585 Title: small memory leak caused by inline use of

[Bug 957542] Re: Translatable strings are not extracted from indicator-power

2012-04-02 Thread Charles Kerr
** Changed in: indicator-power Status: Fix Committed = 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/957542 Title: Translatable strings are not extracted from indicator-power

[Bug 906037] Re: Bluetooth status not obvious inside menu

2012-04-02 Thread Charles Kerr
** Changed in: ubuntu-indicator-mods Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906037 Title: Bluetooth status not obvious inside menu To manage notifications

[Bug 524541] Re: Volume (slider) item isn't highlighted when selected

2012-04-02 Thread Charles Kerr
** Changed in: ido Status: Fix Committed = Fix Released ** Changed in: ido (Ubuntu) Status: Triaged = 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/524541 Title: Volume

[Bug 957522] Re: Accessible description of indicator-printers does not appear translated

2012-04-02 Thread Charles Kerr
** Changed in: indicator-printers Status: Fix Committed = 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/957522 Title: Accessible description of indicator-printers does not

[Bug 898611] Re: Slider shouldn't increase by steps

2012-04-02 Thread Charles Kerr
** Changed in: ido Status: Fix Committed = 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/898611 Title: Slider shouldn't increase by steps To manage notifications about this bug

[Bug 948820] Re: HUD denial of service

2012-04-02 Thread Charles Kerr
After the commit that Gord noted in unity on 2012-03-30, is there anything left in this ticket not duplicated by bug 938584 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948820 Title: HUD denial

[Bug 806848] Re: unity-panel-service at 100% cpu when opened /w rb without album cover

2012-03-15 Thread Charles Kerr
** Changed in: indicator-sound Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/806848 Title: unity-panel-service at 100% cpu when opened /w rb without album

[Bug 885730] Re: keyboard layout indicator reacts incorrectly

2012-03-15 Thread Charles Kerr
** Changed in: ubuntu-indicator-mods Status: Triaged = 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/885730 Title: keyboard layout indicator reacts incorrectly To manage

[Bug 953479] Re: unity-panel-service crashed with SIGSEGV in g_variant_is_trusted()

2012-03-15 Thread Charles Kerr
appmenu, and libappmenu only calls g_variant_new_tuple() in one place, at the end of indicator-appmenu.c's get_menus() function :) ** Changed in: indicator-appmenu Assignee: (unassigned) = Charles Kerr (charlesk) ** Changed in: indicator-appmenu Importance: Undecided = High -- You

[Bug 953479] Re: unity-panel-service crashed with SIGSEGV in g_variant_is_trusted()

2012-03-15 Thread Charles Kerr
** Changed in: indicator-appmenu Status: New = In Progress ** Branch linked: lp:~charlesk/indicator-appmenu/lp-953479 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953479 Title:

[Bug 953111] Re: indicator-sound-service crashed with SIGABRT in raise()

2012-03-15 Thread Charles Kerr
Duplicate bug #830715 has a slightly less corrupt log message: StacktraceTop: g_assertion_message (domain=optimized out, file=optimized out, line=optimized out, func=0x7fddc43a0be0 Address 0x7fddc43a0be0 out of bounds, message=0x7fddc003aa20 assertion failed: (fd_id == data-extra_fd_count))

[Bug 833337] Re: Current timezone duplicates with saved locations

2012-03-15 Thread Charles Kerr
** Changed in: indicator-datetime Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/87 Title: Current timezone duplicates with saved locations

[Bug 663988] Re: Removing package evolution does not remove Set up mail... from the Messaging Menu

2012-03-15 Thread Charles Kerr
** Changed in: evolution-indicator (Ubuntu) Assignee: (unassigned) = Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663988 Title: Removing package evolution does

[Bug 829648] Re: No easy way to turn the sound menu on/off

2012-03-15 Thread Charles Kerr
** Changed in: indicator-sound (Ubuntu) Assignee: Charles Kerr (charlesk) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829648 Title: No easy way to turn the sound menu on/off

[Bug 885730] Re: keyboard layout indicator reacts incorrectly

2012-03-16 Thread Charles Kerr
** Changed in: ubuntu-indicator-mods Status: In Progress = 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/885730 Title: keyboard layout indicator reacts incorrectly To manage

  1   2   3   4   5   6   7   8   9   10   >