Discussion:
[gphoto-devel] AppImage & libgphoto2
Damon Lynch
2017-06-21 22:23:05 UTC
Permalink
Has anyone successfully used AppImage to package an application that uses
libgphoto2?

In testing an an AppImage [1][2] I'm seeing some puzzling behaviour where
libgphoto2 2.5.14 recognizes an xHCI Host Controller as a camera, and
doesn't recognize any actual cameras.

It's no problem to get the gphoto2 debugging output if anyone is
interested. Personally I lack the knowledge to diagnose the problem using
that debugging output.

[1] https://github.com/aferrero2707/rapid-photo-downloader-appimage
[2] https://filebin.net/du3zsx1tcekv4pka
--
http://www.damonlynch.net
Damon Lynch
2017-06-22 17:33:18 UTC
Permalink
Post by Damon Lynch
Has anyone successfully used AppImage to package an application that uses
libgphoto2?
In testing an an AppImage [1][2] I'm seeing some puzzling behaviour where
libgphoto2 2.5.14 recognizes an xHCI Host Controller as a camera, and
doesn't recognize any actual cameras.
It's no problem to get the gphoto2 debugging output if anyone is
interested. Personally I lack the knowledge to diagnose the problem using
that debugging output.
[1] https://github.com/aferrero2707/rapid-photo-downloader-appimage
[2] https://filebin.net/du3zsx1tcekv4pka
--
http://www.damonlynch.net
The problem was solved when the development headers for libusb were
installed.

Best,
Damon
--
http://www.damonlynch.net
Marcus Meissner
2017-06-22 17:36:06 UTC
Permalink
Post by Damon Lynch
Post by Damon Lynch
Has anyone successfully used AppImage to package an application that uses
libgphoto2?
In testing an an AppImage [1][2] I'm seeing some puzzling behaviour where
libgphoto2 2.5.14 recognizes an xHCI Host Controller as a camera, and
doesn't recognize any actual cameras.
It's no problem to get the gphoto2 debugging output if anyone is
interested. Personally I lack the knowledge to diagnose the problem using
that debugging output.
[1] https://github.com/aferrero2707/rapid-photo-downloader-appimage
[2] https://filebin.net/du3zsx1tcekv4pka
--
http://www.damonlynch.net
The problem was solved when the development headers for libusb were
installed.
Ah, good to hear. :)

Ciao, Marcus

Loading...