[digikam] [Bug 367675] New: Incomplete "Exec"-line in digikam-opencamera.desktop

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] New: Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

            Bug ID: 367675
           Summary: Incomplete "Exec"-line in digikam-opencamera.desktop
           Product: digikam
           Version: 5.1.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Import
          Assignee: [hidden email]
          Reporter: [hidden email]

The device notifier action "Download Photos with digiKam" was not working for
me.

To fix this, I had to modify the "Exec"-line in
/usr/share/solid/actions/digikam-opencamera.desktop from
        Exec=share/digikam/utils/digikam-camera downloadFromUdi %i
            to
        Exec=/usr/share/digikam/utils/digikam-camera downloadFromUdi %i

Reproducible: Always

Steps to Reproduce:
1. Plug in a camera via USB
2. Choose "Download Photos with digiKam" in device notifier


Actual Results:  
Nothing happens.

Expected Results:  
Digikam's import windows should open.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DOWNSTREAM

--- Comment #1 from [hidden email] ---
This  is a DOWSTREAM problem as in desktop.in file from digiKam source code we
have :

[Desktop Action open]
# %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI
Exec=@digikamhelperdir@/digikam-camera downloadFromUdi %i

@digikamhelperdir@ is replaced at configuration time.

Here under Mageia Linux all work fine with this script.

Report this problem to ArchLinux team

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

Rex Dieter <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DOWNSTREAM                  |---
                 CC|                            |[hidden email]
             Status|RESOLVED                    |REOPENED
     Ever confirmed|0                           |1

--- Comment #2 from Rex Dieter <[hidden email]> ---
I see the same problem on fedora, I'll look into it closer...

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

--- Comment #3 from Rex Dieter <[hidden email]> ---
so, the problem is in data/hotplug/CMakeLists.txt:
set(digikamhelperdir ${DATA_INSTALL_DIR}/digikam/utils)
this makes an assumption that DATA_INSTALL_DIR is a full (non-relative) path.
Better would be to use:
set(digikamhelperdir ${KDE_INSTALL_FULL_DATADIR}/digikam/utils)

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

Rex Dieter <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/463667c89f3fabcb2daf47e
                   |                            |d8e14ad23e84e8cec
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rex Dieter <[hidden email]> ---
Git commit 463667c89f3fabcb2daf47ed8e14ad23e84e8cec by Rex Dieter.
Committed on 24/08/2016 at 17:52.
Pushed by rdieter into branch 'master'.

fix digikamhelperdir

Cannot assume DATA_INSTALL_DIR is a fully-qualified path

M  +1    -1    data/hotplug/CMakeLists.txt

http://commits.kde.org/digikam/463667c89f3fabcb2daf47ed8e14ad23e84e8cec

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367675

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.2.0

--
You are receiving this mail because:
You are the assignee for the bug.