[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-06-22 Thread Philip Langdale
Ah, sorry. Yes, if you rebuild the focal package with f56a65f and use
openssl, then connectivity and file transfers work correctly. There does
not appear to be any other changes required. I can't vouch for all the
functionality, of course. The device backup functionality seems popular,
but I don't use it. I've tried doing a device backup and that seems
fine, but I'm not going to attempt to restore it. :-)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-06-19 Thread Philip Langdale
So, the new builds are new enough versions but libimobiledevice is still
built against gnutls and so file transfers don't work. If I build my own
library at the 1.3.0 version against openssl and drop it in, then it all
works fine.

The new builds of libplist and libusbmuxd are very helpful as they make
it easy to rebuild libimobiledevice, but until the build is switched to
openssl, it'll be broken no matter the version.

And so yes, focal is broken too.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-06-15 Thread Philip Langdale
Upstream fix for the openssl issue is in: f56a65f in libimobiledevice.

Taking advantage of that requires switching the ubuntu build from using
gnutls to openssl.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-05-01 Thread Philip Langdale
https://github.com/libimobiledevice/libimobiledevice/issues/941

** Bug watch added: github.com/libimobiledevice/libimobiledevice/issues #941
   https://github.com/libimobiledevice/libimobiledevice/issues/941

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-05-01 Thread Philip Langdale
Ok, so this is progress. Building against gnutls fixes the trust
pairing, but breaks file transfers. I rebuild the same source with
openssl vs gnutls and that's exactly what I see. With openssl I have to
re-pair every time I plug in but with gnutls, the file transfers don't
work.

The official ubuntu build uses gnutls so that's why we see the behaviour
we do, and why the git version ubuntu uses should be new enough - it is
with openssl.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-05-01 Thread Philip Langdale
I've upgraded to 20.04 and have checked out the installed versions. For
now, I was able to get it working "just" by upgrading libimobiledevice
to the latest git and building against gnutls (using openssl resulted in
it needing to re-trust every time I plug in because the TLS information
it is saving is wrong, somehow).

The other libraries are new enough now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2020-01-12 Thread Philip Langdale
I can't test the latest packages fully because I'm running eoan but I
did install the packages from focal and it didn't work, while I'm home-
built binaries from mid october do work, so maybe some regressed? The
usbmuxd upgrade is fine, but libimobiledevice/libusbmuxd is what breaks
it. I can't disentangle those two because the so version changed.

I also tried installing focal in a VM - the pass through behaviour is
not perfect, but the problems were the same.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2019-12-12 Thread Philip Langdale
At the time I filed the bug, I did not notice an updated build in focal
- it was still the same one as in eoan, but perhaps I was just not
paying enough attention. I will try it out. That version is likely to be
new enough to work, although I know there was an update to libusbmuxd
with a version and soname bump in november (although the functional
changes are already present in that git revision) and that would be
worth having to avoid long term confusion.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] Re: Need updated libimobiledevice and dependencies to access iOS 13 devices

2019-12-12 Thread Philip Langdale
I'll try out the focal builds when I get a chance.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1854403] [NEW] Need updated libimobiledevice and dependencies to access iOS 13 devices

2019-11-28 Thread Philip Langdale
Public bug reported:

iOS 13 devices require updated libimobiledevice, libusbmuxd and usbmuxd
to work correctly. Without the updates, the device appears to be
accessible but it's impossible to copy files to the devices.

** Affects: libimobiledevice (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libplist (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libusbmuxd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: usbmuxd (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: usbmuxd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libusbmuxd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libplist (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1854403

Title:
  Need updated libimobiledevice and dependencies to access iOS 13
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1854403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1852113] Re: gdm logic for disabling wayland on nvidia is too rigid

2019-11-11 Thread Philip Langdale
I would then offer an additional comment. The current logic will disable
wayland for hybrid configurations using nvidia's PRIME support, even
though there isn't a compatibility problem. You can log in to a Wayland
session and it will run on the Intel GPU just fine, although there is no
PRIME support, so the nvidia GPU can't do anything very useful.

TO fix that, you'd want to add an `ATTR{boot_vga}=="1"` condition to the
udev rule.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1852113

Title:
  gdm logic for disabling wayland on nvidia is too rigid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1852113/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1852113] [NEW] gdm logic for disabling wayland on nvidia is too rigid

2019-11-11 Thread Philip Langdale
Public bug reported:

First observation is that the changelog here:

https://bugs.launchpad.net/ubuntu/+source/gdm3/3.34.1-1ubuntu1

says that the blacklisting of wayland+nvidia was reverted:

+ Add debian/patches/revert_nvidia_wayland_blacklist.patch:
  - Don't blacklist nvidia for wayland

But this patch isn't in the sources and the blacklist rule is still
present.

If I disable the udev blacklist rule, wayland on nvidia continues to
work as well as it did in 19.04.

However, I've been doing a bunch of playing around with hybrid
configurations, and there is one situation, where there can be a
problem. If you are using nvidia as your primary graphics device, but
the Intel one is still visible on the pci bus (not disabled in
firmware), then gdm will trigger a kernel oops in the i915 driver if
wayland is not disabled. This didn't happen in 19.04 so it's a
regression somewhere.

** Affects: gdm3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1852113

Title:
  gdm logic for disabling wayland on nvidia is too rigid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1852113/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1697207] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1697207

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1697207/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1697951] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1697951

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1697951/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1698716] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1698716

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1698716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1700956] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1700956

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1700956/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1701846] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1701846

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1701846/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1697295] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1697295

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1697295/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1693390] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1693390

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1693390/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1699939] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1699939

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1699939/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1694041] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1694041

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1694041/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1703219] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1703219

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1703219/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1703385] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1703385

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1703385/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1699327] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1699327

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1699327/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1701844] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1701844

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1701844/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1702115] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1702115

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1702115/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1704136] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1704136

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1704136/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1703145] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
*** This bug is a duplicate of bug 1706097 ***
https://bugs.launchpad.net/bugs/1706097

** This bug is no longer a duplicate of bug 1693390
   gvfsd-mtp crashed with SIGSEGV
** This bug has been marked a duplicate of bug 1706097
   gvfsd-mtp crashed with SIGSEGV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1703145

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1703145/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1706097] Re: gvfsd-mtp crashed with SIGSEGV

2018-03-28 Thread Philip Langdale
This has been fixed and released upstream (1.32.2, 1.34.2.1, 1.36.0)

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=787992
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1706097

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1706097/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1718554] Re: Need updated libimobiledevice to mount IOS 11 devices

2017-09-20 Thread Philip Langdale
I patched and built a package locally and confirmed the fix works.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1718554

Title:
  Need updated libimobiledevice to mount IOS 11 devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1718554/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1718554] [NEW] Need updated libimobiledevice to mount IOS 11 devices

2017-09-20 Thread Philip Langdale
Public bug reported:

After upgrading to IOS 11, I stopped being able to mount my ipad in
ubuntu.

The relevant log lines from gvfs-afc are:

gvfsd[1855]: afc: Added new job source 0x55802a00f130 (GVfsBackendAfc)
gvfsd[1855]: afc: Queued new job 0x558029ff36d0 (GVfsJobMount)
gvfsd[1855]: afc: Lockdown client try #0
gvfsd[1855]: afc: Got lockdown error '-3' while doing 'initial paired client'
gvfsd[1855]: afc: send_reply(0x558029ff36d0), failed=1 (Unhandled Lockdown 
error (-3))

The fix is here in the upstream github:

https://github.com/libimobiledevice/libimobiledevice/commit/5a85432719fb3d18027d528f87d2a44b76fd3e12

** Affects: libimobiledevice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1718554

Title:
  Need updated libimobiledevice to mount IOS 11 devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1718554/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-06-16 Thread Philip Langdale
That's up the the Ubuntu package maintainers, but I doubt it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1175947

Title:
  gvfs-copy --preserve doesn't work with MTP devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1175947/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-05-25 Thread Philip Langdale
** Bug watch added: GNOME Bug Tracker #749788
   https://bugzilla.gnome.org/show_bug.cgi?id=749788

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=749788
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1175947

Title:
  gvfs-copy --preserve doesn't work with MTP devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1175947/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1389001] Re: Can not copy files by cp from Samsung S5 Mini in GVFS in MTP mode

2014-11-10 Thread Philip Langdale
That's unfortunate. Basically, without those google extensions, MTP can
only do full-file copies. It can read a file off the device or send a
file. It can't let you read a little bit of a file, or selectively
update part of a file. This makes it mechancially impossible to do any
incremental operations, as you'd need for rsync. It means you can't copy
files with non-gvfs applications, and you can't open files in
applications. You have to copy the files to your computer (using
Nautilus, Thunar, etc), do whatever you want to them, and then copy them
back (or delete them if you were just reading them). It's a miserable
experience, but it's all that MTP has to offer.

The google extensions allow for normal random I/O on files, which makes
life much easier - but Samsung insist on using their own MTP server
instead of the standard Android one.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1389001

Title:
  Can not copy files by cp from Samsung S5 Mini in GVFS in MTP mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1389001/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1389001] Re: Can not copy files by cp from Samsung S5 Mini in GVFS in MTP mode

2014-11-09 Thread Philip Langdale
This is due to the limitations in non-Google mtp stacks. You cannot do
direct file access, which makes it impossible to do low level file
copies like this. The file managers use the gvfs api that allows file
copies. From the command line you can use the gvfs-copy utility.

You could also install cyanogenmod on the phone to get the Google mtp
stack.

** Package changed: coreutils (Ubuntu) = gvfs (Ubuntu)

** Changed in: gvfs (Ubuntu)
   Status: New = Invalid

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1389001

Title:
  Can not copy files by cp from Samsung S5 Mini in GVFS in MTP mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1389001/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1152472] Re: gvfsd-mtp crashed with SIGSEGV in list_add_tail()

2014-06-17 Thread Philip Langdale
This is the very first version with any mtp support, and a lot of fixes
have gone in since then. Please reopen if you can reproduce on 14.04 or
newer.

** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1152472

Title:
  gvfsd-mtp crashed with SIGSEGV in list_add_tail()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1152472/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1274890] Re: gvfsd-mtp crashed with SIGABRT in g_thread_abort()

2014-04-12 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1274890

Title:
  gvfsd-mtp crashed with SIGABRT in g_thread_abort()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1274890/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1229875] Re: gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new() (when plugging in android phone via USB port)

2014-04-12 Thread Philip Langdale
*** This bug is a duplicate of bug 1227089 ***
https://bugs.launchpad.net/bugs/1227089

** This bug has been marked a duplicate of bug 1227089
   gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1229875

Title:
  gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new() (when plugging
  in android phone via USB port)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1229875/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227089] Re: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

2014-01-21 Thread Philip Langdale
The 3.8.2-0ubuntu2.2 release of Nautilus fixes this problem.

** Package changed: gvfs (Ubuntu) = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: nautilus (Ubuntu)
 Assignee: Philip Langdale (langdalepl) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1227089

Title:
  gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1227089/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1253187] Re: Unable to unmount Nexus 4: The connection is closed

2013-12-12 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
   Status: New = Fix Committed

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1253187

Title:
  Unable to unmount Nexus 4: The connection is closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1253187/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1208535] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Philip Langdale
** Bug watch added: GNOME Bug Tracker #715119
   https://bugzilla.gnome.org/show_bug.cgi?id=715119

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1208535

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1208535/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1197933] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-11-24 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

** Bug watch added: GNOME Bug Tracker #715119
   https://bugzilla.gnome.org/show_bug.cgi?id=715119

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1197933

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1197933/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227089] Re: gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

2013-11-24 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

** Bug watch added: GNOME Bug Tracker #715119
   https://bugzilla.gnome.org/show_bug.cgi?id=715119

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=715119
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1227089

Title:
  gvfsd-mtp crashed with SIGSEGV in g_hash_table_lookup()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1227089/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1218520] Re: gvfsd-mtp assert failure: *** Error in `/usr/lib/gvfs/gvfsd-mtp': free(): invalid pointer: 0x081bd1c8 ***

2013-11-04 Thread Philip Langdale
There are many crash on eject bugs - the main issue is that the because
the USB device is gone libmtp is left in an unpredictable state, so it's
easy for things to blow up even as we try to exit as quickly as
possible. Did you see the exact same backtrace? It might also match one
of the other eject crashes that are filed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1218520

Title:
  gvfsd-mtp assert failure: *** Error in `/usr/lib/gvfs/gvfsd-mtp':
  free(): invalid pointer: 0x081bd1c8 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1218520/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1214144] Re: gvfsd-mtp crashed with SIGSEGV in __GI___pthread_mutex_lock()

2013-10-24 Thread Philip Langdale
Assuming that the clean shutdown fix in 1.17.3 addressed this. Unplug
problems are unpredictable and hard to reproduce, so I want to clean the
slate and only look at reports from new releases with that possible fix.

** Changed in: gvfs (Ubuntu)
   Status: New = Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1214144

Title:
  gvfsd-mtp crashed with SIGSEGV in __GI___pthread_mutex_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1214144/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1194677] Re: gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

2013-10-24 Thread Philip Langdale
Assuming that the clean shutdown fix in 1.17.3 addressed this. Unplug
problems are unpredictable and hard to reproduce, so I want to clean the
slate and only look at reports from new releases with that possible fix.

** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1194677

Title:
  gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1194677/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1208535] Re: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-10-24 Thread Philip Langdale
Assuming that the clean shutdown fix in 1.17.3 addressed this. Unplug
problems are unpredictable and hard to reproduce, so I want to clean the
slate and only look at reports from new releases with that possible fix.

** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1208535

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1208535/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1218520] Re: gvfsd-mtp assert failure: *** Error in `/usr/lib/gvfs/gvfsd-mtp': free(): invalid pointer: 0x081bd1c8 ***

2013-10-24 Thread Philip Langdale
Assuming that the clean shutdown fix in 1.17.3 addressed this. Unplug
problems are unpredictable and hard to reproduce, so I want to clean the
slate and only look at reports from new releases with that possible fix.

** Changed in: gvfs (Ubuntu)
   Status: New = Fix Released

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1218520

Title:
  gvfsd-mtp assert failure: *** Error in `/usr/lib/gvfs/gvfsd-mtp':
  free(): invalid pointer: 0x081bd1c8 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1218520/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1113931] Re: gvfsd-mtp crashed with SIGABRT in __libc_message()

2013-10-24 Thread Philip Langdale
Assuming that the clean shutdown fix in 1.17.3 addressed this. Unplug
problems are unpredictable and hard to reproduce, so I want to clean the
slate and only look at reports from new releases with that possible fix.

** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1113931

Title:
  gvfsd-mtp crashed with SIGABRT in __libc_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1113931/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1202188] Re: gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

2013-07-25 Thread Philip Langdale
*** This bug is a duplicate of bug 1194677 ***
https://bugs.launchpad.net/bugs/1194677

** This bug has been marked a duplicate of bug 1194677
   gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1202188

Title:
  gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1202188/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1201219] Re: gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

2013-07-25 Thread Philip Langdale
*** This bug is a duplicate of bug 1194677 ***
https://bugs.launchpad.net/bugs/1194677

** This bug is no longer a duplicate of bug 1202188
   gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()
** This bug has been marked a duplicate of bug 1194677
   gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1201219

Title:
  gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1201219/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1200580] Re: gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

2013-07-25 Thread Philip Langdale
*** This bug is a duplicate of bug 1194677 ***
https://bugs.launchpad.net/bugs/1194677

** This bug is no longer a duplicate of bug 1202188
   gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()
** This bug has been marked a duplicate of bug 1194677
   gvfsd-mtp crashed with SIGSEGV in ptp_transaction_new()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1200580

Title:
  gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1200580/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1203692] Re: Can't delete files with Delete-Key on MTP-Device

2013-07-22 Thread Philip Langdale
This is how Nautilus works in the latest version. Trash isn't supported
on MTP devices, and the new nautilus will just disable 'Del' in that
situation. You have to shift-del or use the mouse. Old versions of
nautilus or nemo still allow 'del'

** Changed in: gvfs (Ubuntu)
   Status: New = Invalid

** Also affects: nautilus
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1203692

Title:
  Can't delete files with Delete-Key on MTP-Device

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1203692/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1203704] Re: gedit, Eye of GNOME etc. can't open files from MTP-Devices

2013-07-22 Thread Philip Langdale
Fixed in 1.17.2-0ubuntu2 in Saucy - assuming your device as Google's MTP
stack.

** Bug watch added: GNOME Bug Tracker #695984
   https://bugzilla.gnome.org/show_bug.cgi?id=695984

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=695984
   Importance: Unknown
   Status: Unknown

** Changed in: gvfs (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1203704

Title:
  gedit, Eye of GNOME etc. can't open files from MTP-Devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1203704/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2013-06-20 Thread Philip Langdale
The main issue is that no backend in gvfs actually respects it, and the
documented semantics are not clear, so I'm not sure what the 'right' fix
is. That and not having enough free time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1175947

Title:
  gvfs-copy --preserve doesn't work with MTP devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1175947/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1157583] Re: Unable to copy files from samba share to gvfsd-mtp mounted device

2013-06-13 Thread Philip Langdale
This bug was fixed in the package gvfs - 1.17.1-0ubuntu1

---
gvfs (1.17.1-0ubuntu1) saucy; urgency=low

  * New upstream release:
- Improved MTP backend functionality (LP: #1157586)
- Many metadata bug fixes.
  * Bump glib and libmtp build dependencies according to configure.ac.
  * Refresh patches.
  * Drop build_old_libgphoto.patch, not necessary any more.
 -- Martin Pitt martin.p...@ubuntu.com   Thu, 13 Jun 2013 15:45:54 +0200

** Changed in: gvfs (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1157583

Title:
  Unable to copy files from samba share to gvfsd-mtp mounted device

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1157583/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2013-05-06 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1175947

Title:
  gvfs-copy --preserve doesn't work with MTP devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1175947/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1159277] Re: Samsung galaxy s2, unable to open MTP device

2013-04-30 Thread Philip Langdale
idovecer, are you using a usb 3 port? Older Samsung devices don't seem
to like to be plugged into those.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1159277

Title:
  Samsung galaxy s2, unable to open MTP device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1159277/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1157586] Re: Reduced File manager functionality when working with MTP device

2013-04-26 Thread Philip Langdale
Actually not. This is fixed in upstream master, but not on the 1.16
branch so it's not in raring

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1157586

Title:
  Reduced File manager functionality when working with MTP device

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1157586/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1157583] Re: Unable to copy files from samba share to gvfsd-mtp mounted device

2013-04-26 Thread Philip Langdale
Fix is merged to upstream master but not in the 1.16 branch that ships
with Raring.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1157583

Title:
  Unable to copy files from samba share to gvfsd-mtp mounted device

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1157583/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1172126] Re: transfer between remote smb and mtp fails with Operation not supported by protocol

2013-04-24 Thread Philip Langdale
*** This bug is a duplicate of bug 1157583 ***
https://bugs.launchpad.net/bugs/1157583

** This bug has been marked a duplicate of bug 1157583
   Unable to copy files from samba share to gvfsd-mtp mounted device

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1172126

Title:
  transfer between remote smb and mtp fails with Operation not
  supported by protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1172126/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1159277] Re: Samsung galaxy s2, unable to open MTP device

2013-04-13 Thread Philip Langdale
The  alert is a function of nautilus and gnome-settings-daemon. The
first shows the error and the second one decides whether to automount or
not. Gvfs isn't really in a position to control how the detection events
are responded to.

Disabling device automount is the simplest way to avoid it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1159277

Title:
  Samsung galaxy s2, unable to open MTP device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1159277/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1130101] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-04-02 Thread Philip Langdale
Fixed in 1.16.1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1130101

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1130101/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1160847] Re: gvfs should not attempt to mount MTP devices in an endless loop (cluttering your desktop with messages)

2013-03-30 Thread Philip Langdale
So, after some research:

1) gvfs is not responsible for automounting. It emits events when
devices appear and responds to requests to mount devices. As such, gvfs
is not responsible for deciding whether to give up on mount attempts or
not.

2) Instead, I believe the heavy lifting is done by gnome-settings-
daemon.

3) It respects a config key at /org/gnome/desktop/media-
handling/automount. If this key is set to false, then no attempts will
be made to auto-mount devices.

So, it seems you have a few options.

A) Note that the libmtp detect rule which catches android devices is not
based on ID. It runs a program called mtp-probe that checks the USB
interfaces exposed by the device. I feel certain that you can configure
the USB interfaces published by the device to exclude MTP if you don't
support it. Normal android devices must be able to do this if they use
UMS instead of MTP.

B) You can turn off automounting if you're just worried about your
development workflow.

C) You can file a g-s-d bug and ask them to implement some sort of back-
off failure handling policy.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1160847

Title:
  gvfs should not attempt to mount MTP devices in an endless loop
  (cluttering your desktop with messages)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1160847/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1160847] Re: please add an option to inhibit gvfs mtp mounts

2013-03-27 Thread Philip Langdale
The MTP monitor in gvfs looks for usb devices with the IS_MTP flag set
in the udev info. This is controlled by the 69-libmtp.rules file, so if
Ubuntu Touch devices shouldn't be identified as having MTP, then the
appropriate change should be made to the rules file.

There is no conflict between mtp and adb on normal Android devices. I
use both all the time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1160847

Title:
  please add an option to inhibit gvfs mtp mounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1160847/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1159772] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-25 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1159772

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1159772/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1159277] Re: Samsung galaxy s2, unable to open MTP device

2013-03-25 Thread Philip Langdale
It has to do with how Samsung phones (at least of this generation) deal
with being plugged in. They don't present a completely stable set of USB
capabilities when initially connected, and while it eventually
stablizes, the end result is that the mtp detector appears to see the
phone appear twice - so the first time, it makes the connection and you
see the window (which works fine), but the second time it 'appears', the
connection attempt fails, unsurprisingly. Not sure what we can really do
about it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1159277

Title:
  Samsung galaxy s2, unable to open MTP device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1159277/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1130101] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-24 Thread Philip Langdale
** Bug watch added: GNOME Bug Tracker #696479
   https://bugzilla.gnome.org/show_bug.cgi?id=696479

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=696479
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1130101

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1130101/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1158053] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1158053

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1158053/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1157709] Re: gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1157709

Title:
  gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1157709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1157428] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1157428

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1157428/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1156467] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref() after ejecting device

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1156467

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref() after ejecting
  device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1156467/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1156369] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1156369

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1156369/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1156238] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1156238

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1156238/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1156091] Re: gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1156091

Title:
  gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1156091/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1155925] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1155925

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1155925/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1155827] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1155827

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1155827/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1155477] Re: gvfsd-mtp crashed with SIGSEGV in weak_refs_notify()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1155477

Title:
  gvfsd-mtp crashed with SIGSEGV in weak_refs_notify()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1155477/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1152905] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1152905

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1152905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1152786] Re: gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1152786

Title:
  gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1152786/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1149135] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1149135

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1149135/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1138198] Re: gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1138198

Title:
  gvfsd-mtp crashed with SIGSEGV in g_datalist_id_set_data_full()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1138198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1138167] Re: gvfsd-mtp crashed with SIGSEGV in try_read()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1117729 ***
https://bugs.launchpad.net/bugs/1117729

** This bug has been marked a duplicate of bug 1117729
   gvfsd-mtp crashed with SIGSEGV in try_read()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1138167

Title:
  gvfsd-mtp crashed with SIGSEGV in try_read()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1138167/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1131912] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1131912

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1131912/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1131015] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1131015

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1131015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1131876] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1149135
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1131876

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1131876/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1130597] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1130597

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1130597/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1130535] Re: gvfsd-mtp crashed with SIGSEGV in weak_refs_notify()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1130535

Title:
  gvfsd-mtp crashed with SIGSEGV in weak_refs_notify()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1130535/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1129532] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1129532

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1129532/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1127967] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1127967

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1127967/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1124771] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1124771

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1124771/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1122909] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1122909

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1122909/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1120876] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1120876

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1120876/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1120672] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1120672

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1120672/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1120281] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1120281

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1120281/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1109033] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1109033

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1109033/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1108447] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1108447

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1108447/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1108048] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1108048

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1108048/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1105624] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1105624

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1105624/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1104003] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-21 Thread Philip Langdale
*** This bug is a duplicate of bug 1130101 ***
https://bugs.launchpad.net/bugs/1130101

** This bug is no longer a duplicate of bug 1130597
   gvfsd-mtp crashed with SIGSEGV in backend_died()
** This bug has been marked a duplicate of bug 1130101
   gvfsd-mtp crashed with SIGSEGV in backend_died()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1104003

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1104003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


  1   2   >