[digiKam-users] Open image

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

[digiKam-users] Open image

digikam-2
DK 5.9 on Manjaro.

Currently, I use DK for the DAM and Rawtherapee for processing the
image.

I have made Rawtherapee the default application and reassigned the
shortcut "Open with default"  to Alt-F5 (Alt-F4 closes DK).

https://i.imgur.com/ArgZwC0.png

In Thunar, the file manager, double clicking on the image opens the
image in Rawtherapee.

In DK, Alt-F5 does nothing

Right clicking on the image, "Open with... Rawtherapee" works and
opens the image in RT.

What am I doing wrong?

--
sknahT

vyS
Reply | Threaded
Open this post in threaded view
|

Re: Open image

Maik Qualmann
Xfce Desktop? We use the QDesktopServices::openUrl() function to call the
default application. Qt probably uses xdg-open here in the background. If you
try to open the image file with xdg-open in the console, is it working?

Maik

Am Donnerstag, 10. Mai 2018, 18:01:37 CEST schrieb [hidden email]:

> DK 5.9 on Manjaro.
>
> Currently, I use DK for the DAM and Rawtherapee for processing the
> image.
>
> I have made Rawtherapee the default application and reassigned the
> shortcut "Open with default"  to Alt-F5 (Alt-F4 closes DK).
>
> https://i.imgur.com/ArgZwC0.png
>
> In Thunar, the file manager, double clicking on the image opens the
> image in Rawtherapee.
>
> In DK, Alt-F5 does nothing
>
> Right clicking on the image, "Open with... Rawtherapee" works and
> opens the image in RT.
>
> What am I doing wrong?




Reply | Threaded
Open this post in threaded view
|

Re: Open image

digikam-2
On Thu, 10 May 2018 23:07:16 +0200
Maik Qualmann <[hidden email]> wrote:

> Xfce Desktop? We use the QDesktopServices::openUrl() function to
> call the default application. Qt probably uses xdg-open here in the
> background. If you try to open the image file with xdg-open in the
> console, is it working?

Yes xfce desktop and it works from terminal & xdg-open:

https://i.imgur.com/tjdjmmW.png

--
sknahT

vyS