[Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2014-05-25 Thread Steve Dodier-Lazaro
Regarding xfce4-volumed please submit any patch upstream (see https://bugs.launchpad.net/xfce4-volumed/+bug/1323030). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

[Bug 1439923] [NEW] GTK does not build because gtk_menu_tracker_item_get_menu_item does not always return a value

2015-04-02 Thread Steve Dodier-Lazaro
Public bug reported: Tested version: 3.14.11-0ubuntu1 Bug most likely introduced in: 3.10.6-0ubuntu1 gtk_menu_tracker_item_get_menu_item and gtk_menu_tracker_item_get_action_namespace both have return types, but use g_return_if_fail instead of g_return_val_if_fail. Attached is a diff of the

[Bug 1382792] Re: gedit crashes when zeitgeist plugin is disabled

2015-07-24 Thread Steve Dodier-Lazaro
Please try the patch attached in https://bugzilla.gnome.org/show_bug.cgi?id=752824, see if it helps. ** Bug watch added: GNOME Bug Tracker #752824 https://bugzilla.gnome.org/show_bug.cgi?id=752824 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1232987] Re: gedit crashed with SIGSEGV in zeitgeist_queued_proxy_wrapper_wait_for_proxy_co()

2015-07-24 Thread Steve Dodier-Lazaro
Please try the patch attached in https://bugzilla.gnome.org/show_bug.cgi?id=752824, see if it helps. ** Bug watch added: GNOME Bug Tracker #752824 https://bugzilla.gnome.org/show_bug.cgi?id=752824 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1273230] Re: gedit crashed with SIGSEGV in zeitgeist_log_insert_event_no_reply()

2015-07-24 Thread Steve Dodier-Lazaro
Please try the patch attached in https://bugzilla.gnome.org/show_bug.cgi?id=752824, see if it helps. ** Bug watch added: GNOME Bug Tracker #752824 https://bugzilla.gnome.org/show_bug.cgi?id=752824 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1477983] [NEW] Zeitgeist plugin read/write after free on datasource registration

2015-07-24 Thread Steve Dodier-Lazaro
Public bug reported: The Zeitgeist plugin creates a GPtrArray to give to libzeitgeist when registering a Zeitgeist datasource. libzeitgeist internally sinks this reference, but the plugin assumes the GPtrArray to still be available and later attempts to unref it. The attached patch adds a