[Bug 320223] Re: Don't squish expandable applets when adding new one

2009-11-13 Thread Michael Terry
** Changed in: gnome-panel (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Ken VanDine (ken-vandine) -- Don't squish expandable applets when adding new one https://bugs.launchpad.net/bugs/320223 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 301811] Re: Preferences/Power Management dialog wider than 1024 pixels with hungarian locale

2009-11-13 Thread Michael Terry
** Changed in: gnome-power-manager (Ubuntu) Assignee: (unassigned) = Ken VanDine (ken-vandine) -- Preferences/Power Management dialog wider than 1024 pixels with hungarian locale https://bugs.launchpad.net/bugs/301811 You received this bug notification because you are a member of Ubuntu

[Bug 969535] Re: [power]: gnome-settings-daemon crashed with SIGSEGV in engine_get_icon_priv()

2012-05-01 Thread Michael Terry
Just uploaded a fix for this to quantal and precise-proposed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/969535 Title: [power]: gnome-settings-daemon crashed

[Bug 868928] Re: gnome-settings-daemon crashed with SIGSEGV in engine_coldplug()

2012-05-01 Thread Michael Terry
Just uploaded a fix to quantal and precise-proposed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/868928 Title: gnome-settings-daemon crashed with SIGSEGV in

[Bug 969535] Re: [power]: gnome-settings-daemon crashed with SIGSEGV in engine_get_icon_priv()

2012-05-01 Thread Michael Terry
Matt, thanks for testing! I doubt that HUD issue is related to this specific bug. I'd suggest filing a new bug. But glad that the crash is fixed! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

[Bug 969535] Re: [power]: gnome-settings-daemon crashed with SIGSEGV in engine_get_icon_priv()

2012-05-03 Thread Michael Terry
Thanks, Iain! Yeah, the ubuntu2 version you saw go by was for quantal. The update for 12.04 was ubuntu1.1, as you found out. :) ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 950898] Re: Startup Applications dialog typo

2012-05-24 Thread Michael Terry
Thanks for the attention to detail! I forwarded this bug upstream: https://bugzilla.gnome.org/show_bug.cgi?id=676775 This isn't important enough to warrant a delta with upstream (especially since we don't even show that part of the UI anymore). But hopefully upstream will take the patch. So

[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-11 Thread Michael Terry
It's interesting that the stack is crashing in the @plt version of the function. See http://stackoverflow.com/questions/5469274/what-does-plt- mean-here for an explanation of the plt (procedure linkage table). So it's not even hitting libgdk. And neither gtk/gdk or gnome-settings- daemon

[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-14 Thread Michael Terry
** Attachment added: valgrind.log https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1007588/+attachment/3189382/+files/valgrind.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in

[Bug 810915] Re: User Accounts applet empty after adding or removing a user

2011-10-03 Thread Michael Terry
** Changed in: gnome-control-center (Ubuntu Oneiric) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/810915 Title: User

[Bug 864504] Re: Deja-dup crashes on gvfsd-sftp

2011-10-03 Thread Michael Terry
Sounds like a misbehaving gvfsd-sftp instead of a misbehaving deja-dup. Reassigning. Is there anything unusual about your ssh server? Is this 100% reproducable? ** Package changed: deja-dup (Ubuntu) = gvfs (Ubuntu) -- You received this bug notification because you are a member of Ubuntu

[Bug 857707] Re: gedit crashed with SIGSEGV in g_type_get_qdata()

2011-10-12 Thread Michael Terry
This can be seen even in gtksourceview3's source tree, if you go to ./tests and run python test-completion.py then try to type anything. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu.

[Bug 853999] Re: [System76 Lemur] Touchpad tab in mouse capplet is no longer present

2011-10-12 Thread Michael Terry
Ah, this got fixed. The tab is there now. Thanks! ** Changed in: gnome-control-center (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 857707] Re: gedit crashed with SIGSEGV in g_type_get_qdata()

2011-10-12 Thread Michael Terry
OK, this is definitely just the fault of gtksourceview. It creates a GtkSourceCompletionContext object with a floating ref, but doesn't sink the ref until it wants to finalize it (using an unusual ref_sink/unref pair of calls). Which means that when Python wants to create a wrapper Python object

[Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-13 Thread Michael Terry
This is because of a Gtk.targets_include_uri(context.list_targets()) call in snippets plugin. I'm checking now if this is due to bad gtk bindings or not for drag contexts... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in

[Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-13 Thread Michael Terry
Reproducable with just: from gi.repository import Gtk, Gdk Gtk.targets_include_uri([Gdk.Atom.intern('text/plain', False)]) I think this is a failure of pygobject to notice the 'disguised' GIR property of Gdk.Atom. I've filed an upstream bug about it. ** Package changed: gedit (Ubuntu) =

[Bug 849225] Re: gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-10-18 Thread Michael Terry
I have a patch for this that I submitted upstream. Will package it up after I decide if bug 857707 needs anything on the gedit side or not. ** Bug watch added: GNOME Bug Tracker #662114 https://bugzilla.gnome.org/show_bug.cgi?id=662114 ** Also affects: gedit via

[Bug 849225] Re: gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-10-20 Thread Michael Terry
I've pushed a patch to oneiric-proposed (gedit 3.2.1-0ubuntu2) for this. This bug is a crash regression from 11.04. To reproduce: * Select Edit - Preferences - Plugins - Python Console * Enable it * Then click its Preferences button gedit will crash, but it shouldn't with this patch. **

[Bug 681002] Re: gpg: problem with the agent: Bad CA certificate

2011-10-31 Thread Michael Terry
Planets, are you sure that you are specifically getting the error Bad CA certificate? There are several reasons/bugs why you might keep being prompted. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.

[Bug 576133] Re: Shouldn't allow autologin for ecryptfs users

2011-11-07 Thread Michael Terry
The code for this actually got put into oneiric's gnome-control-center. But due to a miscommunication, the required ecryptfs-verify never got a FFe filed for it and never got into oneiric. So I think the easiest solution is to SRU ecryptfs-verify from precise into oneiric. Looking into that now.

[Bug 804285] Re: gnome-power-manager crashed with signal 5 in _gdk_x11_display_error_event()

2011-11-22 Thread Michael Terry
Haven't noticed it, no. I'll mark fix released and reopen if I do. ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.

[Bug 803361] Re: gconfd-2 crashed with SIGABRT in raise()

2011-11-22 Thread Michael Terry
Haven't explicitly noticed it, no. ** Changed in: gconf (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/803361 Title: gconfd-2

[Bug 838539] Re: Help button does not work for startup applications help

2011-11-29 Thread Michael Terry
intentional instead of a broken system. ** Changed in: gnome-session (Ubuntu Oneiric) Assignee: (unassigned) = Michael Terry (mterry) ** Changed in: gnome-session (Ubuntu Oneiric) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 838539] Re: Help button does not work for startup applications help

2011-11-29 Thread Michael Terry
Here's a debdiff for precise (I've not uploaded yet because we are in soft-freeze for Alpha 1). It hides the help button. There is no corresponding help in GNOME 3.2 for this dialog, so makes no sense to have the button. ** Patch added: no-help.debdiff

[Bug 883694] Re: Downloaded subtitles not showing

2011-12-01 Thread Michael Terry
** Changed in: totem (Ubuntu) Assignee: (unassigned) = Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/883694 Title: Downloaded subtitles not showing

[Bug 883694] Re: Downloaded subtitles not showing

2011-12-01 Thread Michael Terry
) Assignee: Michael Terry (mterry) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/883694 Title: Downloaded subtitles not showing To manage notifications about

[Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-02 Thread Michael Terry
** Also affects: gedit (Ubuntu) Importance: Undecided Status: New ** Changed in: gedit (Ubuntu) Status: New = Fix Released ** Changed in: gedit (Ubuntu Oneiric) Assignee: (unassigned) = Michael Terry (mterry) ** Changed in: pygobject (Ubuntu Oneiric) Assignee: Michael

[Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-02 Thread Michael Terry
in: gedit (Ubuntu Oneiric) Assignee: Michael Terry (mterry) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit crashed with SIGSEGV in __memcpy_ssse3

[Bug 840765] Re: Insert Date and Time doesn't work correctly

2011-12-02 Thread Michael Terry
I've uploaded gedit 3.2.3 to oneiric-proposed which fixes this. It's a good SRU candidate because it comes free with some other fixes in 3.2.3 (like bug 863773) and it's a regression in functionality. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 844081] Re: Unity Greeter - Background of the Unity Greeter should reflect the background chosen by the user that is currently selected

2011-12-07 Thread Michael Terry
** Also affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/844081 Title: Unity Greeter

[Bug 844081] Re: Unity Greeter - Background of the Unity Greeter should reflect the background chosen by the user that is currently selected

2011-12-07 Thread Michael Terry
** Also affects: lightdm Importance: Undecided Status: New ** Also affects: lightdm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 844081] Re: Unity Greeter - Background of the Unity Greeter should reflect the background chosen by the user that is currently selected

2011-12-07 Thread Michael Terry
I've started with some implementation of this. The simple case is easy, where it's just one wallpaper with default settings. But I'm assuming our goal is seamlessness. So that when you log in, you see the same exact wallpaper (minus dots and branding obviously). That means that for full

[Bug 902837] [NEW] [MIR] vte3

2011-12-11 Thread Michael Terry
Public bug reported: In Debian, vte was split into two sources: vte and vte3. vte will stay at version 0.28 to provide ongoing GTK+ 2 support, while vte3 follows upstream's latest version that provides GTK+ 3 support only. This is just a source split and doesn't need a full MIR. Ideally two

[Bug 902225] Re: deja-dup automatic backup to Ubuntu One ungracefully fails without saved password

2011-12-11 Thread Michael Terry
Can you talk more about the error message you got? ** No longer affects: gnome-control-center (Ubuntu) ** Also affects: deja-dup Importance: Undecided Status: New ** Changed in: deja-dup Status: New = Incomplete -- You received this bug notification because you are a member

[Bug 902837] Re: [MIR] vte3

2011-12-12 Thread Michael Terry
** Changed in: vte (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/902837 Title: [MIR] vte3 To manage notifications about this bug go to:

[Bug 960518] [NEW] Can't unlock with second keyboard layout

2012-03-20 Thread Michael Terry
Public bug reported: Steps for me to reproduce: 0) Start with user with English layout, and English password 1) Go to System Settings - Keyboard Layout 2) Add an Afghani layout (not specific to Afghani, it's just at the top) 3)‌ Move the Afghani layout to be above the English one 4)‌ Lock your

[Bug 960518] Re: Can't unlock with second keyboard layout

2012-03-20 Thread Michael Terry
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/960518 Title: Can't unlock with second keyboard layout To manage notifications about this bug go to:

[Bug 960539] Re: gnome-control-center crashed with SIGSEGV

2012-03-20 Thread Michael Terry
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/960539 Title: gnome-control-center crashed with SIGSEGV To manage notifications about

[Bug 960096] Re: Live session started with wrong layout

2012-03-21 Thread Michael Terry
Downgrading libxklavier to 11.10's version fixes this for me. Looking into changes now. ** Package changed: gnome-settings-daemon (Ubuntu) = libxklavier (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon

[Bug 925474] Re: Find remote keys function is completely broken

2012-03-23 Thread Michael Terry
That's also a big commit to dig through for a fix... How about we just remove that menu option until Q when we will have seahorse 3.4? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to seahorse in Ubuntu.

[Bug 815837] Re: rhythmbox-metadata crashed with SIGSEGV in _start()

2012-03-23 Thread Michael Terry
Marking fix released since 2.96 is in precise. ** Changed in: rhythmbox (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/815837

[Bug 873679] Re: gnome-control-center crashed with SIGSEGV in um_user_set_automatic_login()

2012-03-23 Thread Michael Terry
** Changed in: gnome-control-center (Ubuntu Precise) Assignee: (unassigned) = Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/873679 Title

[Bug 873679] Re: gnome-control-center crashed with SIGSEGV in um_user_set_automatic_login()

2012-03-23 Thread Michael Terry
I pushed in a patch for this. I'm not sure why it's happening (the crash happens if the autologin switch changes but there is no selected user. I couldn't make the dialog have no selected user, but maybe that's something that happens during close). But I did see how to guard against a crash in

[Bug 869453] Re: deja-dup-monitor crashed with SIGSEGV in g_settings_backend_unsubscribe()

2012-04-05 Thread Michael Terry
This looks like a bug in glib2.0? Looks like the gsettings backend is NULL for some reason, which it doesn't handle well. ** Summary changed: - deja-dup-monitor crashed with SIGSEGV in g_object_unref() + deja-dup-monitor crashed with SIGSEGV in g_settings_backend_unsubscribe() ** Package

[Bug 960309] Re: deja-dup-monitor crashed with SIGSEGV in g_settings_backend_dispatch_signal()

2012-04-05 Thread Michael Terry
This seems to be in the bowels of glib2.0, moving to that package. ** Package changed: deja-dup (Ubuntu) = glib2.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/960309

[Bug 975066] Re: deja-dup crashed with SIGSEGV in g_hash_table_lookup_node()

2012-04-06 Thread Michael Terry
This looks like a problem in glib2.0's gdbus implementation? ** Package changed: deja-dup (Ubuntu) = glib2.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/975066 Title:

[Bug 965487] Re: [power]: gnome-settings-daemon crashed with SIGSEGV in engine_update_composite_device()

2012-04-09 Thread Michael Terry
I've got a patch for this. Working on it. ** Changed in: gnome-settings-daemon (Ubuntu Precise) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

[Bug 965487] Re: [power]: gnome-settings-daemon crashed with SIGSEGV in engine_update_composite_device()

2012-04-09 Thread Michael Terry
See https://bugzilla.gnome.org/show_bug.cgi?id=673007#c17 for explanation of why this happens and the fix. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/965487 Title:

[Bug 908140] Re: [user-accounts]: segfault in um_user_set_icon_file()

2012-04-09 Thread Michael Terry
to accountsservice about the logged in user with a less-than-MIN_UID uid. Will test and report back. ** Changed in: gnome-control-center (Ubuntu Precise) Assignee: (unassigned) = Michael Terry (mterry) ** Bug watch added: freedesktop.org Bugzilla #44408 https://bugs.freedesktop.org/show_bug.cgi?id

[Bug 908140] Re: [user-accounts]: segfault in um_user_set_icon_file()

2012-04-09 Thread Michael Terry
** Package changed: accountsservice (Ubuntu Precise) = gnome-control- center (Ubuntu Precise) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/908140 Title:

[Bug 978049] [NEW] [user-accounts] Cannot unset user icon

2012-04-10 Thread Michael Terry
accounts, that would be the generic icon.) ** Affects: gnome-control-center Importance: Unknown Status: Unknown ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Assignee: Michael Terry (mterry) Status: Fix Committed -- You received this bug notification

[Bug 978049] Re: [user-accounts] Cannot unset user icon

2012-04-10 Thread Michael Terry
) Status: New = Fix Committed ** Changed in: gnome-control-center (Ubuntu) Assignee: (unassigned) = Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs

[Bug 965792] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 951409] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 913168] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 909749] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 909935] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 890765] Re: gvfsd-metadata crashed with SIGSEGV (USB disk accidently removed)

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 889929] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 889806] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 869344] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 855803] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 800883] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 769576] Re: gvfsd-metadata crashed with SIGSEGV when orca is running in a a11y live session

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 769060] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 767211] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 767170] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 760107] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 758861] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug is no longer a duplicate of bug 744836 gvfsd-metadata crashed with SIGSEGV ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

[Bug 744836] Re: gvfsd-metadata crashed with SIGSEGV

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 405432 *** https://bugs.launchpad.net/bugs/405432 ** This bug has been marked a duplicate of bug 405432 gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 436871] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in)

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 Duplicate reports stopped right before 10.04's release. Is this still an issue for anyone? (I looked at code real quick, it seems to be because gdu_pool_new() can return NULL in some error situations, which

[Bug 566448] Re: gvfs-gdu-volume-monitor closed unexpectedly

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 557812] Re: Gvfs-gdu-volume-monitor closed unexpectedly

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 545296] Re: gvfs-gdu-volume-monitor

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 531731] Re: gvfs-gdu-volume-monitor crashes on login

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 529015] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 524906] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 523190] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 523026] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 521481] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 521459] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 512557] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 506566] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 500278] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 494897] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 489625] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 473076] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 469670] Re: i was doing nothing

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 469466] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 468930] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 469280] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 468279] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 467744] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 467457] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 467291] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 467195] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 466246] Re: gvfs crashed on first startup after upgrade to Karmic

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 465998] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 465966] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

[Bug 465761] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2012-04-11 Thread Michael Terry
*** This bug is a duplicate of bug 376145 *** https://bugs.launchpad.net/bugs/376145 ** This bug is no longer a duplicate of bug 436871 gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables(), wasn't even doing anything special (shortly after logging in) ** This bug

<    1   2   3   4   5   6   7   >