[Bug 1772913] Re: Android phone doesn't appear in shotwell

2019-05-28 Thread Bug Watch Updater
** Changed in: shotwell (Fedora)
   Status: Confirmed => Won't Fix

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-11-28 Thread Sebastien Bacher
It should be fixed, feel free to reopen if that's not the case though

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

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-11-15 Thread Sebastien Bacher
including the url to the upload this time,
https://launchpad.net/ubuntu/+source/shotwell/0.28.4-0ubuntu1

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-11-14 Thread Sebastien Bacher
Could you try if that upload fixes the ptp issue for you?

** Changed in: shotwell (Ubuntu)
   Importance: Undecided => High

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-07-16 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1584876.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-05-31T20:38:55+00:00 Dimitrios wrote:

Description of problem:

Open Shotwell, plug-in phone, phone never appears for photo import.


Version-Release number of selected component (if applicable):

shotwell-0.28.3-1.fc28.x86_64
libgphoto2-2.5.16-3.fc28.x86_64
systemd-udev-238-8.git0e0aa59.fc28.x86_64


Steps to Reproduce:
1. Open Shotwell
2. plug-in Android phone, tried both MTP or PTP modes
3. photo import never starts


Additional info: 

This used to work in Fedora 27, but stopped as soon as I upgraded to
Fedora 28.

I traced it down to udev not tagging the device properly with ID_GPHOTO2
according to the udev rule:

/usr/lib/udev/rules.d/40-libgphoto2.rules:ATTRS{idVendor}=="04e8",
ATTRS{idProduct}=="6860", ENV{ID_GPHOTO2}="1",
ENV{GPHOTO2_DRIVER}="proprietary", ENV{ID_MEDIA_PLAYER}="1"


If you run `udevadm monitor -p` you will see that once you plug in the device, 
the "add" event tags the device properly, but then comes the "bind" event which 
untags it! The workaround in my case is the following change in the udev rules 
of libgphoto2:

diff /usr/lib/udev/rules.d/40-libgphoto2.rules{.orig,}
7c7
< ACTION!="add", GOTO="libgphoto2_rules_end"
---
> ACTION!="add|bind", GOTO="libgphoto2_rules_end"


However this is not specific to libgphoto2! If you run the above udevadm
command, you'll see that more tags added at the "add" event are being
removed with the "bind" event. Probably all udev rules need to be
changed!

I believe I've found related bug reports, with much more software
misbehaving:

https://bugs.kde.org/show_bug.cgi?id=387454
https://lists.freedesktop.org/archives/modemmanager-devel/2018-May/006417.html
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890641
https://github.com/systemd/systemd/issues/8221


Given that the brokenness appeared once I updated to Fedora 28, which included 
an update of systemd from 234 to 238, and given the above bug reports, I'm 
filing this under the "systemd" project. Feel free to recategorise as you deem.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1772913/comments/3


On 2018-05-31T20:43:20+00:00 Dimitrios wrote:

This one looks similar too:

https://bugzilla.redhat.com/show_bug.cgi?id=1581520

Reply at:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1772913/comments/4


** Changed in: shotwell (Fedora)
   Status: Unknown => Confirmed

** Changed in: shotwell (Fedora)
   Importance: Unknown => High

** Bug watch added: KDE Bug Tracking System #387454
   https://bugs.kde.org/show_bug.cgi?id=387454

** Bug watch added: Debian Bug tracker #890641
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890641

** Bug watch added: github.com/systemd/systemd/issues #8221
   https://github.com/systemd/systemd/issues/8221

** Bug watch added: Red Hat Bugzilla #1581520
   https://bugzilla.redhat.com/show_bug.cgi?id=1581520

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-07-16 Thread Felipe Figueiredo
Worth monitoring:

https://gitlab.gnome.org/GNOME/shotwell/issues/4

https://bugzilla.redhat.com/show_bug.cgi?id=1584876


** Bug watch added: Red Hat Bugzilla #1584876
   https://bugzilla.redhat.com/show_bug.cgi?id=1584876

** Also affects: shotwell (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1584876
   Importance: Unknown
   Status: Unknown

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-07-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: shotwell (Ubuntu)
   Status: New => Confirmed

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-05-27 Thread Jens Georg
For some reason the device is not tagged with ID_GPHOTO2 anymore on
18.04 when in PTP mode.

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

Title:
  Android phone doesn't appear in shotwell

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

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

[Bug 1772913] Re: Android phone doesn't appear in shotwell

2018-05-23 Thread Ferriol
I changed the PTP for MTP,
And alert appears "Could not claim the USB device -53"
Then I unmount the device and then appears in the shotwell, is a workaround. 
But not an elegant solution

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

Title:
  Android phone doesn't appear in shotwell

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

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