https://bugs.kde.org/show_bug.cgi?id=372323
Bug ID: 372323 Summary: Camera autodetection fails when using AppImage bundle Product: digikam Version: 5.3.0 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Import Assignee: [hidden email] Reporter: [hidden email] Target Milestone: --- Dear all, I am using Maui Linux (which is based on Neon). When starting digiKam 5.3 from the AppImage bundle it is not able to detect my camera. However, when compiling the version 5.3 from source, the autodetection works fine. I assume that this is due to some mismatch between the versions of the dependencies with which the AppImage bundle is built compared to the versions provided in Maui Linux. Can we do anything to fix this issue? I can only see the following issue on the command line: > digikam.import: Failed to autodetect camera! > digikam.import: Libgphoto2 error: No error ( 0 ) Best regards Leonard -- You are receiving this mail because: You are the assignee for the bug. |
https://bugs.kde.org/show_bug.cgi?id=372323
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from [hidden email] --- This is due certainly to use older lbgphoto2 from centoos6.8 instead a more recent one. I tried to use last libgphoto2 but it do not compile under centos6 due to incompatible libjpeg which is also very old. So I must use more recent low level dependencies for next 5.4.0 AppImage Gilles caulier -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #2 from Leonard <[hidden email]> --- It might be sensible to publish an updated version for 5.3 as well in that case. What do you think? On November 13, 2016 4:09:26 AM GMT+08:00, [hidden email] wrote: >https://bugs.kde.org/show_bug.cgi?id=372323 > >[hidden email] changed: > > What |Removed |Added >---------------------------------------------------------------------------- > CC| |[hidden email] > >--- Comment #1 from [hidden email] --- >This is due certainly to use older lbgphoto2 from centoos6.8 instead a >more >recent one. I tried to use last libgphoto2 but it do not compile under >centos6 >due to incompatible libjpeg which is also very old. So I must use more >recent >low level dependencies for next 5.4.0 AppImage > >Gilles caulier > >-- >You are receiving this mail because: >You reported the bug. -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #3 from [hidden email] --- Git commit d3b22c619f1440d349e735d2c1ac91fe58435248 by Gilles Caulier. Committed on 14/11/2016 at 05:47. Pushed by cgilles into branch 'master'. use last official libgphoto2 2.5.10 to build AppImage bundle M +7 -7 project/appimage/01-build-centos6.sh http://commits.kde.org/scratch/mwiesweg/digikam-sc/d3b22c619f1440d349e735d2c1ac91fe58435248 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #4 from [hidden email] --- Git commit b5d5cf80dc6cd7035973fa0d8f2a73004c4d4ac8 by Gilles Caulier. Committed on 14/11/2016 at 05:49. Pushed by cgilles into branch 'master'. remove centos6 libgphoto2 devel package before to build last offcial libgphoto2 M +1 -1 project/appimage/01-build-centos6.sh http://commits.kde.org/scratch/mwiesweg/digikam-sc/b5d5cf80dc6cd7035973fa0d8f2a73004c4d4ac8 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #5 from [hidden email] --- Git commit faa7240fe7ae140e57d10de566ce76e0c6506ad7 by Gilles Caulier. Committed on 14/11/2016 at 17:22. Pushed by cgilles into branch 'master'. add libgphoto2 data in bundle M +1 -0 project/appimage/04-build-appimage.sh http://commits.kde.org/scratch/mwiesweg/digikam-sc/faa7240fe7ae140e57d10de566ce76e0c6506ad7 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #6 from [hidden email] --- Git commit e1242e79a23a4c861a46ef28339babfae52b8e44 by Gilles Caulier. Committed on 14/11/2016 at 18:05. Pushed by cgilles into branch 'master'. fix path to copy libgphoto2 shared lib in bundle M +1 -1 project/appimage/04-build-appimage.sh http://commits.kde.org/scratch/mwiesweg/digikam-sc/e1242e79a23a4c861a46ef28339babfae52b8e44 -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/scra | |tch/mwiesweg/digikam-sc/5be | |a332140ccb5a1f393e532ff4629 | |2b9eb7064d Resolution|--- |FIXED Version Fixed In| |5.4.0 Status|UNCONFIRMED |RESOLVED --- Comment #7 from [hidden email] --- Git commit 5bea332140ccb5a1f393e532ff46292b9eb7064d by Gilles Caulier. Committed on 15/11/2016 at 21:44. Pushed by cgilles into branch 'master'. install gphoto2 drivers in AppImage bundle and pass paths to so files at run time to gphoto2 to load driver on demand. Now digiKam AppImage is able to use gphoto2 to autodetect camera. FIXED-IN: 5.4.0 M +7 -1 project/appimage/04-build-appimage.sh M +2 -0 project/appimage/data/AppRun http://commits.kde.org/scratch/mwiesweg/digikam-sc/5bea332140ccb5a1f393e532ff46292b9eb7064d -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #8 from [hidden email] --- To test, digiKam 5.4.0 AppImage bundle to test is here : https://drive.google.com/open?id=0BzeiVr-byqt5Y0tIRWVWelRJenM Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #9 from Leonard <[hidden email]> --- Thanks, the camera detection works indeed with the digiKam 5.4.0 AppImage bundle. -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #10 from [hidden email] --- Leonard, I rebuild again the bundle. I fixed another problem with auto detection of camera when it's connected to computer. Now it work when AppImage is started and camera is connected. The Import menu is automatically populated. This doesn't work yet to lauch automatically AppImage with desktop USB notifier. It's more complicated. First the desktop integraption of bundle must be do and the script to run digiKam must be patched to handle AppImage, and not the system installed digiKam. Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
--- Comment #11 from Leonard <[hidden email]> --- Thanks Gilles, indeed I can confirm that no manual scan is necessary with the rebuilt bundle. With the previous bundle I had to do a manual scan. -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372323
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Import |Bundle-AppImage -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |